Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing drive letter to form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00172019
Message ID:
00172035
Views:
49
>>>>>I followed the VFP suggestion for passing a value to a form
>>>>>I created a property on the form main.inDrive, and then in the init of the form set the inDrive property to the parameter passed in (do form main with 'q'). This hasn't worked, any suggestions.
>>>>
>>>>Display the code in the init.
>>>
>>>parameters lcdrive
>>>this.indrive = lcdrive
>>
>>SET STEP ON after this line.
>>
>>What is the value of this.inDrive
>
>I've just noticed that the Init is firing after Load. Isn't supposed to be the other way around? The property is getting set but I'm trying to get the drive letter for a procedure in the load event.


You can't do that. What is that you need to do that it could not be handled in the load.
Previous
Reply
Map
View

Click here to load this message in the networking platform