inetMark
inetMark
About
- Username
- inetMark
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
mj2012 wrote: » Is this forum working anymore? It looks to me, that it is dead [img]style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> And we was recently bought FastReport .NE…
-
DavidWard wrote: » Try the AfterData event instead of BeforePrint, when BeforePrint fires the data fields have not yet been populated I dont use BeforeEvent even AfterEvent. I use only NullValue property on object, ant this object has for…
-
Property NullValue not work for me. I have Date field. On that field is assigned format for date, but when column is null, it will show "01.01.0001". If I insert something into NullValue, it will always stay same.
-
We bought FastReport .NET, but we still dont know how to do it
-
Have someone any idea please?
-
And is it possible to map binary field automatically to image, please?
-
Look at this topic: http://www.fast-report.com/en/forum/?p=/discussion/6787
-
Thanks, its working.
-
Ok, thx. Behaviour of previewControl and designerControl is little different, but ok.I am trying now to acces to ContextMenu of SAVE button on PreviewControl. I am able to change caption - so i am able to acces to save button. But I dont know ho…
-
Ok, I was sent you an email too. Thanks.
-
You mean this? designerControl1.cmdPreview.CustomAction += new EventHandler(cmdPreview_CustomAction); Â Â Â Â void cmdPreview_CustomAction(object sender, EventArgs e) Â Â Â Â { Â Â Â Â Â Â MessageBox.Show("Preview custom action"); Â Â Â Â } Bu…
-
Thank you. And if it will be fixed, how it will be possible please to override action on preview button? Thank you.
-
How to use it? Is it possible today? I try this, but there is error: Stream theMemStream = new MemoryStream(); theMemStream.Write(Resources.FastReportLanguage, 0, Resources.FastReportLanguage.Length); FastReport.Utils.Res.LoadLocale((Stream)theMe…
-
to AlexTZ: Thank you for fast answer. Excatly hat was problem. Why it is different in preview control and designer control? Thank you.
-
Ok, I found problem. I need do this: designer.Report = report; instead of this: report.Designer = designer; Why it is in PreviewControl in opposite way that in Design control?
-
Please? No idea?
-
to gpi: Amazing. Thank you. It looks so easy.
-
Thank you. But I can't found information about frxCompositeReport in programmers manual and users manual. FastReport 4 VCL I was try to find it here http://www.fast-report.com/en/documentation/
-
Thank you for answer. I will put from there your code here: Anu de Deus wrote: » When I need to merge 2 different reports, I actually copy the TfrxReportPage objects from one report into another, in code. Something like this: Â Â Â Â Â Â fo…
-
Where I can find ReportObjToText() and ReportObjFromText() and what type is lPageText, please? Can you please put here these your functions? Thanks.
-
I cannot see nothing like that. But it is working like this now: oExportfilter := TfrxCustomExportFilter(frxPDFExport1); oExportFilter.ShowDialog := False; oExportFilter.FileName := aptd + '\test.pdf'; frxReport1.PrepareReport(True); frxReport1.Expo…
-
Yhx, but I know this. filter properties is TfrxCustomExportFilter. But I don't know how to create it.