gpi
gpi
About
- Username
- gpi
- Joined
- Visits
- 578
- Last Active
- Roles
- Members, FR Team
Comments
-
But you can access user's function from report's script, not C++ code
-
Open correctly with FF 15.0. It seems really FR problem
-
Use frxReport1.LoadFromFile('test.rav'); frxReport1.SaveToFile('test.fr3'); See modified converter for FR Embarcadero Edition in attach
-
Just add ConverterQr2Fr unit in uses list, create function for converting and call it from each form with QR report
-
Did you install FR in D5?
-
Try to use Arial Unicode MS font
-
You can use in script MasterData1.Visible := < 101;
-
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)