gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 565
- Last Active
- Roles
- Members, FR Team
Comments
-
wrote: All I've getting is Page: 1 of 0... Is there any setting that I have to set somewhere? You should use two-pass report
-
FR Basic doesn't supports scripts
-
Try to check FR TeeChart components package in IDE
-
Attach your jpg file here
-
wrote: image:=' c:\rep\logo.jpg'; //<<<<................ error here But you can't assign TImage object with string Use TfrxPictureView(frxReport1.FindObject('Picture1')).Picture.LoadFromFile(' c:\rep\logo.jpg');
-
wrote: Where I will write my code Use TfrxMasterData.OnBeforePrint event If = '' then MasterData1.Height := 2 * fr1cm else MasterData1.Height := 4 * fr1cm;
-
Set permissions for full access for all users for C:\Program Files\FastReports\FastReport 4\LibD16 folder
-
Report template stores in DFM if StoreInDFM = True
-
Use ReportSummary band
-
FR Embarcadero Edition doesn't support scripts like FR Basic Try to use IIF function in TfrxMemoView
-
wrote: No response. Does this mean FastReports doesn't give the ability to do File management checks such as FileExists? I wish I could find a document that lists all the functions available to me within FastReports :-( Yes, FR doesn't ha…
-
AllowSplit property works for one band, not for all 30 bands
-
Check Bontotaal field type in Delphi's dataset
-
Attach small demo project with problem based on FRDemo database
-
var DS: TfrxDataSet; begin     DS:=Report.GetDataset('Items');     DS.First;     while not DS.Eof do            begin                  ListBox1.Items.Add(DS.Value('Part Name'));         DS.Next;  …
-
Enter default value in Expression box of variables editor
-
Attach small demo project with problem based on FRDemo database
-
Use two TfrxMemoView - first for truncated numbers, second - for decimals
-
What version of FR do you use? 4.9? Try to use 4.12 -is problem still exists?
-
Try to convert your field's values to float
-
What bug? All works OK. See attach
-
What version number of FR do you use? Attach your report template here
-
Place each memo on separate child band and hide band when one of fields is empty or usee IIF function in expression
-
Try to use report with subreport (for Same data from DataSet) See here: http://www.fast-report.com/en/forum/index....amp;#entry24748
-
Use subreport. See my previous Test.fr3
-
See modified report template from FRDemo in attach
-
What version of FR do you use? Try latest 4.12.6
-
wrote: I still have no idea how to create a vertical field like this (even with subreport) Do you want rotate text or print each letter on separate line?
-
Place cross on band