gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 559
- Last Active
- Roles
- Members, FR Team
Comments
-
Sorry, but FR doesn't have such feature
-
wrote: I wish to wrap also at dashes ("-"). Is this possible? No, you should modify FR's sources only
-
Try to create report variables and assign they with dataset fields
-
Use [Round( / 5)]
-
wrote: In which forum or topic? http://www.xailer.com
-
Does your Branch dataset enabled in the FR (menu Report-Data)? Ask xailer fastreport developers about :SetUserDataset usage
-
wrote: If I buy the professional version, can I implement it in the application? No, you can't wrote: Or does it all depend on programmer's application and I can not solve it myself? Yes, ask your application developer
-
wrote: I understand that the Tfx ADOQuery dataset must provide the application programmer. It is right? Yes, he should add TfrxADOComponents to project
-
robelope For FR.Net you should select export to text file option and then print exported report
-
See attach (there are no hlp files for FR5, FR4 files available only)
-
Drill-down rebuild report, so you should have original report template (fr3) and acces to data for report's preparing. Drill-down feature will not work in the FR Viewer, it will works in th application only
-
FR can't to sort application datasets, you should ask your application developer to sort dataset on the application level If you have internal dataset like TfrxADOQuery - go to "Data" tab of the report and modify query SQL (add ORDER BY in the quer…
-
Try to set TfrxMemoView's dataset and datafield. If you will want to change dataset for several memos - just select they and change dataset one time
-
Try to call next frxReport.Print after TfrxReport.OnProgressStop event
-
Create small demo project with error and send it to support@fast-report.com
-
No such option. Read User's manual wrote: 15.7 Report Design considerations The quality of the export output in any format is highly dependent on the quality of the original report design. FastReport can manipulate objects in a large number of …
-
Yes, uninstall FR Trial and install FR Embarcadero edition
-
You can't to convert RB to FR by free FR Embarcadero edition Uninstall it, download FR Trial https://www.fast-report.com/en/download/public_files/245/ and install it Use ConverterRB2FR.pas unit. Add it to uses list, add TfrxDesigner, call frxRepo…
-
Use PDF printer instead of TfrxPDFExport filter
-
wrote: Is this possible in FR? How would it be setup in Delphi? If you use Delphi's queries, you may reopen subdetail query in the detail query OnAfterScroll event
-
Try to compare fr3 report templates as text files
-
Sometime release date may be not updated. See at the version number
-
Use two datasets: Master with unique group conditions, Detail - with group data. Place TfrxDBCrossView on the MasterData band, use Detail dataset for TfrxDBCrossView
-
Create and send small demo project with error to support@fast-report.com
-
Try to use latest FR 5.5.11. If problem still exists - send report template (fr3) and prepared report (fp3) to support@fast-report.com
-
Use IIF function [Address Line 1] [IIF( <> '', + #13#10, '')][IIF( <> '', + #13#10, '')][City] [State][Zip]
-
Set frxSimpleTextExport1.EmptyLines to True
-
Try to use latest FR FMX 2.5.2
-
Use frxReport1.FindObject('Memo1').Free;
-
Use 00 format string