Base Form Cannot Remove Default Text from a Field

I had 2 db’s open: an older HSQLDB version and one that I was rebuilding in a second Firebird db. The program crashed and, while crashing, the laptop froze and resumed several times. (Maybe a better description would be that there was a lag time between trying to input something and it actually happening.)

The second db form was in edit mode but design mode was toggled off so that I could enter text and test it when it crashed. The text I wanted to insert into the Notes text field somehow became implanted in to the field, like a default text. It shows up in every record in that field now.

The text can be deleted, but it will not save the change to the field. The program will not even give an option to try to save the change.

When I open the table connected to the db, it shows the mystery default text only in the record that I initially wanted to enter the text into.

image description

How do I make that mystery default text go away?

I do not know if this is related, but I set up a sub-form. I labeled all the original text box fields with “txtbx_” and the columns in the subform were labeled with “clm_”. As you can see from the pics below, Form Properties now shows those labels as being switched. Why would those be switched?


Hello,

Have had this occur using various DB’s so it is a situation of the form itself - saved at the wrong time. Just fixed one in a Base file using PostgreSQL.

  • Edit the form

  • Toggle out of Design mode

  • Remove the offensive text and do nothing else - no saving at this point

  • Switch back to Design mode

  • Save the form, close & test

As for the label situation, information provided is not enough. You need to provide a sample without personal or confidential information.

Edit: Further thought on the second situation (control names switched). After re-reading the question, can’t imagine how a sample would be of help. What is really needed here is for you to duplicate the problem and present a step-by-step process on how this occurs. You should also include you OS and the specific LO version you are using.

If this answers your question please tick the :heavy_check_mark: (upper left area of answer). It helps others to know there was an accepted answer.

Thank you, AGAIN, Ratslinger.

I’m tickled that I’ve at least got my task manager db functioning well again. I’ll address the switched label separately later. I’m prepping to reinstall Linux and get out of Widows soon, which crashes frequently when I’m using LO Base. Maybe that will help to prevent problems like this one, at least.

Thanks again.