rbuser
Comments
-
Nico,
Yes I am as I am already loading it into a TImage in my project.
Ken
-
Hi Nico,
I am using RB 10.x so thanks for the example on hiding the notebook tab!
The checkbox issue is interesting - I am using the DBCheckBox in a different
part of the report, but I don't want the user to have access t… -
Thanks
I'll try the second one when I have a chance.
Juan Jose
-
How can I make it to see certain pipelines in one report designer and other
pipelines in the other at the same pipeline?
I mean, see only the pipelines in the same form.
Thanks
Juan Jose
-
Thanks,
I tried it. And it seems to be working oke.
Thanks for all your help.
Andre
-
Hi Nico,
I tried that. But when I load the template when the form is created I see on
of the invoice (depending on the mode of the first invoice). When I load
the template when Before the detailed band is printed of the main … -
Thanks I will try
andre
-
Hi Nico,
I was trying to figure this out. But the another important difference of
your example against mine.
Master Record (Invoice) must be print on one page per record. But I have 4
different varieties of page dep… -
Hi Nico,
Thanks.
I will try this out.
Their is only one little difference in my example. All Detail records of
Breakdown should be one on page (if it fits).
Brgds
Andre
-
Hi Nico,
I want to print every record on one page. But after every page (read record
of the invoice table) I need to print the pages of Breakdown and
Attachements. But some invoices do not have a breakdown or attachments.
Thanks Nico,
I found a brute force way of accomplishing this, but the code that you
provided is much cleaner.
That's OK, but if the option is not acessible in the Design menu ? There
is options that only appears on a popup menu for the selected object.
Can I do simulate in code a "rigth click, left clik on the xx option",
that is, activati…Nico Cizik (Digital Metaphors) escreveu:
Interesting ... I am looking for a similiar thing. I have a legacy
application made by another person, and I trying to make it works with
RB 10 (it was made with RB 6 or 7) If I can show/hide…Hello Nard,
Ok, I saw this before. The thing is that wewould like to use RB 10.04 with
the current official version of components here: Techart 7.06. How can we
make both work together? ....
We will update the compo…Hi Nico,
We are basically a software factory. The main concern (for us) at this
moment is that we have several projects already using Teechart 7.06 (none
with RB). The process to upgrade components is a long one since we have …Nevermind, my bad.
Apparently my colleague had some trouble with the installation and commented
out those units temporarily.
I didn't know about it and thought there is a problem...
It's all good now, sorry...
<…Hi Nico,
thanks for your reply.
We are considering switching to Delphi XE and are testing the whole process
right now.
That means we port our project, which is working with Delphi 2007 just fine.
The…Hi Nico,
an old message, but a current one for my case, it seems.
When loading a form with a report at runtime, I'm getting the message "Class
TppDPTeeChart not found".
On my search for the reason I've found this pos…Hi Nico,
I'am using RB 9.02 and Delphi7
Regards,
Ferdy van Schaik
Meurs Software Nederland.
Hi Nico,
Yep - the OnValidateComponent event did the trick. Thanks very much for the
help!
Gary
Hi Nico,
When I try freeing the component in the OnCreateComponent Event, the
attached error message appears (or I get an AV). Is there anything else I
could try?
Thanks, Gary
Thanks for your reply, Nico!
I will do as you suggest and get back to you with the results.
Everett
Hi Nico! Thanks for your reply!
I tried setting the Report.CachePages property to true and I am getting the
same result.;
Do you have any other suggestions or ideas that I may be able to use?
Regards,
Eve…Thank you very much Nico. All works exactly so as you described. I just
added something because the report is TwoPass.
if TppPage(aPage).PageNo = ppReport1.AbsolutePageCount then
TppPage(aPage).PrinterSetup.BinName := ppReport…Continuing testing with HP4000 I found such interest behaviour.
If I load the report from the database, open the designer and set up the
necessary tray in the page properties, paper goes from that tray.
But if I try to change the tray…I have tried this yet with HP4000 printer for entire report as well as for
exact page but without any success.
I suppose that it is due to driver resources and tray names are russian. And
paper always goes from 'Default' tray. Is it p…Thanks Niko.
I have tried such code.
procedure TfmSelectReportLogist.ReportBeforePrint(Sender: TObject);
begin
Report.PrinterDevice.OnPageReceive:=PrintLastPageReceive;
end;
procedure TfmSelectReportLogist…Thanks Nard, I'll make a example and send to you.
Best regards,
Leonardo Vitor da Silva.
--- posted by geoForum on http://delphi.newswhat.com
Hi,
When I open a image file with TppImage int version 10.04, it shows a
error "Access violation...".
I installed the version 10.04, but the problem with "focus" continues.
I resize TppShape component with the S…