rbuser
Comments
-
try setting it before you call print in the report.
Paul Menheere
-
Thank you Jim.
Actually I have done away with the grouping altogether since I do not really
have a field for grouping. I placed all my regions in the detail band even
the regions of the totals!!! In the BeforePrint event of the detail… -
Thank you Nico,
I use a TClientDataset which is ordered according to a LineNumber. Although
it is not ordered according to the ParentId, which is the grouping field,
the data are displayed correctly but I have the problem with t… -
not exactly what I was looking for.
is it possible to add a property in the pagestyl band that says 'Ignore
margins'
which effectivly removes the marginleft & margintop from the left & top of
the printed object
Hallo again,
I made the anchoring according to your tipp.
Thanks a lot, it works great!
Once more however: since the band the label are on is a header band, I would
need to recalculate its height if the bottom m…Thanks a lot Jim!
I am sorry not to have mentioned that the band is a header band of the same
height on every page. I guess that would make the solution simplier.
Anyway I will try your solution first.
Kind rega…I seem to keep going round and round with this problem. I switched over my
ppDBRichText to ppRichText I got the no data to work, then when I added the
OnPrint event to do the formatting I lost my No Data Available text. I just
can't…Any ideas on this?
Thanks in advance,
Rodger
Jim,
I seem to be having some weird problems with my TppDBRichText. For one when
I run this code:
rtfStart := ppDBRichText2.FindText(', limit = ', 0, 151, []);
rtfStart comes back 0 unless I am examining pp…I found the problem. I was using Pos() to search the RichText property
instead of using the FindText() method.
Thanks for your help,
Rodger
Hmmmm that is exactly what I'm doing. But I found that doing this:
RichEdit1.RichText := ppDBPipeline2.GetFieldForName('DiagLine').AsString;
No text displays in the report and if I try to perform RichText functions on
t…Jim,
Is there an example of the OnGetRichText event? I have been playing with it
and there is something I'm not doing right that causes Delphi to crash.
Thanks in advance,
Rodger
Oh, I see you have to both set the band height to DynamicHeight and make
everything empty also invisible.
Kevin
Sorry, it appears to be in the Pragnaan export devices code. I forgot to
mention that is what I'm trying to print to, is their export devices.
Email address?? The server bounced it back with unknown user..
Yes, I would appreciate that.
Thanks,
Joe
By default, the TppRichtext components respect the font information within
the RTF data. Changing this behaviour can be done, but defeats part of the
purpose of RTF. I have worked out a "hack" for a custom RTF component I use
that mod…The document I'm trying to print is just one field (text from sql server
which holds the rtf data). So just a reality check: I have the TppRichEdit
component in the deatil band with the width and height set to 8.5 and 11
matching th…Forgot to mention I'm using version 5.55 with D5.
Thanks,
Joe
It's OK with RB 7.02.
Thanks Lisa for working on sunday :-)
Marc
Yes, the template was created with any RAP
code?
I put raCodMod in uses clause but a new similar error : Class TdaDataModule
not found...
what Happens ?
> By changing the ValidateValue routine, you will only be affecting the
Ok, so how would I get RB to save whatever is typed into the AutoSearch
field when the report is saved? Right now, if I type a string that is not a
date…> You will need to change the ReportBuilder source to do this. Since you
are
changing
Check
format
Will this solve only the warning message issue or is ValidateValue also
responsible for changing my custom str…Hy Andrey,
what about the component you talked about ?
--
Marc PLEYSIER - mp@solune.com
Service technique
Solune Informatique
www.solune.com
If you want total flexibility, RAP is the way to go. My component is just a
glorified expression parser, which gives more power than a calculated field
expression, but less than the scripting capabilities of RAP.
Andrew
I'm very interested by this component ! Is it free ?
I want the end-user to be totaly independant. He got tables (dataPipelines)
and fields, and he will want to do all possible calculations.
I don't know if it is possible with DADE.Either establish a calculated field in the DADE or I can send you a custom
expression component that allows the enduser to specify a whole host of
calculations using variables and or datafields.
Andrew
OK but how to use it after inserting a such object in the report (by
end-user) ?
How to set the calculation to do ?
For example : DataPipeLine1.FloatField1 + DataPipeLine1.FloatField2
With ppdbCalc, I can set the calculatio…>"Mark Anderson" wrote in message news:3f398cfb@dm500....
[snip]
but
2.
Hi Guys,
I am using D6 upd 2 w/ RB 6.05 Std. I am encountering this same problem
with a DBCalc set to dcsum. What hap…