https://bugs.freedesktop.org/show_bug.cgi?id=72568

          Priority: medium
            Bug ID: 72568
          Assignee: [email protected]
           Summary: Other: Form entry fields in Base are limited in the
                    number of characters entered
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: [email protected]
          Hardware: Other
        Whiteboard: BSA
            Status: UNCONFIRMED
           Version: 4.0.3.3 release
         Component: Database
           Product: LibreOffice

A Base form, connected to a MySQL database, limits the number of characters
entered into textboxes. The limit is the number of characters used for the very
first entry made with the form, for each textbox

Steps to reproduce:
1. Connect to a MySQL Database using Base
2. Create a table with two fields, ID (BIGINT, AUTONUMBER) and TEST (VARCHAR,
LENGTH=100)
3. Use the FormWizard to create a form for this table
4. Using the form created above, enter "abc" into the textbox and save the
record.
5. Create a new record using the form; ensure that the textbox for the TEST
field is set to 100 characters.
6. Try to enter more than three characters into the texbox while creating the
second record using the form.

Current behavior:
Only the first three characters are entered. Anything typed after the first
three characters are neither displayed nor saved.

Expected behavior:
The textbox should limit entry to 100 characters and not to three.


Operating System: Debian
Version: 4.0.3.3 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to