Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PROGRAMATICALLY CREATE U PDATABLE VIEWS IN DBC
Message
 
To
02/03/2000 10:29:12
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00340535
Message ID:
00340562
Views:
19
Hi Jim,

You can use DBSETPROP; for example:

Select MyView
DBSETPROP(MyView, "VIEW", "SendUpdates", .t.)

And make your fields updatable:

DBSETPROP(Myfield1, "FIELD", "UPDATABLE", .t.) && for simple fields
DBSETPROP(Myfield2, "FIELD", "KEYFIELD", .t.) && for primary fields


Good luck,

Ricardo
Previous
Reply
Map
View

Click here to load this message in the networking platform