Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tableupdate and Memo's??
Message
From
10/03/1998 11:51:46
 
 
To
10/03/1998 11:43:01
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00083634
Message ID:
00083659
Views:
24
>>>>>I have an updateable View that contains a Memo field. When I use Tableupdate on the View then the Table I saves every thing but the Memo field. Is there something special I have to do?
>>>>Use viewname explicitly in tableupdate. ie: tableupdate(2,.t.,viewname) and be sure you set the memo field as updatable.
>>>>Cetin
>>>
>>>My code is :
>>>IF .NOT. TABLEUPDATE(1,.F.,'JCVIEW') .OR. .NOT.
>>> TABLEUPDATE(1,.F.,'JCMAST')
>>> WAIT WINDOW 'NOT UPDATED'
>>>ELSE
>>> =REQUERY('JCVIEW')
>>> THISFORM.REFRESH()
>>>ENDIF
>>>
>>>Every field is update but the memo and I have double check the check mark next to the update critera option.
>>>
>>>Charles
>>Is JSMAST base table ? Normally only view or base table is buffered.
>>Cetin
>
>Jcmast is the table that jcview is based on. I have buffering set to 5 - Optimistic table buffering. I found that the saves where not going back to the table untill I have updated the table that the view is based on.
>
>Charles

I have changed the buffering mode on the jcmast to 'None' and to 'Use Forms' but the memo field is still not getting updated. Then I changed the jcview to 'Use forms' and buffered jcmast and still it is not getting updated.

Charles
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Reply
Map
View

Click here to load this message in the networking platform