Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New collection object - Bug or ?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
New collection object - Bug or ?
Miscellaneous
Thread ID:
00726291
Message ID:
00726291
Views:
38
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
Next
Reply
Map
View

Click here to load this message in the networking platform