-=Den=-
-=Den=-
About
- Username
 - -=Den=-
 - Joined
 - Visits
 - 7
 - Last Active
 - Roles
 - FR Team
 
Comments
- 
                Just checked this code and it works as expected. When file is locked it generates EFCreateError exception and show error or re-throw it (depends on engine settings). If you have a test case which produce behavior when in case of exception it does…
 - 
                Hello, You need to call PrepareReport before Export method and build the report first. If Report.PrepareReport then Report.Export(ExportFilter); Also Export return a result of export process (True if it was successful) and write all errors to Rep…
 - 
                Hello, When working with report component while designer is active you need to lock the report designer and reload it after. Something like that: frxReport1.Designer.Lock; try frxReport1.LoadFromFile(); finally frxReport1.Designer.ReloadRepo…
 - 
                Hello, Thats seems a bug. I've put it to our BUG tracker. As a temprary solution you can reset preview and set it after preparing. Like: frxReport.Preview := nil; frxReport.LoadFromFile... frxReport.PrepareReport(False); frxReport.LoadFromFile... …
 - 
                By default Fast Report uses version of TeeChart which comes with IDE. For commercial version of TeeChart(std/pro) you need to recompile frxChart packages with using recompile.exe (located where Fast Report installed).
 - 
                Make sure you properly configured TfrxUserDataSet. I.e. assing RangeEnd mode and records count (if you are using reCount mode). If you dataset has no records , the result will be an empty report.
 - 
                danielrail wrote: » An answer was given during the Q&A session of the Fast-Report session at CodeRage6 last week. I can't say definitely what the answer really was, because I had some difficulty understanding him, and I think even Anders wasn…
 - 
                Hello, We have some problems on the build server at this moment and we're working on its resolving. We'll try to fix it ASAP.
 - 
                There is no virus/spybot in this module. You should write to Malwarebytes support about this.
 - 
                First of all I want to give ours apology for answer delay. Unfortunately, I can't reproduce it on my machine, when i change regional settings in control panel, all changes reflecting on the report. Thousand delimiter in memo format settings wo…
 - 
                You can do it via UserDataSet or use build in 'TfrxADOXXX' components.
 - 
                This is a standard table. code | qty | Price | Total (total = Price * qty ) - master band pcs|prs|grm - subreport plaÑed under 'qty' memo, or a detail band (depend on dataset structure).
 - 
                al_noland wrote: » Is Fast Report 4 Thread Safe? Are there any special properties I need to set when using FR from threads? Yes, it's Thread Safe. Create a report object inside thread and set this property: frxReport.EngineOptions.Enable…
 - 
                1. You can use TfrxDMPcommand object and send command to printer in order to change paper size. 2. You can set rowCont property or just attach this band to dataset.
 - 
                You must use bands. place masterdata with rowcount 1 and move first subreport on masterdata. Place child band on page move second subreport on it. Set masterData.Child property to Child1. On both bands set Streched property to true.
 - 
                Your firs request doesn't have attachet files , i asked you to reattach it.
 - 
                Write wripper for this component. I attach wripper for other barcode object http://www.will-software.com/sharewar/barocx.exe Unzip and install(Before install this component you must install barcode).
 - 
                I attach example.
 - 
                frxReport1.PrintOptions.Printer := 'PrinterName'; frxReport1.SelectPrinter;
 - 
                it,s not possible. You can't add series in scipt, because necessary property not registred in script.
 - 
                Try split your report to subreports.
 - 
                use IFF function for this. [IFF( = 0, '',Format('%.6d',[]))]
 - 
                frxReport1.Engine.StopReport;
 - 
                TfrxMemoView * Memo = NULL; Â for(int idx = 0;idx < frxReport1->Pages[0]->AllObjects->Count;idx ++) Â Â if (Memo = dynamic_cast ((TObject *)frxReport1->Pages[0]->AllObjects->Items[idx])) Â Â { Â Â Â Memo->Top = …
 - 
                Two ways: 1) Fill crassTab manually (Add()). 2) Use vertical bands.
 - 
                Maybe memo object be positioned below Picture object ?
 - 
                wrote: But now: our customers want their "own" report. You can call Report designer in run-time and you custumers can create reports with exist datasets. Is it possible (and if yes how) in any way to create an external "script file" that i ca…
 - 
                Error inside your report when you try show it (maybe dataset not exist or othoer error) - delphi try set break point in FR source code (FR basic and FR Std doesn't include source code).
 - 
                Where exactly you got this message ?
 - 
                Yes, in uses section add frx2xto30, open frf report at run-time and save it to fr3.