Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Characters type
Message
De
17/12/2006 07:59:33
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Characters type
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01178382
Message ID:
01178382
Vues:
57
hi all,
i need help to get fields(characters type only) at combo1
via this code under
thisform.text1.Value=GETFILE('dbf')
m.t=(thisform.text1.value)
ThisForm.select_file=(M.T)
IF NOT EMPTY(ThisForm.select_file)
   USE (m.t)
    AFIELDS(ThisForm.my_fields,JUSTSTEM(ThisForm.select_file))
      ThisForm.combo1.RowSourceType = 5
   ThisForm.combo1.RowSource = [ThisForm.my_fields]
   ThisForm.combo1.Value     = ThisForm.my_fields[1]
   ThisForm.Combo1.Interactivechange()
     ThisForm.text1.value = (ThisForm.select_file)
    ThisForm.text1.Visible  = .t.
ENDIF
thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform