Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local Views and Memo fields
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Local Views and Memo fields
Miscellaneous
Thread ID:
00054807
Message ID:
00054807
Views:
73
While using a local view on a table that has a memo field (comments), the memo field does not get updated when =TABLEUPDATE() is applied.

In the local view, sql updates is checked and so is the memo field to be updated.

The local view has Optimistic Table Buffering on while the table has Pessimistic.

For example:

Begin Transaction
Select local_view
llOk=Tableupdate(1,.T.)
If llOk
End Transaction
Else
Rollback
Endif

Does anyone know if there is a work around for this ???

TIA.
Jamie Di Natale
S.D.X. Int'l Consulting
Computer Consulting, Networking and Custom Programming
jamie@s-d-x.com
http://www.s-d-x.com
Next
Reply
Map
View

Click here to load this message in the networking platform