Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any way to access parms in Load rather than Init?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00957567
Message ID:
00957599
Views:
12
Thanks for your input Mark. Unfortunately, our framework does not have an App object. However, each form usually has a calling program. Those programs could define vars that the form could reference (although I really didn't want to work that way).

I did realize, though, (after my post) that I may be able to code the name of the program into the form property at design time rather than passing it. I was assuming it had to be passed simply because that's what we had been doing. That in itself would solve our problem.

Thanks again for your input.

Rodd

>No, but you could populate properties of your application object (e.g., goApp, assuming you have one) where you could use those values in the Load.
>
>>We have an old framework that we code around. All the tables used in a program are stored in a database. Therefore, we call a routine passing to it the name of the program that is running and it opens all of the necessary tables for that program.
>>
>>I'm now trying to incorporate this into a form. However, the name of the program is passed to the form. From what I understand, parms passed to forms are accessed in the Init method which fires AFTER the Load method. The Load method is where i need to open the tables (so that I can tie grids to tables, etc).
>>
>>Is there any way to access these passed parms in the Load event rather than the Init?
>>
>>Thanks so much for your input!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform