Hi,
Anyone have a sample how i can relationate 2 arrays (masterdata/detail) and pass to fastreport?
Thanks in advance
Hi,
Anyone have a sample how i can relationate 2 arrays (masterdata/detail) and pass to fastreport?
Thanks in advance
Hello,
can you show how the report should look.
Why don't you use EasyReport.
This is very easy with EasyReport.
Best regards
Otto
Otto wrote:Hello,
can you show how the report should look.
Why don't you use EasyReport.
This is very easy with EasyReport.
Best regards
Otto
Hello,
are you developing inhouse applications.
If I install FastRepot FrSystH.dll is blocked by the most Antivirus programs.
Have you a solution for that.
Thank you in advance
Otto
Otto wrote:Hello,
are you developing inhouse applications.
If I install FastRepot FrSystH.dll is blocked by the most Antivirus programs.
Have you a solution for that.
Thank you in advance
Otto
Hello
thank you for your answer.
But this is a problem if you have many costumers. You need admin rights which is not always possible.
And FrSystH.dd has no future as no one has the sources.
For in house this might be a solution. But if you sell your software over internet and self installing this is no good solution.
For a fivewinner EasyReport is the most productive tool. You can do all you want. In FastReport you have to learn another scripting language.
FastReport designer is at the first look better but as always the work is in detail.
Best regards
Otto
Otto wrote:Hello
thank you for your answer.
But this is a problem if you have many costumers. You need admin rights which is not always possible.
And FrSystH.dd has no future as no one has the sources.
For in house this might be a solution. But if you sell your software over internet and self installing this is no good solution.
For a fivewinner EasyReport is the most productive tool. You can do all you want. In FastReport you have to learn another scripting language.
FastReport designer is at the first look better but as always the work is in detail.
Best regards
Otto

Hello,
Itemvalues must always be character strings. Also formatting must be done before passing to ER.
Best regards
Otto
PRINTAREA 4 OF oVRD ;
ITEMIDS { 102, 103 ,104, 105 } ;
ITEMVALUES { aTemp[ I,2 ], dtoc( aTemp[ I,8 ]),aTemp[ I,4 ],aTemp[ I,5 ] }
Here another sample
cMenge := "1"
cBezeichnung := reschein->Bezeichnun
cPreis := transform(reschein->v_preis,"99,999.99")
cWert := ""
cRabatt := ""
PRINTAREA 3 OF ::oVrd ;
ITEMIDS { 101,102,105,106,107 } ;
ITEMVALUES { cMenge,;
cBezeichnung, ;
cPreis,;
cWert,;
cRabatt }
Thank you Otto I will try!
Good morning my good friend OTTO, do you have examples other than using ARRAY()? Thanks. Hugs.
Buenos dÃas, mi buen amigo OTTO, ¿tienes otros ejemplos que no sean ARRAY()? Gracias. Abrazos.
Regards, saludos.
13/03/2019 Â 01:25 Â Â Â Â Â Â Â 505 States.v01
13/03/2019 Â 01:25 Â Â Â Â Â Â Â 469 States.v02
13/03/2019 Â 01:25 Â Â Â Â Â Â Â 683 States.v03
13/03/2019 Â 01:25 Â Â Â Â Â Â Â 785 States.v04
13/03/2019 Â 01:25 Â Â Â Â Â Â Â 754 States.v05
13/03/2019 Â 01:25 Â Â Â Â Â Â Â 422 States.v06
13/03/2019 Â 01:25 Â Â Â Â Â Â Â 794 States.v07
13/03/2019 Â 01:25 Â Â Â Â Â Â 1.284 States.vrd