Re: [libreoffice-users] Re: Form fields not filled

2019-07-18 Thread Harvey Nimmo
On Thu, 2019-07-18 at 21:14 +0200, Robert Großkopf wrote: > Hi Harvey, > > > > > > > Bugzilla? What is the link? > > https://bugs.documentfoundation.org/ > > You could add an attachment with internal Firebird database. Query- > GUI > will show the same behaviour as in MariaDB. > > Regards >

Re: [libreoffice-users] Re: Form fields not filled

2019-07-18 Thread Robert Großkopf
Hi Harvey, >> > Bugzilla? What is the link? https://bugs.documentfoundation.org/ You could add an attachment with internal Firebird database. Query-GUI will show the same behaviour as in MariaDB. Regards Robert -- Homepage: http://robert.familiegrosskopf.de LibreOffice Community:

Re: [libreoffice-users] Class name for certain LO Impress objects in macro

2019-07-18 Thread jean-francois
Hi! Le 16/07/2019 à 18:26, Blue Upsilon a écrit : When I make macros in LO Impress, I usually start with: oDoc = ThisComponent oSlide = oDoc.CurrentController.CurrentPage and my questions are: (1) what is the class of oSlide in this case? is it com.sun.star.drawing.GenericDrawPage ?

Re: [libreoffice-users] Re: Form fields not filled

2019-07-18 Thread Harvey Nimmo
On Thu, 2019-07-18 at 16:53 +0200, Robert Großkopf wrote: > Hi Harvey, > > > > OpenSUSE provides only the ODBC connector for mariadb, no JDBC > > connector. > > I'm using only JDBC with OpenSUSE. You have to dowload it directly > from > MariaDB > > > > What I saw was: > > > > SELECT * .*, ., .

Re: [libreoffice-users] Re: Form fields not filled

2019-07-18 Thread Robert Großkopf
Hi Harvey, > > OpenSUSE provides only the ODBC connector for mariadb, no JDBC > connector. I'm using only JDBC with OpenSUSE. You have to dowload it directly from MariaDB > > What I saw was: > > SELECT * .*, ., . FROM > . ORDER BY ASC, ASC > > After deleting the text ', ., .' > from the

Re: [libreoffice-users] Re: Form fields not filled

2019-07-18 Thread Harvey Nimmo
On Thu, 2019-07-18 at 10:48 +0200, Alexander Thurgood wrote: > Le 18/07/2019 à 09:47, Harvey Nimmo a écrit : > > Hi Harvey, > > > I using LibreOffice (version 6.1.2.3) Base as client to a backend > > Mariadb10 via MySQL(JDBC) connector. > > > > I have a created a Query in Base of the form

Re: [libreoffice-users] Re: Form fields not filled

2019-07-18 Thread Harvey Nimmo
On Thu, 2019-07-18 at 10:48 +0200, Alexander Thurgood wrote: > Le 18/07/2019 à 09:47, Harvey Nimmo a écrit : > > Hi Harvey, > > > I using LibreOffice (version 6.1.2.3) Base as client to a backend > > Mariadb10 via MySQL(JDBC) connector. > > > > I have a created a Query in Base of the form

[libreoffice-users] Re: Form fields not filled

2019-07-18 Thread Alexander Thurgood
Le 18/07/2019 à 09:47, Harvey Nimmo a écrit : Hi Harvey, > I using LibreOffice (version 6.1.2.3) Base as client to a backend > Mariadb10 via MySQL(JDBC) connector. > > I have a created a Query in Base of the form SELECT * FROM > ORDER BY ASC, ASC > How did you create this query ? Sounds

[libreoffice-users] Form fields not filled

2019-07-18 Thread Harvey Nimmo
I using LibreOffice (version 6.1.2.3) Base as client to a backend Mariadb10 via MySQL(JDBC) connector. I have a created a Query in Base of the form SELECT * FROM ORDER BY ASC, ASC Why MUST these two sort fields be set to 'visible' in the query (thus extending the above syntax accordingly),