Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter
Message
 
To
17/11/2004 03:40:55
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00961738
Message ID:
00962149
Views:
10
When You open The Init method of the CA after Builder You must have following lines in it:
this.WhereType          = 1 &&v Key Fields ONLY (see help for explanation)
this.Tables             = "YourNativeTable"
This.KeyFieldList       = "KEYFIELD" && Only ONE Key field but it MUST be unique for each record
This.UpdateNameList     = "KEYFIELD YourNativeTable.KeyField, SECONDFIELD YourNativeTable.SECONDFIELD.....etc" && see help
This.UpdatableFieldList = "KeyNum, SecondField....etc"
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform