History
Field.DblClick
Home
•
Help
•
Customization Tools
•
FCAS
•
Language Reference
•
Field.DblClick
Purpose
Calls an event when the user double-clicks a field.
You can associate code with the DblClick method whenever you wish it to be executed by double-clicking.
Example
Sub DblClick()
...
End Sub