Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to change a property to a form from within a PRG file?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How to change a property to a form from within a PRG file?
Miscellaneous
Thread ID:
00019515
Message ID:
00019515
Views:
80
Hi guys,
Is there a way to change a property of a form from within a PRG file, lets say that I call a program from
the init method of my_form, and in that program I want to change my_form.my_property, how can I do that?

I tried:
DO FORM my_form NAME my_form LINKED
and then in the init event of my_form:

DO my_prg WITH THISFORM.name

and when I try to change the property in my_prg

FUNCTION my_prg
PARAMETER form_name
LOCAL property_name
property_name=m.form_name+".my_property"
STORE "Hello" to &property_name

I receive the error "My_form" is not an object.
Any suggestions?

=THIS.thanks("in advance")
Luis Guzman, MCP
"The only glory most of us have to hope for
is the glory of being normal." Katherine Fulleton Gerould
Next
Reply
Map
View

Click here to load this message in the networking platform