Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling another form within a form.
Message
From
24/02/2005 14:52:26
 
 
To
24/02/2005 13:44:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 6 SP3
OS:
Windows 2000 SP4
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00990250
Message ID:
00990282
Views:
21
Do you work with forms or form classes?
Show may be the solution anyway:

With form classes you could do:
Local oFormC
oFormC = createobject("formC")
oFormC.Show(1)

with DO FORM try:
Local oFormC
DO FORM FormC NAME oFormC LINKED NOSHOW
oFormC.Show(1)

Although I'm not quite sure it's worth a try.

Bye, Olaf.
Previous
Reply
Map
View

Click here to load this message in the networking platform