qb45advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
UEVENT Statement Details
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
UEVENT Statement Details
 
Syntax
  UEVENT ON
  UEVENT OFF
  UEVENT STOP
 
The effects of the UEVENT statements are like that of other event-trapping
statements. When UEVENT ON is executed, the event-trapping routine is
enabled. Occurrences of the event trigger execution of the event-handling
routine.
 
When UEVENT OFF is executed, the event-trapping routine is disabled. Any
occurrences of the event are ignored.
 
When UEVENT STOP is executed, the event-trapping routine is suspended.
An event occurrence is remembered, and the event-trapping routine performed
as soon as a UEVENT ON statement is executed.