rbuser
Comments
-
Ah, i see.
Thank you!
Markus
-
Hi Nard,
thanks for your answer.
I created a completly empty report and tried to export it to excel using the
following code:
ARep.DeviceType := 'XLSReport';
ARep.TextFileName := AFileName;
Thank you for your response Nico. I will wait for future updates in this
area.
Best Regards,
Francis
Ops..nice holiday!
Thanks Nico for your response. I'm using compressionLevel to the max and
ScaleImages don't makes any relevant result. Looking at your code it's looks
not too dificult to change bitmaps for JPEGs in the rende…Can someone at digital metaphors respond me? Thanks
I will try to create a demo.
21/09/2011 18:24, Nard Moseley (Digital Metaphors) yazmis:
Nico Cizik (Digital Metaphors) wrote:
Thankyou very much, I have it working.
Regards,
Will.
Nard Moseley (Digital Metaphors) wrote:
That is ideal, Thanks.
Regards,
Will.
Nico we narrowed it down to the custom text (DPI) in windows 7 setting.
Anything other than 96 pixels per inch or 100% the default causes the
problem. I did notice in the ppFilDev.pas a calculation made using the
Screen.PixelsPerIn…It is version 12.01 with delphi 2010. Unfortunately I do not have access to
the clients systems and more than a thousand other computers do not have
this issue. The problem at this particular site appeared when the client got
2 br…Hi,
thank you very much for your response.
I have the 12.05. version and some newer too, so I can try it.
The difference between the two users SYSTEM and MayAccount is that
SYSTEM account has no right to the SC…TppReport print dialog has a section for Copies and Collation section, but
not TppPrinter print dialog.
TppPrinter print dialog, on the other hand, has a Tray section that we also
need. I wonder if it is possible to add Copies…That one command was it. Thank you!
Nard,
I have purchased the update to RB 14 as well and am keen to bringing it
to our customers but this required more time.
If it was an easy step now that you have the code it would have been
easiert for me.
<…Hi Nard.
I am registered user RB 14.
I test RB 14 last 2 month.
I have some problems with updating my software to RB 14.
I also don't finish updating my software to RB 14 and need in patch for RB
12.
On Wed, 08 Feb 2012 23:30:27 +0300, Nard Moseley (Digital Metaphors)
Nard,
thanks for the good news. We however will not finish updating our
software to RB 14 for the next release and thus would be wondering
whether you are going to publish a patch for RB 12 as well?
While I fully ap…Nard,
We practically cannot use the Excel export if it fails in Excel 2010 or
required configuration changes. Our software is used by thousands of
users and they will not accept this.
In my opinion it is a showstopp…Hi Nico,
Is there any way to disable that behavior?
The problem is, when it reruns, it's not behaving properly with some RAP
code I have. Normally, the report will call a passthrough function in order
to determine …Ah, the extra wrinkle (which I didn't originally notice) - it only
re-accesses the data when you switch printers. If you leave it set to the
default printer, it doesn't.
Gah, wrong user name - sorry folks.
OK, Dima.
I do not have Delphi XE.
The solution to clean the ppViewer1.ScreenDevice.Producer seems to eliminate
the problem, so I will use that (and may be useful for those who read this
post).
Thank you for th…RB 14.3, Delphi XE - cannot reproduce this bug.
Your project worked correct.
Don't have Delphi 2007.
I am try to test with RB 14.2 Delphi XE some more later.
Hi Dima,
Perhaps you can not reproduce the bug because Excel does not open the file.
I have tried to exclude Excel and the bug does not show.
The problem is that Print creates the file twice: if Excel opens the file
(XLSSe…Cannot reproduce your bug.
How you refresh Viewer?
What is the value of ppViewer.SinglePageOnly property?
Can you show (attach) a simple project for reproduce this bug?
In any case, it's a very good practice to clear
Hello Dima,
thank you for the answer.
I examined the two methods and I noticed that before the launch printing, in
the method TppViewer.Print, it clears FScreenDevice.Producer.
I added the line (before Print)
Fo…Look at TppViewer.Print and TppViewer.WalkieTalkieEventNotifyEvent.
This is a very good example how to make correct export from preview.
Nard Moseley (Digital Metaphors) wrote:
I discovered the problem
--
Thanks In Advance.
I just have something workable by Monday the latest.
--
Thanks In Advance.
My Code
if ExportExcel then
begin
rbMain.DeviceType := 'XLSReport';
rbMain.TextFileName := dmCvHeaderInfo.PdfFileName;
rbMain.ShowPrintDialog := False;
rbMain.XLSSettings.OpenXLSFile := True…