Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modifying form objects from a .prg file
Message
From
08/01/1999 11:10:21
 
 
To
08/01/1999 11:06:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00174042
Message ID:
00174044
Views:
35
>Hi, all.
>
>I have a form (frmA) with a command button (cmdB). This command button, depending on different factors, will run a program (myPrg.prg). I would like this prg to be able to modify objects on the form (frmA). Examles of this would be enabling/disabling different textboxes. I'm a little confused on the syntax to do this. I've tried various things and none have worked.
>
>Has anybody done this and can you tell me how you did it?
>
>tia,
>Marc Mandel

The simplest way is to pass form object to prg:
***button.click event
DO MyPrg With Thisform
*** MyPrg.Prg
LParameter oForm
oForm.Textbox1.Enabled=.F.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform