gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 591
- Last Active
- Roles
- Members, FR Team
Comments
-
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
-
Yes. You can see a sources, event's headers wrote: or by posting on this forum? Better to create support ticket http://www.fast-report.com/en/support/ticket_list.php
-
sample in attach
-
Why I don't see WHERE Grades.ClassSet = [img]style_emoticons/<#EMO_DIR#>/tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />1 in your detail sql?[/img]
-
wrote: I added the uses frxBarCode, but it didn't help Attach small demo project here
-
See an User's manual "2.8 TfrxDBDataSet component" and "2.9 ???Customer List??? report" chapters
-
Use two datasets: first for unique group header's values (Master), second for group data (Detail). Use cross-tab with detail dataset
-
Attach your report template here