Ciao gogo,
thank you for the answer, it works.
🙏 Helfen Sie jetzt mit, unser LibreOffice Forum zu erhalten! 🙏
Mit Ihrer Spende sichern Sie den Fortbestand, den Ausbau und die laufenden Kosten dieses Forums. 🌱
🍀 Jeder Beitrag zählt – vielen Dank für Ihre Unterstützung!🍀
>> Dank Ihrer Unterstützung -> Keine Werbung für alle registrierten LibreOffice-Forum User! <<
🤗 Als Dankeschön werden Sie im Forum als LO-SUPPORTER gekennzeichnet. 🤗
Die Suche ergab 14 Treffer
- Fr 20. Jan 2017, 08:26
- Forum: LibreOffice Programmierung
- Thema: BaseReportExtension Support und Discussion [en,de]
- Antworten: 43
- Zugriffe: 28981
- Do 19. Jan 2017, 18:49
- Forum: LibreOffice Programmierung
- Thema: BaseReportExtension Support und Discussion [en,de]
- Antworten: 43
- Zugriffe: 28981
Re: BaseReportExtension Support und Discussion [en,de]
Ciao, I'm here again. in the new example that I attached, there are two problems: The decimal point is always a point (.) instead of a comma (,) like Italian setup. Both formatting the numbers of the table "#. ###, 00" and "#, ###. 00" The calculated fields in a a query (showing 2 decimal places) ar...
- Mo 16. Jan 2017, 17:10
- Forum: LibreOffice Programmierung
- Thema: BaseReportExtension Support und Discussion [en,de]
- Antworten: 43
- Zugriffe: 28981
Re: BaseReportExtension Support und Discussion [en,de]
Found trying and trying, the right command for OSX is:
Where "Preview" is the name of the app for Italian application "Anteprima".
To the next time ...
Code: Alles auswählen
open -a Preview
To the next time ...
- Mo 16. Jan 2017, 08:52
- Forum: LibreOffice Programmierung
- Thema: BaseReportExtension Support und Discussion [en,de]
- Antworten: 43
- Zugriffe: 28981
Re: BaseReportExtension Support und Discussion [en,de]
I attach a new corrected version of the quick_reference in Italian:
I also tried the "brx.pdfviewer" property but it does not work in Mac OSX with the default program "Anteprima" (with or without path).
I also tried the "brx.pdfviewer" property but it does not work in Mac OSX with the default program "Anteprima" (with or without path).
- So 15. Jan 2017, 16:45
- Forum: LibreOffice Programmierung
- Thema: BaseReportExtension Support und Discussion [en,de]
- Antworten: 43
- Zugriffe: 28981
Re: BaseReportExtension Support und Discussion [en,de]
You're right, I had just discovered it myself. But, perhaps, it is necessary to modify the quick reference ….
Thanks.
Thanks.
- So 15. Jan 2017, 15:21
- Forum: LibreOffice Programmierung
- Thema: BaseReportExtension Support und Discussion [en,de]
- Antworten: 43
- Zugriffe: 28981
Re: BaseReportExtension Support und Discussion [en,de]
Same result, unfortunately. What does it mean "report is set invisible" ?
- So 15. Jan 2017, 09:26
- Forum: LibreOffice Programmierung
- Thema: BaseReportExtension Support und Discussion [en,de]
- Antworten: 43
- Zugriffe: 28981
Re: BaseReportExtension Support und Discussion [en,de]
Ciao, I'm still here to demand an explanation
.
I can not get to work the custom property „brx.save_to_url“.
Can you please post a file with an example where it works?
Thanks.

I can not get to work the custom property „brx.save_to_url“.
Can you please post a file with an example where it works?
Thanks.
- Sa 14. Jan 2017, 11:30
- Forum: LibreOffice Programmierung
- Thema: BaseReportExtension Support und Discussion [en,de]
- Antworten: 43
- Zugriffe: 28981
Re: BaseReportExtension Support und Discussion [en,de]
Ciao,
also point out this thread from me open on the English AOO forum: https://forum.openoffice.org/en/forum/v ... 86#p406161.
@Villeroy compares your extension with the one written by him in Python, and more ...
also point out this thread from me open on the English AOO forum: https://forum.openoffice.org/en/forum/v ... 86#p406161.
@Villeroy compares your extension with the one written by him in Python, and more ...
- Sa 14. Jan 2017, 11:04
- Forum: LibreOffice Programmierung
- Thema: BaseReportExtension Support und Discussion [en,de]
- Antworten: 43
- Zugriffe: 28981
Re: BaseReportExtension Support und Discussion [en,de]
Oh! thank you.
I found my error with your help: I wrote the error string: Cuntry.select * from “WorldAreaReport” instead: WorldAreaReport.
Thank you again.
I found my error with your help: I wrote the error string: Cuntry.select * from “WorldAreaReport” instead: WorldAreaReport.
Thank you again.
- Sa 14. Jan 2017, 09:20
- Forum: LibreOffice Programmierung
- Thema: BaseReportExtension Support und Discussion [en,de]
- Antworten: 43
- Zugriffe: 28981
Re: BaseReportExtension Support und Discussion [en,de]
Ciao @gogo,
I do not understand why I get SQL error with the query of this file. If instead of the name of the query as Value for the table of the file .ott, use its SQL content, everything works.
Thanks.
I do not understand why I get SQL error with the query of this file. If instead of the name of the query as Value for the table of the file .ott, use its SQL content, everything works.
Thanks.