Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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?
Today is November 21, 2024, 8:03 am This article has been viewed 35258 times.
|
|