Close Dialog Form
How can I close the dialogform with code?
Example:
if [DialogForm.Type."DialogShow"] = 0 then Form.Close;
Thanx
Kary
Example:
if [DialogForm.Type."DialogShow"] = 0 then Form.Close;
Thanx
Kary
Comments
ModalResult:=mrOk;
Henning Andersen