rbuser
Comments
-
Much appreciated.
-
OK Thanks. Il take a look at that also.
-
OK. I have heard really good things about TRichView. Il take a look at their
stuff, and see if they have something to plug into RB.
-
Personally I use TRichView rather than WPTools, but am not sure if it has a
RB interface. TRichView is pretty cool.
this
-
I tried these people and could not get any reponse to my enquiries at all,
so thought Id try elsewhere. Not keen to sepnd with a company that doesnt
reply to a sales enquiry.
Thanks anyway.
T
-
I think WPTools works with RB. It has some pretty fancy editing
capabilities.
that
components,
features
-
Hi Nico,
This is not a NoData event. The record exists but some of the fields are
null.
I thought NoData means No records = empty recordset.
If I'm right then this is not a valid answer.
Still waiting for your answerTHanks a lot for that.
I'm still getting the error after reinstalling ReportBuilder 7.02, server
version. I'm using TeeChartPro 6.01. I have applications built with these
component sets, but I aaccidentally deleted my environment path. When I
reset the path…The question here is that the client is attempting to print a signature
stored in a printer DIMM. The signature printing is triggered by a specific
PCL command sent to the printer. Thus, the question is how to send PCL
commands to the…Does this apply if I refer to values from another subreport?
Hi Nico:
Thanks for the update; at least I know I am not crazy - at least in this
instance.
Tom
Hi Nico:
I am printing with two possible options:
DeviceType := dtPrinter;
ShowPrintDialog := false;
Print;
or
DeviceType := dtScreen;
ShowPrintDialog := true;
Print;
W…Hi Nico:
I have tried setting PrinterSetup.Duplex = dpNone immediately before the
Print method and it seems as though this proeprty cannot change the
pre-existing printer configuration. There are no event handlers specified
Hello Nico
i tried this in D5 but this does not compile because Tcontrol has no
property onMouseWheel
Is there some other solution
TppCustomWheel = class(TControl)
public
property OnMouseWheel;<…Thanks very much for all that. This is a really good NG.
As Craig indicated, you'll first want to export it to something that can be
read by all (JPG, BMP, HTML, etc.) and then attach it to the email.
Otherwise you'd have to distribute a Report Builder reader.
I've used both Whaler's …Hi Tony,
If you are looking for a comprehensive solution for outputting your reports in
popular formats where any authorized user can read it, you ought to take a look
at eDocEngine VCL. You can find the full feature trials here…Easiest way I found is to export it as a PDF and send it as an attachment
that way. I dont think PDF export comes out of the box, so you may need to
look at www.waler.com
Nico,
Thanks, re-building is not a problem for me. If v7 of TeeChart was not
supported I would not have considered buying it.
Regards,
Gilbert
Did not have these problems - as I generally rebuild the stuff anyway. Don't
seem to have stability problems either. What is RAP passthrough? I was just
looking at upgrading to TeeChart 7.
I'm using the same combination as you mentioned, but i had to rebuild
the TeeChart packages of RB7.03.
But, and i know that the support guys won't like this part of my
reply, The combination is not always stable, there are sev…Hi!
I have solved the problem with the "OnRecordPositionChange" event of the
Pipeline.
Just tried this in this event:
ppreport1.Detailband.BandsPerRecord :=
Table1.fieldbyname('STOCK').asinteger;
and i…Nico,
I think I found the nature of the problem. I don't know why but after
calling the LoadFromFIle, the DataPipeline property is cleared from the
report. All I have to do is set the Datapipeline again and everything works
Nico Cizik (Digital Metaphors) wrote:
ok. thanks
Nico Cizik (Digital Metaphors) wrote:
Hi,
i want my report to look like this
group 1 group 2
group 3 group 4
group 5 group 6 ...
but if i use the NewColumn:= true on TppGroup i get something like th…Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
i try it but does not work. After printing tow groups a get a page
break, for example :
group-1 group-2
group-3 group-4
thanks
Hi Fred
To work with the windows scheduler check out the components on
www.sicomponents.com
Richard
The easyes way is to add a libraray path to
\TeeChart\Tee600
The order is important. This path must be placed after the ReportBuilder
Path.
Now it should work.
Hi Nico:
send
Changing the ReprintOnOverflow property seems to have fixed the problem. If
it happens again, I will forward an example to you.
Thanks,
Tom