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: Accept Loop -- Why it fires "multiple" times 1998-07-27 -- Richard Taylor The ACCEPT loop cycles once for every event that occurs in your procedure
that your code might need to handle. Some actions fire multiple events. For
example: opening the window fires EVENT:OpenWindow and EVENT:GainFocus;
tabbing from one control to another fires EVENT:Accepted for the control
you're moving from (if the user entered data) then EVENT:Selected for the
control you're moving to. That's why ACCEPT sometimes cycles multiple times.
Today is February 2, 2025, 2:01 pm This article has been viewed 35324 times.
|
|