ENABLE / DISABLE EVENTS COMMANDS
|
These commands can avoid re-entry while processing the events of a control or window allowing the use of other controls/functions that generatemessages of re-called of events:
SYNTAX
COMMANDS
DISABLE EVENT <ControlName> OF <WindowName>
DISABLE CONTROL EVENT <ControlName> OF <WindowName>
DISABLE EVENT OF <FormName>
DISABLE WINDOW EVENT OF <FormName>
OTHER FUNCTIONS
StopControlEventProcedure ( <cControlName>, <cFormName>, <lStop> )
StopWindowEventProcedure ( <cFormName>, <lStop> )
GetLastActiveFormIndex ()
GetLastActiveControlIndex ()