Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 pass form parameter to open table
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00413715
Message ID:
00413738
Views:
23
There is nothing stoping you from opening the table with USE in the Init() of the second form. However, if some fields should be bounded to this table, you will have to bound them programmaticaly in the Init() of your form.

HTH
>I am trying to pass a variable from "formone" to use to open a table in "formtwo".
>
>This is in a command.click on formone and, appears to be successful:
>
>command.click()
>Thisform.release
>mtable = ThisForm.Hstxttable.value
>do form hsfrmsynarchive with mtable
>
>This is in formtwo.init() and appears successful:
>
>formtwo.init()
>lparameters mtable
>thisform.r_synfile = mtable
>
>The problem is the formtwo.load() completes before the formtwo.init() and therefore I can't use the 'thisform.r_synfile' property to determine which table to open in the formtwo.load().
>
>Is is possible to load the tables in the formtwo.init() or are there other ideas which would allow me to open the selected table?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform