rbuser
Comments
-
Excel spacing is limited to columns. Two lines of text will not be perfectly centered relative
to each other due to the fixed column size. There is no adjustment beyond the column placement.
James Waler
Waler Ltd
in ExtraDevices - Centering problem with XLS output Comment by rbuser March 2005 -
This has not changed. For your example it would seem easy to drop the characters.
But what if it is a number?
i.e. On screen the display is 400 and the device exports 40.
Since the report can be designed with proportional … -
I understand displaying the last character if it does not totally appear on
screen, but displaying the whole description? The screenshot from my
previous example would be:
1 Product 1 50.00 01/01/2005… -
The Dot Matrix device never trimmed fixed size text. The dot matrix device would need to trim to the
nearest whole character which may be different than the screen display. Since this digit may be significant,
I thought the developer woul… -
Hi Paul,
Looks like our users are a bit busy right now ;-). Do you have any specific
questions that we can look into to start with?
--
Girish Patil
Gnostice Information Technologies www.gnostice.com
-------… -
Halim is rumoured to have said:
Oh, sorry. I forgot to include both routines. (And you can of course
substitute the FindUniqueFileName line with some file name logic of
your own.)
That said, this may not be what… -
where did you get PRINTTOFILE from?
Thanks,
-
Halim is rumoured to have said:
Here is a routine called from a custom button in my preview form,
printing the already viewed report to a rtf file, and then opening the
file (for example in Word).
(Using Delphi … -
I am generating over 150 pages. It's a text report. I change the band Color
on Rowchange. the compression is set to default. I am using the report in a
web application. the users get frustrated after waiting for 5 minutes to see
th… -
I don't think you understand what I need. I don't want to reprint the
report. I am trying to undertand why printing to a PDF file takes a long
time. Previewing the same report on the screen take 20 seconds. Viewing it
in PDF format… -
"Dan" wrote in message news:4263e482@dm500....
If you are open to looking at other solutions available, please have a look at
eDocEngine. eDocEngine exports RichText as Rich formatted text, keeping the
output sharp and light … -
Any tips on keeping the size down?
-
Thanks Nico, that explains it. I can't use the copy since each iteration of
the report contains different data.
Now my bigger problem was that I was having problems printing to the correct
trays on the HP 9000 by just using t… -
I have sent the code I am using
You will not be able to compile, sorry to busy to re do it into a example
but you will be able to see what methods i am calling and how
Dan
-
I will try that.
thanks a lot Nico!!
-
Sorry wrong group
--
-
Nevermind this post. It looks as though it has nothing to do with the
report and everything to do with the printer driver.
Shane
-
Hi Nico
Thank you for the tip. Now it works so as i need it. :-)
Regards
Robert
-
In a simialr vein - is it possible to disable printing i.e. only allow the
user to preview the report on screen ?
-
Very true, downloaded 2.97 and it works a treat.
Many thanks,
Cary.
-
Download the latest. It includes enhanced RTF to PDF conversion.
www.waler.com/textradevices_updates.htm
James Waler
Waler Ltd
http://www.waler.com
-
-
but before i need to know how many pages i have and which of them i must
print....
so i can create a "hidden" device to generate pages a first time , and after
this re-generate to pdf device to save pdf extrernal file.
it… -
perfect !
only another question : i need to create a different pdf file for each
page. how can i do ?
thanks a lot
-
Hi Nard,
I am using RB Enterprise version v9.01
1. If I am the local administrator, why do I need to set the service run
under my account rather than Local System? Anyway, I have tried login with
my account. Still didn't … -
Nico, I found that my problem occurs when I use an OnBeforePrint Event
handler to maximize the Preview to full screen.
TppCustomReport(Sender).PreviewForm.WindowState := wsMaximized;
TppViewer(TppCustomReport
(Sender).Pr… -
I have seen this before. It is usually caused by a band that has it's visible property turned
off at run-time. A work-around is to set the individual objects visible property on the band instead of the
entire band.
James WalerHi Nico,
sorry for the attachements,
I have post to this newsgroup because I would want to know if I can resolve
my trouble also with other device component.
Waler has reply to me that is impossible with yours one.
Re…Nico,
Thanks for the new tip: to use the Delphi built-in TPrinter object.
Is there a demo or example for this that I could see?
Also, it was not clear to me in the demo dm0107.pas how the memo tstringlist
object was …Hi Nico,
In my sample code below, you will see that I did assign the ldevices in the
"BeforePrint" function.
I have gotten beyond the ldevices being "nil" by creating a GetReport
function like the one in dm0107.pas.…