rbuser
Comments
-
WPTools and other alternate RTF editors like RichView each support their own
flavors of RTF. Just like Word vs WordPad. In order to create an RTF file, I have
to merge the RTF contents from WPTools/Richview. This involves parsing the
… -
I found a little issue with Pragnaan's TExtradevices export of RichText when
there is an object embedded - in my case, the object was a MathType equation
and was never exported. I traced the reason to the handling of the rich edit
dat… -
RichTextAsImage and UseTextBox only apply to RichEdit controls.
If you do not have any of these on your report it will not affect the output.
RTF is the most problematic format since it does not support pixel
level positioning like a … -
Nard,
sorry.
I'm so confused for this "stupid" thing.
Paolo
-
Full justification is not supported in the PDF device. It is on the list of requested updates for a later release.
James Waler
Waler Ltd
http://www.waler.com
-
Hi Amber,
While you are considering exporting tools for ReportBuilder you don't what
to decide before looking at eDocEngine Pro. I maybe a bit biased though, so
it's better YOU have a lookin export formats Comment by rbuser April 2004
-
You can try TExtraDevices. A full demo , FAQ and manual can be found at www.waler.com.
James Waler
Waler Ltd
http://www.waler.com
-
Using eDocEngine and if you want to do this programmatically, you can do it
in the following way, without any change to your reports:
gtRBExportInterface.DoBeginDoc := False;
gtRBExportInterface.DoEndDoc := False;
If using TExtraDevices, you need to run the reports as subreports in order to
combine them.
James Waler
Waler Ltd
http://www.waler.com
i solved with:
report.printersetup.delegateCopies:=true
thx
"Comptech srl" ha scritto nel messaggio
Sorry for the delay. The problem deals with empty barcodes and image objects.
A quick work around is to set these to not print when empty. I will be uploading
2.8 shortly which will fix this shortly though.
James Waler
Wal…Hi Joe
I can't comment on Waler at all as I haven't used it. However I can say
that eDocEngine is excellent.
Richard
Hi Joe,
Thanks for sending the RAF file. We've just sent you the generated PDF file
using eDocEngine. Please take a look.
--
Girish Patil
Gnostice Information Technologies www.gnostice.com
-----------------…Hi Joe,
If you don't mind could you please send the RAF file to support@gnostice.com, we
would anyway like to take a look at it.
Thanks,
--
Girish Patil
Gnostice Information Technologies www.gnostice.…Hello Nard,
Thanks to your help it did work. Super!
Emeria
Hello there,
While you are looking for solutions to export your RB reports, you would NOT
want to ignore eDocEngine.
To get a quick feel, please try exporting your RB report using this EXE
demo(save your report as .ra…Send the report to support@waler.com as an RB "print to archive file" and I will
take a look at it.
James Waler
Waler Ltd
http://www.waler.com
The UseTextBox property was on by default and it didn't change anything.
The text in Word doesn't seem to be in text boxes though...
P Samuel
"James Waler" a ?crit dans le message de
RTF is not pixel based like other file formats so it can be problematic at times.
Try to set the UseTextBox property to true to align the memo. This will render
the memo correctly but make editing the file more difficult.
James …Make sure you selected the RTF device in the devicetype property.
James Waler
Waler Ltd
http://www.waler.com
Hello David,
While you are looking for solutions to export your RB reports, you would NOT
want to ignore eDocEngine. eDocEngine provides unmatched flexibility and support
for exporting reports. With regard to your needs, you can…When a page is received it is placed into a memory stream and then saved to
a BLOB field in the table.
David
Subreports will allow you to combine the single pages back into a single report
easily. In what format are you saving the pages?
James Waler
Waler Ltd
http://www.waler.com<…Well I'm not really doing subreports, I'm just doing one report and saving
all the pages from the report into a table but it's still one report.
David
You can try TExtraDevices for this. I have sample code on the FAQ that shows you how to assemble
subreports on the fly and create a single export file.
James Waler
Waler Ltd
htt…OK, it works now. I have created a OnLoadEnd event, and set the
AllowPrintToFile to true;
-------------------------------------------------
Tech Tip: How to use the OnLoadEnd public event
---------------…You just need to compile the package to match your version. Full recompile info
is at www.waler.com/textradevices_faq.htm
I will be releasing 2.8 compiled with RB 7.04 shortly.
James Waler
Waler Ltd
in TExtraDevices and RB 7.04 Standard Comment by rbuser July 2004Same question here but about ReportBuilder Server 7.04!
Kind regards,
Joachim Engel.
thanks, its already sorted.
The RichTextAsImage property controls this behavior. Set it to false and the RichText
will be exported as text.
James Waler
Waler Ltd
http://www.waler.com