Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New collection object - Bug or ?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
New collection object - Bug or ?
Divers
Thread ID:
00726291
Message ID:
00726291
Vues:
42
Fields is a new VFP8 collection object ( filled with my own VFP field object )
The oRs and Fields reference have a access method to create the object.


This code is ok ( liValue2 has the field value )
lofieldCollection = THISFORM.oApplication.oRs.Fields
lofield2 = lofieldCollection("IAPPKEY")
liValue2 = lofield2.VALUE  
liValue1 and liValue3 are not ok . Why ??
lofield1 = THISFORM.oApplication.oRs.Fields("IAPPKEY")
liValue1 = lofield1.VALUE  


liValue3 = THISFORM.oApplication.oRs.Fields("IAPPKEY").Value
Tks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform