History  | 
DisableFormEvents (forms) 
Purpose 
Disables the following form events: 
•       Click 
•       DoubleClick 
•       Activate 
•       Deactivate 
and the following field events: 
•       Click (except buttons) 
•       DoubleClick 
•       GotFocus 
•       LostFocus. 
This form method is useful for applications running on high usage systems. If the events listed are not used in the application, disabling these form events can reduce client-server overhead. 
Syntax 
Form.DisableFormEvents 
 | ||