Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing Form Values Programatically
Message
From
03/01/2007 13:17:39
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Changing Form Values Programatically
Miscellaneous
Thread ID:
01181885
Message ID:
01181885
Views:
72
I have an application that generates a form (MainScreen.Scx). The Main.prg includes
 Do Form MainScreen Name Main
Read Events
Included in the init method of MainScreen.Scx is
Do Main.mpx
I want to change the value (MainScreen.Label1.Caption) from a program called by the Menu prompt. (Either Command or Procedure) If this was "within" the form, the syntax would be:
Thisform.label1.Caption = 'New Caption'
Thisform.Refresh
But what is the syntax from MyPrg.prg called by Main.mpx

Thanks to all,

dg
Next
Reply
Map
View

Click here to load this message in the networking platform