rbuser
Comments
-
Hello,
another suggestion : when I get i.e: "Could not convert Variant (String)
into (Double)", the faulty component name should be included in this
exception string.
David Caouette
-
Thanks, Nard.
When I talked about the multi-selection, it was related to Object Inspector
and contextual menu. Thanks for the clarification.
I would be pleased to perform beta-tests on the next version.
David Caouette
Omniciel international inc.
I think that the "multi-selection" suggestion is very important too.
Changing a property to 30 components 'one-by-one' is not so cool
in Suggestions for next version
Comment by rbuser
May 2005
I knew I forgot something :
- support for array types. I wish I could declare an array in Calc Editor,
but I can't. Is there any way using RAP RTTI ?
David
I've built it in a DLL--but what are you getting at? Also, if you would, fix
your name.
Thanks,
Ed Dressel
Team DM
Thanks, Nico...
But I solved it with a simple "ppreport1.ResetFromPageNo(0)".
Now it prints everythink ok!
… Hi, Nico...
I sent you a sample application with code that explains the problem.
There you can see what I mean. I noticed the reason of the problem and
it is better explained on tha sample app.
Please tell me if you …Thanks a lot !!
The latest version is compiled with RB 9.02. If you have another version,
you need to recompile the package to match. Full info is on the FAQ at:
www.waler.com/textradevices_faq.htm
James Waler
Waler Ltd
Hi Nico,
Thanks very much it worked a treat.
Best regards
Susie
It does not happen on any other printer.
John
Nico
Unfortunately I do not have access to the printer as it is at acustomer's
site 400 miles away. It does happen with every report I try to print.
John
Nico -
I am using version 7.04
Todd
Try using the BeforeGenerate event of the band as it only fires ONCE and
only fires IF the band actually prints. As others have mentioned do not use
the BeforePrint event of the band as it can potentially fire multiple times
and ca…I am ever try the option CachePages but the result is... strange.
I tried the David idea too, but it does not work.
Laurent
Bonjour David,
The calculation is in the event BeforeGroupBreak.
I go to try your idea.
Thx
Laurent
Bonjour Laurent,
in which event are you performing your calculation ? I had this problem when
I was doing calculations in the BeforePrint event. DON'T DO THIS !!! Use
instead OnCalc or OnPrint for your counting. If it's just to …I tried to link the DBTeeChart to a datasoource/dataset but the Dataset
dropdown listbox is empty after I chose Series|DataSource|DataSet ?
Hi,
Im sorry but this isnt what Im looking to do.
My DB has man-hour values entered like so:
1.20, 1.45, 1.59.
These are one hour and twenty mins, one hour and forty five, etc.
Not 1.2 hours (=one hour and twelve)
I know those operators: dttime, cttime, vttime.
But i dont know how to incorporate them in the code.
I dont have a help module to show me.
thanks
Red
Hi,
Ive tried that but how do I convert the data to hh:mm?
I have variable6 in the detail. It takes the hour value (double) from
the db.
Then variable7 in the group footer has the calc
Value := Variable6.value + Va…Thanks. I tried the first suggestions but it still failed. I will see if we
can get RB 9.02.
But just a general question, can the error be avoided by a better design of
the report or using different components? Or it's inevitabl…Hi Nico,
It is not a text object, its a TppDBImage and therefore a graphic is
assigned to it from a database field. It is in fact a company logo. Until
the component is filled with the image (from database) I do not know what<…Found out that when calculating widths etc that the TppDBImage component has
not yet resized itself. When does it do this ie at what stage can I use the
component dimensions to calculate where it needs to be placed?
Regards
So for Delphi 7 Enterprise, ReportBuilder 7.02, which TeeChart version is
compatible with ?
We are using Delphi 7 Enterprise ReportBuilder 7.02 Enterprise.
Yes, I create a new report within Delphi.
Not sure what do you mean by which database I am currently connecting to ? I
am connecting to a TEasyTable database.
we are using TEasyTable.
Hi Barry,
Thanks for your quick response, I 'll give it a try.
Ben
Use the Delphi JET driver and set the connection to point to the XLS in
question? You can then use it as any other data source.
--
Dr Barry Clark
Senior Lecturer and Director of VALE
(Virtual Administration and Learn…