Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing parent from child form
Message
From
27/04/1997 11:07:12
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00029813
Message ID:
00029824
Views:
27
>I have created a screen displaying parent records, I have created a toolbar and conbined into a formset, using the search button I call an option form to ask which order to search by, upon selection my search grid comes up, however, the record pointer is where I want to refresh the parent form but I cant seem to refresh it with the new data. I have tried to include the following into the click event of the option button.
>
>CLICK:
>DO FORM SEARCH
>thisform.refresh()
>
>It seems that it starts up the search form and then exec the refresh() before I get the SEARCH FORM instantiated? Any suggestions?
>
>Thanks, Bill
Instead of the DO FORM SEARCH try THISFORMSET.SEARCH.toolbarname.buttonname.SETFOCUS()
L.A.Long
ProgRes
lalong1@charter.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform