rbuser
Comments
-
Hi there
Im going to buy an upgrade. Im currently on 7.04 Pro.
Wich one of the selections in the Order Product list do I use???? Is it
Upgrade Professional $399. Will this give me 12.05???
Cheers
… -
Hi Nard
I have updated the printer drivers, and ran the Delphi code in Eurakalog,
which does not report any problems.
However, today some of our users reported :-
"Screen printer does not support printing" and<… -
Update:
Using a ppDBArchiveReader or loading the archive from file: both works
fine. So I'll use ppDBArchiveReader.
Thanks anyway.
Uli
-
Nico,
I have created and sent you the code. I realize my reports are on decendant
frames and you warn against that, but it has been working good for years.
Thanks,
John
-
Hi Nico, thanks for your attention.
Is a good news to future versions.
Regarts,
Eliseu Corrona.
-
Hi Nico, thanks for your answer.
Is really, I'm testing this events but I think ask to you is exist a
property with this function.
Otherwise, this events will help me, of course.
Thanks friend.
Regarts,
Uli
Thank you for your reply.
Interestingly, I can place the report in a viewer wrapper with the following
code
uses;
var
tempViewer: TppViewer;
procedure TformTimeCardSys.ppReportPayroll…John,
case Key of
VK_PRIOR: FViewer.PriorPage;
VK_NEXT: FViewer.NextPage;
VK_HOME: FViewer.FirstPage;
VK_END: FViewer.LastPage;
end
Regards Uli
Hi Nico,
I thought of that too, but im still having an issue getting the text to word
wrap in a column.
Trev
Trevor,
Untested, but did you set Autosize := true?
Regards Uli
Hi Nico,
I'll try. The problem is, that it doesn't occur *always* and I don't see
a "rule".
And: from the moment I read your message, it didn't occur any more in
many tries.in How to scroll to the end of a report Comment by rbuser March 2012
Nico,
As I mentioned I checked Viewer.Busy and it's false while the cursor
keeps crHourglass.
I tried that with a very simple and small report of one page. After
displaying the report and Viewer.Busy = false, …Update:
I checked for Viewer.busy by using a timer. Seems to have another
reason. But it only occurs in two forms which use a viewer.
Regards Uli
Nico,
Good hint. Thanks a lot.
BTW: when i open an archive file in a viewer, the cursor stays at
crHourglass for some seconds though the report is displayed completely
and immediately.
Does that mean, the…Update:
That seems to work:
procedure TFaxPreviewForm.BefundViewerPrintStateChange(Sender: TObject);
begin
BefundViewer.Scroll(dtDown);
end;
Is there a better solution?
Regards Uli
Will try report parameters.
can I access them with out printing the report.
Thanks
--- posted by geoForum on http://www.newswhat.com
Yes I am loading templates.
Why assign it after a template loaded would make a difference?
But will try it after the template is loaded.
Thanks
--- posted by geoForum on in Previewformcreate Event Comment by rbuser March 2012Hi Nico,
When YOU say "advanced", I'll better keep away from that.
Thanks and regars Uli
Sorry for the delay in responding,
Thanks Nico, I'll try to get back to this later this week and see if I can
figure out what's going on exactly.
Further to this though I'm definitely seeing different behaviour in my
report with this new version of report builder. An example is I can
"preview" a report which contains some labels and lines I create "on the
fly" - all good, I …Hi,
thanks for the response You were correct, it was set to veTraversal, which
was different to our previous version code, so that explains why it stopped
working ( I just don't know how it got set to veTraversal) . I also …Hi Nico,
I just did some more investigation on this topic for David. We still cannot
reproduce this with a small demo application, but we found out that the
print dialog is closable again after changing the following line on <…Hi Nico,
thanks for your answer.
Unfortunately I cannot reproduce the error. In a test application
everything works OK.
When debugging our real application, it gets stuck in the unit
ppPrintr.pas at the li…Will Honor wrote:
fastMM has been running for quite a while now and I have cleared one
small memory leak but it has had no effect on this issue. Memory usage
is now stable at 50MB and the application runs without any other…Nard Moseley (Digital Metaphors) wrote:
I will enable FastMM on this server for a couple of days to find out. I
have seen the error immediately after a restart though.
This could be tricky given the natur…Nico Cizik (Digital Metaphors) wrote:
I can provide you with the report template if that would help, however
I can't supply the database behind it.
regards,
Will.
Will Honor wrote:
So far so good. Been running for a couple of hours without error.
Thanks.
Regards,
Will.
Will Honor wrote:
I have just seen the release notes for 14.05 and it seems you have
worked on the barcode component. I will give it a try and get back to
you.
Regards,
Will.
Nico Cizik (Digital Metaphors) wrote:
Nico,
If I remove the barcode the error stops. If I put it back it starts
up again. This issue is causing huge problems as I need the barcode
component on the form. Looking at t…Nico Cizik (Digital Metaphors) wrote:
Nico,
Because the error happens on a client machine I can't get a debugger
to it. If you could suggest a way I might reproduce the error on a dev
machine then I would be willing…