Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read property of form in class
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00811418
Message ID:
00811443
Vues:
13
This message has been marked as a message which has helped to the initial question of the thread.
This.width = _SCREEN.ActiveForm.lcc && definir tamanho da textbox
Refers to currently active the form. During the Init process your form is NOT currently active so there is no currently active form (and if there was your code would be reading the wrong property from the wrong form object.)

Change your code to
This.width = Thisform.lcc && definir tamanho da textbox
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform