gordk
gordk
About
- Username
- gordk
- Location
- St.Catherines On. Canada.
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
why use this code? frxPreview.Export(frxPDFExport); here is a typical example procedure TForm1.Button5Click(Sender: TObject); begin frxreport5.LoadFromFile('mypo.fr3'); frxreport5.PrepareReport; frxreport5.LoadFromFile('myotherpo.fr3'); fr…
-
cannot reproduce here fr4.8.33. d2006, d2010. xp pro+ what version level and build no are you using. if you are exporting in the background you would not be scrolling in the report preview. i would expect you have missed setting a property of the…
-
Call prepare report before calling print.
-
a lot will depend upon how you designed your report initially. the first thing to do would be to run a query to retrieve the idNo of customers that have invoices to be emailed and their email adresses. then run the report in a while loop. begin …
-
kaju Your situation is different. take a look at the interactive report demo in the demos folder use the second report to do the exporting pdf and email in the background.
-
first design your report so that all invoices for a customer will be contained within one pdf file. run a query to determine the number of times the report must be run(customers who have invoices), the run the report in a loop the number of times r…
-
Sorry I do not understand what you are trying to explain.
-
yes split the band into columns not the page.
-
this is mostly a guess on my part, as i am not running 64 bit 7 or vista 1 full admin privleges for installation. 2 i expect you must run in a 32 bit thread.
-
yes you can To convert old .fr3 files to a new .frx format, do this: - download the latest version of FastReport 4 (you can even use the trial version) - add the "frxSaveFRX" unit into your uses list - run report designer, go "File|Save as...",…
-
AFAIK no you cannot but you might try asking in the .net forum
-
it is a resource string in class language resource. if you have source code it can be modified.
-
set the design page's duplex property.
-
good question works fine for me. fr4.8.27 d2006, d2010 so what FR version and build are you using?
-
Basic retrieve the recordcount of the dataset store in a variable when line# variable = recordcount turn off what you want. Grouping since you are using grouping you will have to make the report 2 pass store the count in an array just like …
-
apparently it is a requirement of adobe the font is embedded when encryption is used.
-
try chart1.chart.addseries(csLine); here is a sample from delphi uses frxChart; var Chart: TfrxChartView; Chart := frxReport1.FindObject('Chart1') as TfrxChartView; Chart.AddSeries(csBar); with Chart.SeriesData[Chart.SeriesData.Count - …
-
are you talking about different design pages with different master data bands connected to one data source ?
-
Andreas i suspect you must run it in a 32 bit thread but i have no idea how.
-
Planche wrote: » Hi! There is any way I can put a backgroud image (only for preview) in a Dot-Matrix page? ty. no you can't.
-
code to load report frxreport1.preparereport; frxReport1.Export(frxCSVExport1); The export filter component must be available (you must put it on the form of your project) and be adjusted correctly.
-
go to your download page and take out a support ticket.
-
take out a support ticket. I have never had the install exe ie(Fr4_8_23_d14e.exe delete itself, the uninstaller should as it is part of the install.
-
could be, you are way behind current version is 4.8.23 and may have been resolved already.
-
first try the latest daily build .21 if that does not solve it then take out a support ticket.
-
move those memos into the footer. tip for designing go to mnu/file/pageoptions other options and set large height indesign mode.
-
of course the ado connection must be reset to your database they were pointing to an ado connection on my form which connected to the db you sent me. page 1 is using tables in a md relation, page 2 is using 2 queries in a md relationship the one y…
-
what errors
-
are you trying to export reports that use richtext objects? they are exported as bmps not as actual text. see the usermanual for limitations of the various export filters.
-
in the obp event of the object set its visible property. line1.visible := (() = 'L'). or if you only want a line under a number use the memos frame and set its properties in the same manner. Please in future the Language of this forum is Anglo.