You cannot post messages because only members can post, and you are not currently a member.
Description:
This group is for discussions abour FastReport for [x]Harbour, Alaska Xbase++ and Visual FoxPro
|
|
|
Print Barcode
|
| |
Hi, Sergey
How do I enable to Print Barcode in Report.
Tx
Tjong An
|
|
How to replace memo text at runtime
|
| |
Hi everyone. I noticed Spirin hasn't been present in this forum in a long while. Perhaps someone else can help with this problem. I want to replace the contents of a memo field before it prints. I'm trying using an OnBeforePrint event like this: procedure OnBeforePrintVersion(Sender: TfrxComponent);... more »
|
|
TotalPages
|
| |
Helo
<TotalPages> Comes to zero, why?
Tank you .
|
|
Export to HTML bug
|
| |
When I export directly to HTML without preview
::SetProperty("Report" ,"ShowProgress", .F.)
::SetProperty("HTMLExport" ,"ShowDialog",.F.)
::SetProperty("HTMLExport" ,"OpenAfterExport",.F.)
::SetProperty("HTMLExport" ,"ExportPictures",.T.)... more »
|
|
Export to EMF format
|
| |
Hi Sergey,
Is there any way to export a print to emf format?
What I want to do is to generate a emf file from a FR report without
previewing it. Is it possible?
Regards,
José Luis Capel
PS: emf -> windows enhanced metafile
|
|
Embed FR preview form in a control of Xailer
|
| |
Hi Sergey,
Just to know if there is any chance of embed FR preview into a control
of Xailer like a panel. What I mean is to show in my form FR preview
without any frame or button bar and, from within Xailer app send
'messages' to FR to, for example, zoom-in, page advance, print, etc...
Hope I've explained clearly.... more »
|
|
Problem/Error evaluate MemoAt()
|
| |
Hello
I have a report manually, and using
Frp: MemoAt ("[ERROR]" nFila, nLine, 29, 12)
Fails in the evaluation of ERROR, and continued the report.
I tried to do;
o := Frp: MemoAt ("[ERROR]" nFila, nLine, 29, 12)
Frp: SetManualObjProperty (o, "AllowExpresions", "False")
But it giving error of assessment.... more »
|
|
|