rbuser
Comments
-
Me too.
Thanks.
-
Nard,
Has or has *not* ?
If has so why sorry ?
Sraya
-
I'm having the same problem. I tried to recompile the Teechart packages as
per instructions but the last package dclRBC66.dpk won't compile giving an
error regarding the proxies.dcu not being found (which would be a
runtime/designtime… -
Upon re-reading, you did offer a slightly different solution. One issue is
the levels of sub-totals.
How can I implement that based on groups using columns?
John
-
"Nard Moseley (Digital Metaphors)" wrote in
-
Hi,
I just found another thread with the answer to this question. Thanks!
"Arturo Monge" escribi? en el mensaje
-
I've done it.... looking the source.... i'm acessing
Report.AutoSearchFields[0].Value
-
Thanks a lot!
-
Thanks
-
Hi John,
my
Yes, otherwise my answer wouldn't make any sense. But don't believe it - do
a simple test by yourself.
You can use any system tool to verify what files are in use or accessed by
your app. (www.SysInte… -
directory,
Ok, then just to clarify.
If i put all the bpl files needed for my program into the same folder as my
program exe file is in then when my program needs to access them, it will
first look in that directory. … -
Hi John,
previous
overcome
this can only be solved by putting the BPLs into the application directory,
that's a general Windows-DLL issue.
regards,
Chris Ueberall;
-
> We don't add build version info in with the packages. You'll have to check
Ok, Jim, so if i check the existing files and find they are from a previous
build then what do i do ?
If i overwrite them with the new ones then my … -
-
> Can u please send me some source code
No, but can post a sample here.
This will create one series, you do the work for the rest.
var
lLS: TLineSeries;
begin
lLS := TLineSeries.Create(sel… -
Can u please send me some source code that how to create multiple seriese at
run time in teechart component as well as how to assign query objects to
those series.
regards,
Nasir Mahmood
-
Can u please send me some source code that how to create multiple seriese at
run time in teechart component as well as how to assign query objects to
those series.
regards,
Nasir Mahmood
-
> Please advise me how we should design the application to provide wizard
My preference: I wouldn't put the graphic directly in the report, I would
put it in the program, and save teh graphic to a WMF and print it using a
Tpp… -
Thanks for replying....but let me explain my query more.....
Basically i need to facilitate the end user with wizard based graph reports
as what we r giving for text reports. So in this sceniaro we don't know how
many reports us… -
> Can anybody help me how to create Graph reports by using TeeChart
component
I can give you some hints. Look at previous posts by me for source code.
I seldom put a TppChart directly in a report. I normally put a TppIm… -
I found the problem here, since I'm doing my groups dynamically I
needed to clear out the old group data before starting this report so
I just did a Group1.Free; to get rid of the unneeded grouping.
David
On Wed, 14 … -
Phil,
Thanks for the help, but it seems like there should be a more direct way
to get this information that doesn't rely on Win.Ini. The print dialog
function returns this information in the DevMode structure, but I can't
The only way I know of to find the driver name is to look up the printer and
driver in the win.ini file in the windows directory. The win.ini file can
be handled using .ini file routines. Assuming you're trying to find
thedriver nam…I set DirectDraw to True and it fixed this problem
Thanks
Jim Bennett (Digital Metaphors) wrote in
Jim Bennett (Digital Metaphors) wrote in
Jim Bennett (Digital Metaphors) wrote in
Jim Bennett (Digital Metaphors) wrote in
Guillermo Casta?o A wrote in message
The memo with stretch property set to true will solve your problem