Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EasyLabel label printing software
Message
From
24/07/2002 10:08:28
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00682016
Message ID:
00682023
Views:
20
I suppose that behind Field() collection there are some member you omitt, which VB automaticallu recognizes. Try to type point behind Fields() and see if IntelliSense will show some member like Value, etc. For example:
thisform.elb1.Object.Field("PARTNO").Value = "123456"
thisform.elb1.Object.Field("COLOR").Value = "Green"
I also put "Object" in these rows; there are situations in VFP, in which this also was solve some problems.

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform