gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 564
- Last Active
- Roles
- Members, FR Team
Comments
-
wrote: What does it mean? http://support.fast-report.com/ support@fast-report.com instead of http://www.youtube.com/watch?v=WZ3YdKpXpM8&lc
-
use div 100 as group condition, where i is script variable - line counter
-
attach your fr3 and fp3 files here
-
See C:\Program Files (x86)\FastReports\FastReport 4\Demos\PrintFile folder and ask in FR ticket system instead of youtube
-
frxReport1.PrepareReport; frxReport1.Export(frxPDFExport1);
-
frxReport1.PreviewPages.LoadFromFile('C:\Users\acadam71\Desktop\temp\test.fp3')
-
See a sample in attach
-
See a Developer's manual "Custom Report Components Writing" chapter for more info
-
int j = 1; int i; i = VarArrayGet(Params, &j, 0); P.S. C++ so beautiful: it makes simple things complicated
-
wrote: If there is no way to add rtf formatted text in code Try to use TfrxRichView.Richedit.Lines.LoadFromStream
-
Use frxReport1->AddFunction("function ReturnAnInt: integer", "My Functions", "converts integer to date time string");
-
wrote: Is that TPicture.Bitmap property available only in compiler (Delphi, C++, otthers)? Delphi and C++ only, no others
-
wrote: I hope someone else here will tell you how to make C++ language a default one for your Designer and compiler (I don't know). TfrxDesigner.DefaultScriptLanguage
-
wrote: I am assuming that for your example to work I would first need to save all of the different pictures to file (literally thousands in a lot of cases) each with a unique name. I also assume that within the event I can pick up on a field withi…
-
Type begin end. in code window
-
wrote: I am using the version bundled with Builder XE3 Pro FR Embarcadero edition doesn't support script So, you should use TfrxPictureView.FileLink property. Set it to [FileName] and use TfrxReport.OnGet Value event: procedure TForm1.frxRep…
-
Use non-stretched band for fixed row height
-
wrote: How do you define the virtual rows ? Use for example MasterData1.RowCount = 1 Also you can assign TfrxReport.Dataset with your dataset and place memos without bands on Page1, Page2
-
wrote: but as I havent got the pro version What edition of FR do you use?
-
wrote: The db does'nt contain an image, it contains a reference that I use to create an image - so basically as each record is processed by fast report I will need some logic to copy (and modify - but that is in hand) the image from one location t…
-
Fast Script isn't a Delphi. FastScript doesn't support sets, so you should use if value = 1 then Memo.Font.Style := fsBold + fsItalic;
-
wrote: Scaling did not work See attach
-
If you can use Notepad - try to correct dclfrxIBO7.DPK and frxIBO7.DPK. Just replace some numbers (IBO and Delphi version numbers)
-
You should set all TfrxReport.Preview to nil before frxReport1.Preview := frxPreview1; and others
-
Use scale printing mode. You can select it in print window
-
TfrxDBDataSet - for DB data, TfrxUserDataSet - for non-DB data
-
Try Child2.Visible := Trim() <> '' or Child2.Visible := Trim(Report.Calc(lblCustomerName.text)) <> ''
-
Try FRDemo. Do you get same behavior?
-
wrote: - it's slow because the display of the windows 7 computer is a 1650 x 1080 resolution and the preview in scale 100% apears in 2 pages on the screen width. (on the XP computer the displays is lower so we see only one page on the screen in s…
-
Use TfrxPreview.Zoom