Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referenced files not included in project
Message
From
08/03/2004 11:11:54
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00884005
Message ID:
00884109
Views:
8
>Could you give an example of how you 'make an explicit call' to the form or prg?


Imagine the folowing code in one of my PRGs:
Do Case
Case m.nOption=1
	m.cForm="Myform1"
Case m.nOption=2
	m.cForm="Myform2"
	Otherwise
m.cForm="Myform3"
endcase

do &cform.

return
do form Myform1
do form Myform2
do form MyForm3
This way, when I build the project. the three forms are included in the project.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform