Issue 110157 - Memo length should retain value when editing a table in design view.
Summary: Memo length should retain value when editing a table in design view.
Status: UNCONFIRMED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: OOo 3.2 RC5
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 01:10 UTC by sak102010
Modified: 2013-01-29 21:47 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description sak102010 2010-03-16 01:10:12 UTC
Create a table.
Create a field and assign it "Memo [LONGVARCHAR]" value.
Save and close.
The length field shows 2147483647.
Reopen it with right-click Edit.
Select the Memo field again and the length field shows zero.

The length field isn't allowed to be edited for a LONGVARCHAR, which works as
it's supposed to, but for the sake of confusion it should probably show the
proper value when the table is reopened for editing.