rbuser
Comments
-
-
Unfortunatly I don't have this as an option, maybe my version is too old.
How do I get my version and aldo get the latest for D5 ?
Thanks
Andy
-
A memo font is sometimes rendered slightly smaller than the designed
setting. I added a ShrinkMemos property in the PDF device to compensate
for this. Set this to true.
James Waler
Waler Ltd
in Memo's and extradevice Comment by rbuser March 2003 -
Me too,
When will new download be available.
Thanks
-
James,
I just downloaded it, but Extra.Exe is dated 1/16/2003.
This is the same as the U730 problem install.
TIA
Mike Hall
-
Download the latest at www.waler.com/textradevices_updates.htm
James Waler
Waler Ltd
http://www.waler.com
-
-
Try our library llPDFLib.
Export to PDF is really quickly.
--
----------------------
Best regards,
Vadim M. Shakun
llionsoft - software developer team
Please download the latest to see if it corrects the problem.
If not, send me the report as an RB archive file for testing.
Download the latest at www.waler.com/textradevices_updates.htm
James Waler
Waler Ltd
Hi Jim,
What you are suggesting is a cool feature (and I think you should add it as
a built in feature. I have seen a number of systems with reporting
capabilities where this is the best selling feature). However, I think of
I took a good close look at the barcodes that my report was generating.
Using the same report I generated a PDF from my "Test Bed" application. I
then generated a PDF via the web application. I printed out the same page
in each PDF…Set the PixelsPerInch to 200 or 300 and set ScaleImages to false to render
the best version of the barcodes for later scanning.
James Waler
Waler Ltd
http://www.waler.com
The easiest way to enable this is to change the page size of
the report right before printing to Excel. That way you only get
on header and no page breaks. This would mean setting it to
some value larger than the number of pages. If …Got it working now! I found that when I created a temporary Access table the
rtf fields somehow changed format. Now, It's very easy, just have to use the
ppDBRichEdit directly, no streaming necessary.
Sorry I didn't give you the…Don't really understand why it's not working to take rtf created by
RxRichEdit / RxDBRichEdit, which I assume uses RichEd20.dll, and print in
ReportBuilder, which is using RichEd20.dll.
What's involved in creating a wrapper comp…Trying to stream from a TDBRichEdit to a TppRichText didn't work. Do I have
to stream from a TRichEdit?
Well, tested to stream from a TDBRichEdit to a TRichEdit and was supprised
by the fact that all formatting disapeared, left …TRichEdit (Delphi standard) shows the rtf created with TrxRichEdit perfectly
exept for embedded objects.
Does that indicate that there's some problems in ReportBuilder?
Lars.
Thanks Jim.
Tried No.2 (another printer) and No.3 without any success, will try No. 1
tomorrow if it's possible to get a newer version of RichEd20.dll from
Microsoft.
Is there anything else to try (except write a new adapte…Have done that already. Technically it's working, but the data is not shown
in a proper way. The raw rtf is shown as if TppRichText can't understand the
data format, ex: {rtfl\ansi\ansicpg1252\deff0\deflang1053 etc.
I belive it …If I take the CrossTab demo, add ExtraDev, and print to HTML, I get HTML
withand
tags. Not quite sure how or why, but it works.
Think I'll head in this direction.
Mike Carroll
Sigma Data Systems, Inc.
That is possible. The RB device architecture requires the TFoo object to
recognize the device and call the correct device method. You can either
have the new object be able to break the table into known draw commands
or you can alter…Ok, thanks. One other question: suppose I found a way to drop the RTF, or at
least not have the table inside it. Is there an RBuilder widget TFoo such
that if my report contains a TFoo instance, and I print to HTML using
ExtraDev, my …You are correct. The table is in RTF and the RTF to HTML parser within the device does
not recognize table definitions. If you send me a RB archive file of the report I can see if there
is any way to render it correctly.
James W…Never mind, the problem is solved. I screwed up in the setting for the two
DBPipelines that drives the report.
Lars.
Hi Jim,
Thank you for the quick response. This will help out a great deal.
Adam
"Chris Ueberall [TeamDM]" wrote in message news:3e8ae0a8@dm500....
So the Server edition doesn't work if there is not a server installed on the server where reports are being generated?
Brandon
--
"In the beginning …Hi Brandon Lilly,
no way, there must be a printer installed and it must be the printer used for printing.
regards,
Chris Ueberall;
Thanks
Upgrade?
Or use the OnCreatePreviewForm event, and use the following code (I cut and
paste out of my app, and clipped a bit, so it may not be exact, but it is
close):
var
lPF: TppCustomPreviewer;
lViewer…Unfortunately I am still on RB6
How can it be changed with this version?