Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TableUpdate(.t.) not working.
Message
 
To
21/06/2000 11:01:01
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00382703
Message ID:
00382742
Views:
18
>I try it with a suspend message.
>
>Suspend
>* GetFldSate("KOD") = 2
>TableUpdate(.t.)
>* GetFldState("KOD") = 2
>
>Why.
Cemal,

Your tableupdate doesn't specifiy what work area should be updated and you are not checking to see if the update succeeded. Try;

llSuccess = TableUpdate(.T.,.F.,"KOD")
? llSuccess

to see if the tableupdate is failing on you.
Previous
Reply
Map
View

Click here to load this message in the networking platform