Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to change a property to a form from within a PRG file?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
How to change a property to a form from within a PRG file?
Divers
Thread ID:
00019515
Message ID:
00019515
Vues:
82
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform