Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is CursorAdapter really this much more complicated that
Message
From
17/01/2003 20:34:52
 
 
To
17/01/2003 08:35:25
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00741279
Message ID:
00743074
Views:
19
Hi Susan!

Several ways to do it:

1) CREATE CLASS myCA OF myclasslib AS CursorAdapter. In the Class Designer, right-click on the little CA icon and choose "Builder"

2) CREATE FORM myform. Right-click, select Data Environment. In the DataEnvironment, right-click and select Builder. In the DEBuilder, you can choose New for CursorAdapter and it invokes the Builder.

3) CREATE FORM myform. Right-click, select Data Environment. In the DataEnvironment, right-click and select Add CursorAdapter. Right-click on the cursor graphic representing the new CursorAdpater and choose builder.



>Where do I activate the builder. I have been unable to locate it and it sounds interesting.
>
>Thanks in advance for your info!
>Susan
>
>>Yup, the builder works pretty well. Whomever wrote that must be a pretty smart guy :-O
>>
>>>
>>>>I have a large form which has over 200 data fields. If I want the data to be updateable (like to SQL Server), the documentation seem to say that I have to create a 200+ field long UpdatableFieldList AND a 200+ field UpdateNameList!
>>>
>>>That's correct. However, have you looked at the CursorAdapter Builder? It can build these properties for you; you simply check which fields are updateable in a grid. In a version later than the public beta, it's even easier: all you have to do is check the "update all fields" checkbox.
>>>
>>>Doug
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Reply
Map
View

Click here to load this message in the networking platform