Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening and Closing Forms From Within Forms.
Message
From
07/11/2001 01:47:38
 
 
To
06/11/2001 23:25:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00578361
Message ID:
00578375
Views:
35
Hi! Eric.

What you have done is using the command 'Do Form c:\customer.scx' which is alright but then it becomes rigid. Use 'Do Form Customer' without the 'c:\" and the '.scx' instead. This will allow you to store all your scx & frx files into a folder and not in the root directory.

In your 'customer.scx' form, you would require a command button that closes it and return the control back to the calling form. Use 'Release.Thisform' for the command button in the 'customer' form.

Try it. Hope this will help you.

regards

Daniel
Previous
Reply
Map
View

Click here to load this message in the networking platform