Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass a variable value from form to .prg file
Message
 
À
28/01/2002 09:59:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00598689
Message ID:
00612026
Vues:
23
Because of you have this object already but you will attempt create it again.
Before use command ADDOBJECT() you must check this object before such as :
*****
IF TYPE('ThisForm.mylabel1') # 'O'
ThisForm.AddObject('mylabel1','Label')
ENDIF
ThisForm.myLabel1.Caption=myTable.myField
*****
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform