rbuser
Comments
-
Roman Krupicka wrote:
we were talking about design time, not runtime.
A.
-
What about TppReport.PreviewFormSettings?
Regards
Roman
"Alessandra Romano" píše v diskusním príspevku
-
Adam H. wrote:
Leave your hopes. This feature has been requested since 2004..
A.
-
Nard Moseley (Digital Metaphors) wrote:
That is a really good tip. Thanks.
--
Michael Riley
GySgt USMC Retired
http://www.zilchworks.com
-
Thanks for the quick answer!
The DisableControls was causing problems but the preview option fixed everything
for these reports...
I should have asked earlierin Reports freezing with V14 Comment by rbuser January 2012
-
I found how creating reports in code but i don't see where is the
information about to create a procedure event
thanks.
-
Before I request the patch, I also was getting AV's when trying to
change other properties, such as the pen width on shapes and lines, and
also all the appearance properties and Layout properties for RichText.
There are other AV's thr… -
Hi Nico.
Are you trying to change it in the box called, "Properties for
DBImage1"? I discovered that I could change it on the toolbar, just
not in the Properties box.
I have a custom report area based upon the End Us… -
OnInitializeParameter gets call before the preview is display. I think the
issue is that the print dialog is generated during the preview. thus making
it to late for me to set default printer any time after the preview is
generated… -
I tested waiting for the printer before calling the preview and it works
fine but it is not acceptable solution.
do you have any idea at what point is the print dialog generated?
is there away to set the ppReport1.Printer… -
Thanks for your help but I still unable to accomplish my goal. I hope you
can give me other options.
I do have a timer that starts checking for the printer as soon as the form
is loaded. Once the printer is detected, it is set… -
Is it possible to access and change the printer of the report Print Dialog
on procedure ppReport1PrintDialogCreate ?
Temoc Navarro
-
Hi Nico.
I wish someone would take the time to build the BPL's for various
versions of Delphi and allow us to download those. I was working from
3:00 am this morning until 9:50 am trying to build the BPL's and get
them ins… -
I found a link to zipped update at:
http://indy.fulgan.com/ZIP/
I'll give that a try and let you know how it goes.
-
Correction. I just tested the older version of the app, and it is
doing the same thing, so RB 10 did not work either. It may be that
when I updated Indy sometime back, it broke RB and I just did not know
it.
I'm trying to… -
Hi Nico.
After going through hell and back trying to get Indy installed, I
finally got Indy updated from version 10.5.7 to 10.5.8.
One issue was that I never removed the files for the version of Indy
that came with De… -
Hi Nico.
This functioned correctly when I was using RB 10. The problem appeared
after updating to RB 14.
When I first started Delphi, there were several error messages. Some
were related to the rbRCL10105.bpl not be… -
Hi Nico.
I am using Delphi 2007 and sending from the preview window, using Indy
10. I am not using an Email client application.
The email's Content-Disposition says inline instead of attachment. Can
you tell me what… -
I was getting the same "Accessing Data..." message that stays forever,
and also "List Index Out of Bounds..." errors all over the place. This
was only if print goes to screen. If it goes directly to printer, or
any other format … -
I modified the Preview option as you suggested and it seems to have at
least gotten around the error. Not sure why but changing the pass
settings had no effect. Selecting printer as default also gets around
the error.
… -
On the one specific report in question I checked the pass setting as
discovered it was 2 pass. Changed it to single pass but no difference.
I will alter based on your suggestion and get back to you.
Thanks for the prompt… -
Arno Verhoeven wrote:
Using Delphi XE, RB 12.05
-
Hi,
I did some tests - all on Delphi XE.
I created simple example:
In Calculations I created 2 functions:
function DesatinyStr(Cislo:Extended): string;
var
tmp : Extended;
begin
Hi Nico,
Unfortunately reordering the dataset doesn't work when I have only one
signature, because it is rendered at the left corner. I have to fill the
dataset with empty signatures for it to work.
Thanks for the h…Thanks for the reply. I think for now the server guys are ok with leaving
that service on, so I would say problem solved.
--- posted by geoForum on http://www.…Progress!
The Print Spooler service on the server was disabled. Enabling/starting
this service allowed the reports to be generated successfully.
This service has always been disabled on the servers (for PCI reasons).
We have used ProcMon (SysInternals) and don't see any obvious permission
issues.
I have created 9 versions of the COM DLL with progressively more of the
report content pulled out. I will let you know how these work.
…?I added logging within the report builder code and this is what I found
so far:
When it runs correctly, the TppPublisher.TakeDeviceAction method is called
many times (about 19). This is after the FPublisher.StartJob portion