` Printed Icetips Article

Icetips Article



Par2: Automatically Start a browse from the frame
1999-01-20 -- Ned Reiter
 
What I do is POST(EVENT:Accepted,?menuItem) where menuitem is the use
variable for the browse.

Russ Eggen comments:

Not only that, but if timing is a critical issue and you cannot wait for
pending events to be processed, there is a way to get in front of the
pending events line:

POST(EVENT:Accepted,?MenuItem,,1)

or to make it a bit more fun to read:

ComingThru        EQUATE(1)

POST(EVENT:Accepted,?MenuItem,,ComingThru)

Who says we can't have fun? 



Printed May 3, 2024, 7:36 am
This article has been viewed/printed 35110 times.