gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 565
- Last Active
- Roles
- Members, FR Team
Comments
-
Try to place fields from MasterData's dataset on Detail's header and set ReprintOnNewPage to True for this header
-
See here: http://www.fast-report.com/en/blog/index.p...on_en&id=26
-
I2/5 encodes pairs of digits http://en.wikipedia.org/wiki/Interleaved_2_of_5
-
Set ReportSummary1.AllowSplit to True
-
See FRDemo: - put a memo object with [CopyName#] text inside. It will show a copy name; - go "Code" tab and write a simple script that will give names to each copy. begin   frxGlobalVariables['CopyName0'] := '';            // …
-
Use CopyName# report variable
-
OnPreviewClick works with Sender only wrote: Btw. anyone else using JScript? Most of FR VCL users use Pascal script You can found FS manual here: http://www.fast-report.com/pbc_download/fs_en.pdf
-
Use TfrxMemoView.OnBeforePrint event
-
Try to replace frxEditMemo.dfm with file from attach and recompile FR's packages
-
wrote: you only need special data components if you are creating reports using internal data sets. All DevArt DB engines have DB Engines for FR
-
Set permissions for full access for all users for C:_/Program Files_/FastReports_/FastReport4_/LibD14_ folder
-
Use latest FR 4.12.14
-
What version of FR do you use?
-
Use TfrxReport.LoadFromFile
-
Also try to set ADOQuery1.Query.EnableBCD to False
-
What components do you use for DB access? Do you use TfrxDBDataset or FR internal dataset like TfrxADOQuery?
-
Create demo report template with problem based on FRDemo and attach it here
-
what exact?
-
Try to set GroupHeader1.StartNewPage to True
-
Did you run FR installer as administrator?
-
wrote: For each memo ?! Yes. Or use one TfrxMemoView.OnGetData event for all memos
-
wrote: However, if I set Name to 'No sort' and instead set KS2 APS, or any other field, to 'Ascending A-Z' (see middle picture) then I seem to get a completely random order of rows, not sorted by KS2 APS or name (see picture on right) You can…
-
Try to use TfrxMemoView.TagStr
-
Unfortunately, I can't to help you. My test project works OK for me
-
See a new test project in attach
-
Did you change a path to your bitmap? BMP.LoadFromFile('C:\Test.bmp');
-
All works OK for me FR 4.12.13, XE2, Windows7
-
See a demo project in attach
-
Use additional TfrxHeader band for DetailData and set TfrxHeader.ReprintOnNewPage to True procedure MasterData1OnAfterPrint(Sender: TfrxComponent); begin   Header1.Visible := False;                                 …
-
Try to set permissions for full access for all users for "C:\Program Files (x86)\xxxxxxx\#@$%$$#^" folder