Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to Understand Views
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00701728
Message ID:
00701948
Views:
28
>I am so dumbfounded. I just don't understand. I have key fields only set. No matter how my screen sorts the data whenever I try to change a value I get update conflict after the tableupdate. My update criteria looks like everyone has told me it should look and yet I cannot change a darn thing. I have no idea how to begin to solve this problem. I do use this view in an prg file that updates data everyday but when I am trying to do it on a form no luck.

Do you know what the update conflict is? If you were to issue:

? TABLEUPDATE(1)

from the Command window, do you get false returned? If so, what information is returned when you issue AERROR(laError) from the Command window? i.e., what info is returned in the laError array created by the AERROR function?

What does:

? CURSORGETPROP("WhereType", "View_Name")

return when issued from the Command window?
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform