https://bugs.documentfoundation.org/show_bug.cgi?id=104955

Alex Thurgood <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED
     Ever confirmed|1                           |0

--- Comment #8 from Alex Thurgood <[email protected]> ---
No repro with

Version: 5.4.0.0.alpha0+
Build ID: e34cf2adc385d1b04e36e1fdb80cfaced1b7dee5
CPU Threads: 2; OS Version: Mac OS X 10.12.2; UI Render: default; 
Locale: fr-FR (fr_FR.UTF-8); Calc: group


using a JDBC 5.1.39 connector to LAN mysql instance.


1) Set up a test table :

CREATE TABLE chkbox (
  id int(10) unsigned NOT NULL AUTO_INCREMENT,
  acompte decimal(10,0) DEFAULT NULL,
  recap tinyint(4) DEFAULT NULL,
  top tinyint(4) DEFAULT NULL,
  PRIMARY KEY (id)
) ENGINE=MyISAM DEFAULT CHARSET=latin1


2) enter some sample data in table chkbox

3) create a form using wizard accepting defaults (grid), save the form.

4) open form in Form Design mode, and swap the columns recap and top for
Checkbox controls, then save the form.

5) Open form in data entry mode.



Screenshot enclosed.

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

Reply via email to