ldm75
ldm75
About
- Username
- ldm75
- Joined
- Visits
- 2
- Last Active
- Roles
- Members
Comments
-
Hi, it's right but i use in Edit Text: [Format([Dt], "dd/MM/yy")] - [FormatNumber([Num],0)] not work. I have this problem even when I use Format in code: Text1.Text = Format(Dt.Value, "dd/MM/yy") or Saldo.Text = Format(_Saldo,"#.##0,00") Than…
-
Excellent, thanks.
-
Sorry, but i don't find report.LoadBaseReport. I use FastReport 1.2.38 with vb.net. Thanks
-
How can I integrate the use of the report inheritance with the need to save reports in the database? Thanks
-
Wonderful
-
Thanks, now it is working
-
At first I put the code in to ReportSummary1_BeforePrint, now in to GroupFooter3_BeforeLayout (the last group, printed only in lastpage) and works perfectly. Last problem, in the User Manual is refers to Engine.PaperWidth but when i try execute the…
-
Thanks, now report is exactly as it should be!
-
Sorry, but i can't it. I add a reference to myapplication's executable module GestContab.exe. When i try execute the preview the messare error are: BC2017: 'Impossible find GestContab.exe' BC2000: unexpected error while compiler initializing:…
-
Hi In the report script event i can't reference my application objects instance Thanks