Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I remove a form form a formset?
Message
From
25/05/2003 14:37:06
 
 
To
25/05/2003 14:05:21
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00792698
Message ID:
00792705
Views:
16
Does the following from the VFP8 Help work...
---------------
Adding and Removing Forms
Once you've created a form set, you can add new forms and remove forms.

To add additional forms to a form set

From the Form menu, choose Add New Form.
To remove a form from a form set

In the Form box at the bottom of the Form Designer, select the form.
From the Form menu, choose Remove Form.
If you have a single form in a form set, you can remove the form set so that you have only the form.

To remove a form set

From the Form menu, choose Remove Formset.
Forms are saved in table format to a file with an .scx extension. When you create a form, the .scx table contains a record for the form, a record for the data environment, and two records for internal use. A record is added for each object you add to the form or to the data environment. If you create a form set, an additional record is added for the form set and for each new form. The parent container of each form is the form set. The parent container of each control is the form that it is placed on.

Tip When you run a form set, you may not want all forms in the form set initially visible. Set the Visible property to false (.F.) for forms you don't want displayed when the form set runs. Set the Visible property to true (.T.) when you want the forms displayed.

--------------->Thomas,
>
>I also think that copying on another form would be a good way.
>But I'd like to know how to remove the formset and keep only the form that I want to keep out of that formset?
>
>>Denis,
>>
>>you can save the form to a new screen / class
>>copy all the overwritten properties / methods
>>visually: if its less than a dozen of both
>>visually would be faster IMHO.
>>
>>HTH
>>
>>thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform