GreatDayDan
GreatDayDan
About
- Username
- GreatDayDan
- Location
- Keller, Texas
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
GreatDayDan wrote: » 'Class TfrxDataPage not found'. Does anyone know what causes this? This is from the Enbarcardo version of FastReports 5.2. This little beasty has been giving me trouble for a couple of weeks. Until then, all the reports…
-
'Class TfrxDataPage not found'. Does anyone know what causes this? This is from the Enbarcardo version of FastReports 5.2. This little beasty has been giving me trouble for a couple of weeks. Until then, all the reports were working. It pops…
-
This bugger keeps popping up in my existing projects. Got it again in a project that I fixed only by recreating a report. There has GOT to be an easier way to fix this. If I have to I will send you the entire project and database.
-
gpi wrote: » Create small demo project with problem based on standart Delphi's components and send it to support@fast-report.com The demo did not reproduce the error so you were unable to advise me. However, if I include the rptShopping …
-
gpi wrote: » Check TDataModule.ClassGroup property. It should be Vcl.Controls.TControl It is Vcl.Controls.TControl. Bummer. The app fails to start. What else?
-
I am having the same problem, but with an existing application. Using DXE7 Pro, Win10. FR5 Delphi edition. Everything was working while adding to and tweaking the app. Then this error happened. I removed the .dsk, .dproj & .dproj.local …
-
Same question. Can FR4 be used in DXE7?
-
gpi wrote: » FR 4 doesn't supports XE7 You may upgrade FR4 to FR5 Bummer. Thanks...
-
gordk wrote: » the version that comes with xe does not support charts exports etc it is limied you must have a purchased version the compiled demo was built with a full version K. Bummer.
-
batozai wrote: » batozai wrote: » batozai wrote: » Good Morning! FR 4.12 Standard, Delphi 6, XP. I am trying to print a sheet of 30 mailing labels. I have a MasterData band with Height = 2.40, Columns = 3, ColumnGap = .25. I have a H…
-
GreatDayDan wrote: » Good Morning! FR 4.12 Standard, Delphi 6, XP. I am trying to print a sheet of 30 mailing labels. I have a MasterData band with Height = 2.40, Columns = 3, ColumnGap = .25. I have a Header band, height = 1.00, to push the…
-
gordk wrote: » you need to add the tfrxrichview component to the underlying delphi form or add its unit to the uses clause. Good Morning! Ok, but how? I already have a report and it has a tfrxrichview component. What unit has this com…
-
Good Morning! Coolness! What report event should I use? What if there is not image for this record? Use an if fileexists...? Thanks...Dan'l
-
Good Morning! That is already being done. I have a button on my form that builds the report. Using the same dataset, if I click the button a second time, then I get the error. I have added a try...except (as did Morlok) and that allows me t…
-
Good Morning! Has an answer been found for this problem? I am also getting an AV but it is because in FR_Classes, in TfrBandView.SetPropValue(... ... else if Index = 'CONDITION' then begin GroupCondition := Value; if DocMode = dmPrinting …