Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View Problem
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxExpress
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 7
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01521476
Message ID:
01521599
Views:
47
Hi Charles,

Unfortunately, that is not the problem. I just made the change you suggested and still get the same error.

Any other thoughts?

Thanks,

TFISHER

>Looks like you have the wrong field marked as pk - I think you want cid to be keyfield and cuserid to be just another updateable field.
>
>Try changing this keyfield to .f.
>
>>*!* Field Level Properties for RV_USERS
>>*** Props for the RV_USERS.cuserid field.
>>DBSetProp('RV_USERS.cuserid', 'Field', 'KeyField', .T.)
>>DBSetProp('RV_USERS.cuserid', 'Field', 'Updatable', .T.)
>>DBSetProp('RV_USERS.cuserid', 'Field', 'UpdateName', 'appusers.cuserid')
>
>and this keyfield to .t. and see what happens
>
>>*** Props for the RV_USERS.cid field.
>>DBSetProp('RV_USERS.cid', 'Field', 'KeyField', .F.)
>>DBSetProp('RV_USERS.cid', 'Field', 'Updatable', .T.)
>>Hi Charles,
>>
>>Thanks for taking a look.
>>
>>TFISHER
>>
>>

Thanks,

TFISHER
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform