[libreoffice-users] Re: LibreOffice Basic macro stops working after upgrade from LO 6.0 to LO 6.1

2018-08-19 Thread Pusteblumi
Hi Robert, thanks for your reply. I have formatted all code snippets as "raw". In the preview, they were still there, but here it seems that nabble has completely removed them. This time, I'll work without formatting. Okay, here is my question again: I have a macro that loads a svg image

Re: [libreoffice-users] LibreOffice Basic macro stops working after upgrade from LO 6.0 to LO 6.1

2018-08-19 Thread Robert Großkopf
Hi Klaus, no macro could be seen here. Attachements aren't allowed. You know there is a German mailinglist? (us...@de.libreoffice.org) Regards Robert -- Homepage: http://robert.familiegrosskopf.de LibreOffice Community: http://robert.familiegrosskopf.de/map_3 -- To unsubscribe e-mail to:

Re: [libreoffice-users] Re: LibreOffice Basic macro stops working after upgrade from LO 6.0 to LO 6.1

2018-08-19 Thread Robert Großkopf
Hi Klaus, > ' Load the image into the internal bitmap table: > oBitmaps.insertByName( "OOoLilyPond", ConvertToURL(sFile) ) ' Up to > here, > everything works fine. > sNewURL = oBitmaps.getByName( "OOoLilyPond" ) ' This line causes the > error. So the error is one row above.

[libreoffice-users] LibreOffice Base now does not apply named parameter substitution after upgrade from LO 6.0 to LO 6.1 and this breaks subforms based on mysql/mariadb tables

2018-08-19 Thread toodr
I have two simle mysql tables with no relationships set between them. The database containing those tables is MariaDb and the JDBC driver I use to connect is mariadb-java-client-2.2.6. Both have a field named "num_vin" among various other fields. And I created a simple form containing a subform.

[libreoffice-users] SOLVED:Re: LibreOffice Base now does not apply named parameter substitution after upgrade from LO 6.0 to LO 6.1 and this breaks subforms based on mysql/mariadb tables

2018-08-19 Thread toodr
More precisely, This happens only within odb files created with LibreOffice-6.0.6 and older. And it is due to a setting of the driver , which is present in the content.xml file, within the .odb file. But if one alters the above setting like this: OLD SETTING: NEW SETTING: Then in

[libreoffice-users] Re: LibreOffice Basic macro stops working after upgrade from LO 6.0 to LO 6.1

2018-08-19 Thread Pusteblumi
Hi Robert, thanks a lot for your examinations. Robert Großkopf wrote > ... but you will create a string of this. This coudn't work. What do you > wan't to get from the object? You are right, it's only the beginning of the function. I tried to strip it down to a minimal example. The string

Re: [libreoffice-users] Re: LibreOffice Basic macro stops working after upgrade from LO 6.0 to LO 6.1

2018-08-19 Thread Robert Großkopf
Hi Klaus, have tried it a little bit more. URL was wrong the first time. I get the object oBitmaps.getByName( "OOoLilyPond" ) ... but you will create a string of this. This coudn't work. What do you wan't to get from the object? Regards Robert -- Homepage: http://robert.familiegrosskopf.de