Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need syntax help on dbsetprop() KeyField
Message
From
02/11/1998 18:53:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Need syntax help on dbsetprop() KeyField
Miscellaneous
Thread ID:
00153752
Message ID:
00153752
Views:
56
Hi,
I'm trying to create an updatable view. My base table has a compound primary key such as Field1 + Field2 + str(Field3,8,0) + Field4.
I can't quite figure out the syntax for the dbsetprop() command to set the key field. I've tried these commands with no luck. Any ideas?
dbsetprop('Field1 + Field2 + str(Field3,8,0) + Field4', 'Field', 'KeyField', .T.)
dbsetprop('Field1, Field2, str(Field3,8,0), Field4', 'Field', 'KeyField', .T.)
Next
Reply
Map
View

Click here to load this message in the networking platform