Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing Method Code During Runtime
Message
De
20/03/2003 10:43:29
 
 
À
20/03/2003 07:56:26
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00767989
Message ID:
00768090
Vues:
24
This message has been marked as the solution to the initial question of the thread.
You could add a property to the form, let say Foo. In the InteractiveChange event, you assign .T. or .F. to this property. Then you could put this code in the LostFocus:
IF ThisForm.Foo
   NODEFAULT
ENDIF
HTH

>Is there a way to assign code to the LostFocus of an object during runtime? I have a conditional statement that I want to use in the InteractiveChange method that would set the LostFocus to "NODEFAULT" or "" depending
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform