Can someone explain to me what I am do wrong ??
I have in "Form A" a visual class that calls "Form B" passing
variables that is set by the users selections with ,,
DO FORM frmName WITH parm1,parm2,parm3, ... so on
In Form B Init Method
Parmeters parm1,parm2,parm3, ... so on
Form A Modeless
Form B is Modal
voChkBoxes is the Visual Class in which I get the user selections
and set all the variables
Problems is this ,, all variables are set and correct at the last
line of code before the DO FORM statement, as soon as the DO FORM
is executed the parameters are set to the Original Values...
Can someone tell me what I have forgotten ... And please excuse
my ignorance,, If my thinking is wrong please advise me...!!
Max
I have in "Form A" a visual class that calls "Form B" passing
variables that is set by the users selections with ,,
DO FORM frmName WITH parm1,parm2,parm3, ... so on
In Form B Init Method
Parmeters parm1,parm2,parm3, ... so on
Form A Modeless
Form B is Modal
voChkBoxes is the Visual Class in which I get the user selections
and set all the variables
Problems is this ,, all variables are set and correct at the last
line of code before the DO FORM statement, as soon as the DO FORM
is executed the parameters are set to the Original Values...
Can someone tell me what I have forgotten ... And please excuse
my ignorance,, If my thinking is wrong please advise me...!!
Max