🙏 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!🍀

❤️ DANKE >> << DANKE ❤️

>> 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

von charlie.it
Fr 20. Jan 2017, 08:26
Forum: LibreOffice Programmierung
Thema: BaseReportExtension Support und Discussion [en,de]
Antworten: 43
Zugriffe: 28981

Re: BaseReportExtension Support und Discussion [en,de]

Ciao gogo,
thank you for the answer, it works.
von charlie.it
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...
von charlie.it
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:

Code: Alles auswählen

open -a Preview
Where "Preview" is the name of the app for Italian application "Anteprima".
To the next time ...
von charlie.it
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:
guida_rapida_basereportextension.odt
(483.3 KiB) 321-mal heruntergeladen
I also tried the "brx.pdfviewer" property but it does not work in Mac OSX with the default program "Anteprima" (with or without path).
Schermata 01-2457770 alle 08.45.15.png
Schermata 01-2457770 alle 08.45.15.png (44.07 KiB) 6306 mal betrachtet
von charlie.it
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.
von charlie.it
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" ?
von charlie.it
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 :D .
I can not get to work the custom property „brx.save_to_url“.
Schermata 01-2457769 alle 09.23.30.png
Schermata 01-2457769 alle 09.23.30.png (33.21 KiB) 5920 mal betrachtet
Schermata 01-2457769 alle 09.22.52.png
Schermata 01-2457769 alle 09.22.52.png (19.81 KiB) 5920 mal betrachtet
Can you please post a file with an example where it works?
Thanks.
von charlie.it
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 ...
von charlie.it
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.
von charlie.it
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.