Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: FoxInCloud Form Parameter Passing

$
0
0
Re: FoxInCloud Form Parameter Passing
FoxInCloud
Re: FoxInCloud Form Parameter Passing
May. 6, 2013
10:41 am
3S10MXK10Show this entire thread in new window
Gratar Image based on email address
From:LLS
To:Pete Sass
Hello Pete

of 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,

West Wind Web Monitor

Viewing all articles
Browse latest Browse all 10393

Trending Articles