
gordk
gordk
About
- Username
- gordk
- Location
- St.Catherines On. Canada.
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
Without seeing the design layout of your report I can only guess you probably should be using true nested groups with data supplied from 1 query across all tables with the orderby cclause of the query matchin the order of the group header criteria…
-
try setting report engine option ignoredevbyzero
-
set the bands allowsplit property to true
-
It sounds like yoir xe7 lib path is still pointing to the old version data path. make sure your lib path is correct
-
Take a look at the master detail uds project in tyour fastreport5 demos folder
-
read the developers manual on creating functions and create your own function library
-
I assume you are doing this after loading the report and before running it i am not a c programmer but try using memo->memo->Text = "[Sum(, MasterData1, 1)]" if that fails try using a call to designreport temporarilly to see what is placed …
-
the embarcadero versions are limited tou must purchase the full version
-
when you force a new page in the summary band you will lose the data because you are already past the eof of the data set store the values in a variable at a point where they are available to you ie detail footer and use the variables in the summa…
-
here are some tips for designing looking at your report in designer select the page in properties panel check large height in design the memo with air" invoice" if you want it on every page use a pageheader band not a header band assuming your us…
-
before running the export set the properties for the export
-
your best way to learn about fr is to build the demo report in the user manual what version of fr are you using?
-
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
-
when designing bear in mind that when the engine processes the design page it runs from top down depending on band type and the objects in the band from left to right in order of creation BT please change your name from support to something else.
-
memo71 is overlapping memo10 set it's shiftmode prop to smdon't shift or make it's width smaller
-
first i am not sure why you are using a subreport object you could use a detaildataband if the datasets are related ptooks like you are using yhe master databand to retrive data for the headerif that is the case set the master data to 0 height a…
-
Generally you should design a dot matrix report for dm printers or run the printer in graphics mode very slow add the frxDMPExport to your project and read the Usermanual chapter on dotmatrix reports
-
have you created the fr language resource files for or the language you are trying to use? look in your fr installation folder/res and read the notes on installing other languages
-
post your .fr3 file here in the forum also save and post a report output .fp3 file
-
post your .fr3 file here in the forum also save and post a report output .fp3 file
-
write code in the obp event of the band to force the engine to a new page you might use the line number variable or check the engines free space it might be as simple as if(< line#> = 9 ) then engine.newpage;
-
it appears to be the setting shift when overlapped can't tell without looking at the .fr3 file
-
make sure that the programs are run with admin privleges and you may also need to set them up with the compatability trouble shooter
-
Ssam you may be missing some thing here rather than multi design pages look at using a child band with a subreport object and put your static page in the subreport.
-
mail export is not included in xe8 version in delphi only in purchased versions standard and above
-
make sure your delphi compiler is running as an administrator not just it's shortcut
-
Jn the obp event of the rectangle write code to set its visible property useing the variable and modulo mat if mod 2 = 0 then object name.visible = true else object name.visible = false;
-
Use the memoview's colour property
-
try adding an extra set of braces here [IIF(( = ), ..... also report must be 2 pass report
-
works fine for me in fr 5.4.3 xe8 windows 10 pro using normal preview suggest updating your fr version if that does not help yhe problem lies in your custom preview