Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating another object on another form
Message
From
09/03/1998 12:14:12
 
 
To
09/03/1998 12:09:58
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00083424
Message ID:
00083426
Views:
21
>>I want to change the value of a picture object on another form and I can't figure out how to complete it. In the development enviornment it will change if I do:
>>
>>frmMainBody.pEmail.picture = "filename.bmp"
>>
>>but when compiled it says it cant find the frmMainBody...Is there a secret I'm missing? Thanks
>
>Generally, you should check _screen.forms() collection for the form, and then issue
>_screen.forms(x).pemail.picture=....
>Another way is to open form with NAME...LINKED clause

Thanks I'll give this a try...

Gary
Previous
Reply
Map
View

Click here to load this message in the networking platform