Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formsets or Forms
Message
From
21/01/1999 10:08:06
 
 
To
21/01/1999 09:59:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00178447
Message ID:
00178455
Views:
26
>This may have been answered before. I want to call a form from another form to get a value returned for the parent form. do these forms need to be in a formset or can I have then as separate forms? if I have to make them into a formset, then Im being told that all the methods and properties will be moved, what does this mean and what things will I have to change?
>
>Thanks
>Ron

You can use separate forms. There are few methods to communicate between forms. The simplest one is to serach in Forms collection.
For Each oForm In _SCREEN.Forms
 IF oForm.Name=="myform"
  eValue=oForm.Property1
  Return eValue
 ENDIF
EndFor
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform