Message
From
04/07/2001 14:56:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Best method?
Miscellaneous
Thread ID:
00526745
Message ID:
00526745
Views:
39
Hi All,

I was wondering which method is better. If I call a 2nd form from my main form. Should I pass a list of parameters: DO FORM myform.scx WITH parm1, parm2 etc? Or should I open the 2nd form as a property of the 1st form: DO FORM myform.scx NAME mainfrm.newfrm? Thus having access to the properties of the main form from that form? Instead of passing them. Or the old public variable method?

TIA
Mike
Next
Reply
Map
View