There are “only” 5 ways to close a form:
- Close - close the form. Similar to the 'X' button.
- CloseOK – close the form, and set the OK flag – called by the Commandbutton::Ok
- CloseCancel – close the form, and set the Cancel flag – called by the Commandbutton::Cancel
- CloseSelectRecord – close the lookup form, and set return record
- CloseSelect – close the lookup form, and set return value
- Closed – Returns true, if the form is no longer open
- ClosedOK – Return true, if the form was closed by the user clicking ‘OK’
- ClosedCancel – Returns true, if the form was closed by the user clicking ‘Cancel’
Geen opmerkingen:
Een reactie posten