rbuser
Comments
-
Nard
Thanks. I suspect that this will be valuable to many of us.
John
-
Hi Nico,
separated
Can also be OS or region related. Not sure here but you can test it easily.
I tested with Excel2007 (NL) + Vista (US).
control
Are you sure here? You still have to select the fields you want to… -
On 6/12/2011 10:00 AM, Patrick Moloney wrote:
I meant to also ask whether that solution is hard-coding the
responsiveness to the user's scrolling. Isn't that something that is set
by the user on his PC? Isn't there a way… -
On 10/26/2010 3:26 PM, Nico Cizik (Digital Metaphors) wrote:
Nico,
Can this be added to ReportBuilder in the future so that I, as a
developer, don't have to code this detail. After all, I don't code when
right… -
This is a multi-part message in MIME format.
-
> The question is, whether somebody has faced such a problem yet?
no, but things like it. I use madExcept and log the exceptions (I also
upload them to a server and can view them when trying to provide phone
support), whic… -
Hi Nico
Thanks for the responses, I know this isn't a straight forward scenario. The
situation is that the user selects a report to print, and then I need it to
be run once for each company that the user has selected way back … -
Hi Nico
Thanks for responding.
1. Yes, I am certain the AfterPrint event is firing. I am reattaching that
event after the template reloads, and everything within it is happening
except that subsequent reports never … -
Something like the TppDesigner.OnCustomOpenDoc event, but for printing,
would be useful here. I use that event to override the behaviour of what
happens when the user selects a report to be loaded, but I cannot then stop
it from pe… -
I keep trying to determine why my try..except is not catching the exception.
Could it be because I have set my modalPreview to false? I see the code has
pasted the try..except well before I ever even try to print to file.
Tha… -
Very close. The only difference I did was:
ShowMessage(E.Message);
I would like to display some kind of message to the user so they can fix the
issue and try again.
Thanks in advance,
Rodger Van Kirk
The exception happens when running the application not in the debugger. I
also tried the try..except arount the .Print and it still happened.
Regards,
Rodger Van Kirk
I guess I should have been a little more clear about it. I am using
MadException and an EPrintError exception is being fired off. I will try a
try..except around the .Print call and see if it takes care of it.
Thanks,
R…I forgot to mention I'm using RB 12.02 and D2007
Rodger Van Kirk
> 1. You can use the Report.XLSSetting.ExportComponents property to
Thanks. Found it.
Do you have a sample of either of these?
Thanks in advance,
Rodger Van Kirk
I'm trying to create a demo of the issue. I will email it as soon as it
is ready.
It happens when the printer of the rtm is screen. When I change it to
another real printer the problem is solved. As I said I'm trying to
…I tried upgrading to RB12.02 as well. The problem persists
28/10/2010 11:14, Bora Aydemir yazmis:
This is a multi-part message in MIME format.
Sorry: found answer
Thanks Nico.
Works great.
Peter.
Unfortunately this is not working.
The PassSetting is psTwoPass.
ppHeaderBandBeforeGenerate section:
If Report.PageNo > 1 Then ppHeaderBand.PrintPosition := 50;
ShowMessage(IntToStr(Report.PageNo) + ' - ' +
F…Hi Nico,
I tried changing it so my PDF routine printed to paper and had the same
issue. It turns out it's maybe not a ReportBuilder issue, without getting
into too much detail I was setting a filter on the main report's
…Thanks Nico, I'll try that today and get back to you.
Nico,
That works!
Thanks,
Steve Elliott
Thank you. I will be applying the patch later today.
OK. I replicated the issue using the example and actually linking the 2nd
report to data.
1) I downloaded the example MultipleReportsAsOnePDF.zip
2) Modified ppReport 2 to actually pull data from a database - using the <…Nico,
Making up an example report would take me some time, so I did a little
debugging and code browsing first.
If I set the the NoDatabehaviors to [ndBlankReport], then the PDF file is
not deleted. However, I reall…Looking at some other reports, I find that some memos are OK, and some only
print the first word in the memo. I have a memo that is about 1/2 page long
and only the first word is showing in the PDF file. Another report has to
mem…Thank you, that fixed the problem. Your support is very fast. My problem
was solved in about 30 minutes.
Thank you!
John
Hi, Nico
thanks for the fast response and the patch.
It works fine.
Regards, Olaf