Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor Adapter CursorSchema
Message
From
26/08/2010 17:15:20
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01478700
Message ID:
01478704
Views:
41
I think you have to list them all. The caBuilders out there can do this.
FYI, we have added two properties to caData (our ca base class) to aid the builder so if I want other fields brought into my cursor, the CursorSchema is set up properly.
BuilderSchema = "Field1JoinedIn C(10)" && The builder will bring in the fields from the main table.
BuilderSelect = "OT.Field1JoindIn JOIN OtherTable OT ON .... WHERE T.SomeID = ?This.KeyValue" && The builder will add in the fieldslist and the proper FROM clause.


>Hi,
>
>Do I have to specify all columns of the CursorAdapter cursor in the CursorSchema property? What I would like to do is only specify in the CursorSchema property column(s) of DateTime type so that they would be converted to Date type in VFP. But all other columns will be listed in the UpdateableFieldList and UpdateNameList. Is this ok?
>
>TIA.
Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform