Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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, 6:56 am This article has been viewed 35257 times.
|
|