gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
Try to ask TfrxDATable developers
-
[IIF(Trim() <> '', +#13#10, '')][Customers."Company"]
-
wrote: My code was OK but my height to small You should use fr1cm constant to convert cm to pixels: procedure GroupFooter1OnBeforePrint(Sender: TfrxComponent); begin if < 1 then GroupFooter1.height := 4.2 * fr1cm; end;;
-
Try to set designer's TemplateDir property
-
Did you add someting like TfrxDAComponets (like TfrxADOComponents) in your project?
-
Show first packages of packages list
-
Looking for first item in packages list
-
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