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.
ON UEVENT GOSUB Statement QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
ON UEVENT GOSUB - an error-trapping statement that defines the
                  event-handler for a user-defined event
 
Syntax
  ON UEVENT GOSUB {linelabel | linenumber}
    ■ linelabel or linenumber is the first line of an event-handling
      subroutine
    ■ See Details for instructions on how to write the code
      for user-defined event-handler modules
 
See Also  UEVENT