Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tableupdate and Memo's??
Message
From
10/03/1998 11:38:58
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
10/03/1998 11:20:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00083634
Message ID:
00083652
Views:
30
>>>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
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform