Issue 121377 - [dBase] adding new entry adds cryptic letters to empty fields which crashes some functions
Summary: [dBase] adding new entry adds cryptic letters to empty fields which crashes s...
Status: UNCONFIRMED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: 3.4.1
Hardware: PC Windows 7
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact: Javier Lopez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-20 09:08 UTC by Johanna
Modified: 2017-05-20 11:55 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Johanna 2012-11-20 09:08:13 UTC
We have a form (.odt) connected to a dBase (.dbt/.dbf) to change existing fields in rows and enter new rows. after updating from 3.3 to 3.4.1 with every new entry (row) strange characters get automatically filled into the empty fields.
After saving the new entry and checking back this entry in the former empty fields are than a lot spaces. By copying this fields with a macro to the clipboard they were displayed in writer as many #### and can't get pasted (control+v) into Editor. By exporting the dbase into .xls the characters are shown as many ????. This only happens with new rows, not with changing fields in old rows. We didn't change anything to the form or the macro. We just did update from 3.3. to 3.4.1. 

e.g. we have the fields Title, Name, Street, Street2, City 
starting a new entry (row) filling out only Name, Street and City
and saving
looking for a different address
looking for the "new" one:
Title and Street2 got filled with spaces (in the form, in the table it *looks* empty/ok, in the .xls export it's a lot of "?") the other fields are fine.
Copying all fields by macro into clipboard and pasting in writer: "################## Name Street ############################# City" 
doesn't paste anything in Editor 
If we now delete all the spaces in the empty fields by hand and save again, everything is fine again.