Ciao gogo,
thank you for the answer, it works.

BaseReportExtension Support und Discussion [en,de]
- charlie.it
- Beiträge: 14
- Registriert: Sa 7. Jan 2017, 07:56
Re: BaseReportExtension Support und Discussion [en,de]
LibreOffice 4.3.7
Mac OSX 10.7.5
Mac OSX 10.7.5
Re: BaseReportExtension Support und Discussion [en,de]
Hello,
I installed basereport extension and it works fine except to print the data of the record running in a form.
Could you give me an example of syntax for use of:
###FORMFIELD(<MainForm><SubForm><GridName><ColumnName>)###
my Mainform’ name is “Formulaire”
my GridName is called “ControleTable1”
my ColumnName is called “Etat”
I’ve tried
FORMFIELD(“Formulaire”“ControleTable1””Etat”)
FORMFIELD(“Formulaire”.”ControleTable1”.”Etat”)
FORMFIELD(“Formulaire” ”ControleTable1” ”Etat”)
FORMFIELD(“Formulaire”/”ControleTable1”/”Etat”)
and I got every time ###SQLERROR###
Thank’s.
I installed basereport extension and it works fine except to print the data of the record running in a form.
Could you give me an example of syntax for use of:
###FORMFIELD(<MainForm><SubForm><GridName><ColumnName>)###
my Mainform’ name is “Formulaire”
my GridName is called “ControleTable1”
my ColumnName is called “Etat”
I’ve tried
FORMFIELD(“Formulaire”“ControleTable1””Etat”)
FORMFIELD(“Formulaire”.”ControleTable1”.”Etat”)
FORMFIELD(“Formulaire” ”ControleTable1” ”Etat”)
FORMFIELD(“Formulaire”/”ControleTable1”/”Etat”)
and I got every time ###SQLERROR###
Thank’s.
Re: BaseReportExtension Support und Discussion [en,de]
Hi Steph,
should work.
I wonder why you get a ###SQLERROR### as you should get a messagebox like:
"Error! The control " & sName & " could NOT be found in " & sPathToObject & "!"
A ###SQLERROR### should appear in case of a not-SQL-string only...
Code: Alles auswählen
###FORMFIELD(<Formulaire><ControleTable1><Etat>)###I wonder why you get a ###SQLERROR### as you should get a messagebox like:
"Error! The control " & sName & " could NOT be found in " & sPathToObject & "!"
A ###SQLERROR### should appear in case of a not-SQL-string only...
g
2008 LucidL./MaverickM./WinXP LibreOffice 3.3.2 > 02/13 LinuxMint13/Xubuntu > 09/13 Debian Wheezy+LO3.5.4.2 > 01/15 Debian Jessie KDE+LO4.3.3.2/Mint17 openbox auf USB+LO4.2.8.2 > 03/16 ArchLin & LO5.1+ff > 02/18 Kubuntu
2008 LucidL./MaverickM./WinXP LibreOffice 3.3.2 > 02/13 LinuxMint13/Xubuntu > 09/13 Debian Wheezy+LO3.5.4.2 > 01/15 Debian Jessie KDE+LO4.3.3.2/Mint17 openbox auf USB+LO4.2.8.2 > 03/16 ArchLin & LO5.1+ff > 02/18 Kubuntu
Re: BaseReportExtension Support und Discussion [en,de]
Update 04/2019: mit der FIREBIRD-Datenbank funktioniert die Extension leider NICHT, da der Firebird-Trieber nur sehr wenige Resultset-Methoden unterstützt (kein .last, .beforefirst ...)
Es wird auch dafür vorerst kein Update geben, da der Treiber einfach zu viele Löcher hat.
sry
Es wird auch dafür vorerst kein Update geben, da der Treiber einfach zu viele Löcher hat.
sry
g
2008 LucidL./MaverickM./WinXP LibreOffice 3.3.2 > 02/13 LinuxMint13/Xubuntu > 09/13 Debian Wheezy+LO3.5.4.2 > 01/15 Debian Jessie KDE+LO4.3.3.2/Mint17 openbox auf USB+LO4.2.8.2 > 03/16 ArchLin & LO5.1+ff > 02/18 Kubuntu
2008 LucidL./MaverickM./WinXP LibreOffice 3.3.2 > 02/13 LinuxMint13/Xubuntu > 09/13 Debian Wheezy+LO3.5.4.2 > 01/15 Debian Jessie KDE+LO4.3.3.2/Mint17 openbox auf USB+LO4.2.8.2 > 03/16 ArchLin & LO5.1+ff > 02/18 Kubuntu
