Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View not updating data
Message
 
 
To
09/08/2006 23:29:34
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01143996
Message ID:
01144408
Views:
23
>And the code from the view:
>
>DBSetProp(ThisView,"View","SendUpdates",.F.)
>DBSetProp(ThisView,"View","BatchUpdateCount",1)
>DBSetProp(ThisView,"View","CompareMemo",.T.)
>DBSetProp(ThisView,"View","FetchAsNeeded",.T.)
>DBSetProp(ThisView,"View","FetchMemo",.T.)
>DBSetProp(ThisView,"View","FetchSize",100)
>DBSetProp(ThisView,"View","MaxRecords",-1)
>DBSetProp(ThisView,"View","Prepared",.F.)
>DBSetProp(ThisView,"View","UpdateType",1)
>DBSetProp(ThisView,"View","UseMemoSize",255)
>DBSetProp(ThisView,"View","WhereType",3)
>
>
>However, this behavior is now on a standalone view also, not just in the form.In fact, I cannot exit VFP, because of the error "Update Conflict" !!!!
>
>With best regards,
>
>Steve

Are you sure you have a PK field? Is it unique? What is the field name and what index do you have in your table? Which table did you make updatable?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform