Hello Peteof course
the syntaxe with FIC is a little bit different (F.A.A automatically change the syntaxe between DO FORM and THISFORM.wForm):
THISFORM.wForm('THISFORM.wFormCallBack','Form2', m.Parm1, m.Parm2, m.Parm3)
'THISFORM.wFormCallBack' is necessary if you have some codes to execute after calling Form2.
Regards
Gilles
Hi Folks,
I have a question that some of your FIC users may be able to quickly answer.
Does FIC support parameter passing from one form to another without making Visual FoxPro code changes?
ie:
Code below being executed from Form1 in a command button click event. . . to call a Form2.
DO FORM Form2 WITH "Parm1",Parm2","Parm3"
Of course in the INIT event of Form2 I have the Parameters statement to collected the values passed.
Pete,