Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG # 9 or by design: Views not holding update info
Message
From
27/05/2003 10:41:45
 
 
To
27/05/2003 08:35:52
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00793039
Message ID:
00793096
Views:
26
>When desiging a view and have the following expression as one of the fields:
>
>
PADR(MyTable.MyMemoField,200) As MyCharacterfield
>
>it is impossible te make this field updatable within the query designer. When I manually set updatable to .T. with changing the the DBSETPROP line into
>
>
DBSetProp(ThisView+".MyCharacteField","Field","Updatable",.T.)
>
>within the SQL window, it's automatically reset when I save the View. The only workarround is to bypass the view designer and use a PRG to define the view programtically.
>

My guess would be 'by design'. You're creating a custom field, and I don't think updates from them can be saved. Include the memo field with its original name and it should update without problems.

Chris.
Previous
Reply
Map
View

Click here to load this message in the networking platform