`
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 November 23, 2024, 9:18 pm This article has been viewed/printed 35260 times. |