Recent content by KingCubicle

  1. K

    Classes & Static methods

    Hello, I'm having some trouble getting changes made to static methods to 'show up' in progress. Check out the following sample code. Snip A: CLASS testClass: METHOD PUBLIC STATIC VOID testMethod(): MESSAGE 'test message' VIEW-AS ALERT-BOX. END METHOD. END CLASS. Snip B: CLASS...
  2. K

    Triggers in Dynamic Browse Class

    Thanks for the reply, Medu. I did pretty much exactly what you said, and now I can get my triggers to fire without any problems. Also, I figured out what my issue was for part #2 of my question - it seems that CURRENT-COLUMN only comes back with a useful value when it's used in the context of...
  3. K

    Triggers in Dynamic Browse Class

    Hi everyone, I'm trying to build a dynamic browse class that accepts a dynamic temp table, query for said table and some parameters for screen location and size. I've hit a bit of a road block getting browse triggers to fire. Basically, I have the code below implemented, and cannot get any...
Top