I have inside the Init Method
A menu to setup the Form.
But I cannot add a Cancel option
Because the form continue running
Even I put a Release or Unload after the cancel.
Code sample:
Init.
------------------
CASE option ="C"
1 && thisform.unload
2 && Thisform.relase
3 && return
ENDCASE
SELECT sls
SET ORDER TO fid
SELECT qquery
SET RELATION TO fid INTO sls
----------------
123 Neather of these command stop the program.
Does someone has any idea to how quit a form From the Init method.
Thank
A menu to setup the Form.
But I cannot add a Cancel option
Because the form continue running
Even I put a Release or Unload after the cancel.
Code sample:
Init.
------------------
CASE option ="C"
1 && thisform.unload
2 && Thisform.relase
3 && return
ENDCASE
SELECT sls
SET ORDER TO fid
SELECT qquery
SET RELATION TO fid INTO sls
----------------
123 Neather of these command stop the program.
Does someone has any idea to how quit a form From the Init method.
Thank