Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing mvars when Releasing One Form & Opening the Next
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00699542
Message ID:
00699550
Views:
20
You can add a property to the _SCREEN object. It'll be visible everywhere.
_Screen.AddProperty("cRepName", "Myreport")
...
? _Screen.cRepName
>I have a memory variable, called m.RepName, that I need to display in each form in a project, beginning with the splash screen that starts the program.
>
>Is there anyway to get this memory variable available to all the forms, or do I have to re-create it in each form's Init before displaying it on the form? TIA, Chuck
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform