rbuser
Comments
-
Just for the record, I was able to get around this by using the StateChange
event instead. I still would like to know why RB is moving the record
pointer when I have indicated to use the current record only.
Kevin
Ok, I understand that, but I am only printing 1 row from my dataset. The
table that the report is based is filtered to 1 row of data. Why would RB
issue a first or prior method, especially when I set the RangeBegin and
RangeEnd of t…Hi Jim,
It is a problem with accessing Citrix from Windows 98 PC. If user connects
via Windows NT or 2000, then there is no error. The specific error can be
repeated very easily on any report (old or new). The simplest way to check…> 1. Where one has master/detail ClientDataSets on a data module, must
one
Nope.
You may find an issue with speed here, as the report engine may traverse the
data backwards as well as forward. Test it, and…Thomas,
see the post from David B. (Aug. 27th 18:15) and Jim's answer.
--
elektronik-labor Carls GmbH & Co. KG
Stefan Paege
Kontakt: +49 (0)5973 9497-23 Fax: +49 (0)5973 9497-16
My "workaround" was to add a ppMemo component to the report. When the user
elects to print, the ppRichText is made visible. When the user electds to
export, the ppMemo is made visible.
Put ppJPEG in your uses clause.
Ed Dressel
Team DM
> TppViewer(ppReort1.PreviewForm.Viewer).Height := value1;
I thnk you want to assign this to the form, not the viewer (the viewer is
'Align'ed to client):
ppReort1.PreviewForm.Height := aHieght;
ppReort1.Previ…
Been there, done that, except I didn't need the long days to miss it
Ed Dressel
> Duh, I don't know how I missed it. Must be from those late 1:30 AM work
I have done things like that and it didn't even take late night work
sessions
Ed Dressel
Duh, I don't know how I missed it. Must be from those late 1:30 AM work
sessions:).
--
Regards,
John
www.barjohn.com
johng@barjohn.com
> 2. I saw in one of your responses where a developer wanted to do a
John:
It should be on the same pallet as the TppReport.
Ed Dressel
Team DM
> This is extremly disappointing. I've been working on this for a week with
a
no
I did not say DM has no solution. I said you are going to get quicker
support directly from DM. When I find issues with other software and …This is extremly disappointing. I've been working on this for a week with a
deadline of 8/28/01, only to find it is no good and Digital Metaphors has no
solution!
Gary:
You should send support this directly. I would also include printer & driver
info with it. Could you duplicate this on multiple printes?
Thanks
Ed Dressel
Team DM
That worked!
Thank you.
Hi Jim,
The problem was all of the components had no pipeline.
I had to select all the components and assign the
pipeline. Not an absolutely major problem.
It's just the uncertainty factor of missing something
…Could you please expand on your explanation or better yet, do you have an
example?
Thanks,
Andy
Andy:
You could use an coy the DOA-dataset values to an in-memory dataset (such as
TdxMemData provided by DevExpress on the D6 companion CD. There are also
other free ones). Then run the report against the in-memory dataset.
I have tried to use the standard TeeChrt components with d6 and RB 6.01 and I
it say's that it cannot find iedidCha.dcu if i Try to put just a ppReport with
a chart component in it.
How Can I fix that?
Btw, how are th…Thanks
--
LJT 2000
---------------
(Pourquoi faire simple quand on peut faire compliqu? )
==========================================
"Nard Moseley (Digital Metaphors)" a ?crit dans
Hi Diana:
There is not anything I am aware of. You could print out the DFM part of the
report, but that would not be for the average user. Otherwise you would have
to parse the report yourself for the info you want to print.
Now the OnPrint event of the ppRichText component passes through three times
(although it's subreport is set for two passes).
Also after making the settings as described, the settings for the Font and
size were no longer valid. …Haven't checked that out, but what would cause that to happen?
You've convinced me. I've upgraded to RB6Ent.
I have Pro version, so I guess I'll be doing things the usual way.
Thanks for the answer.
> I've read tech-tips on templates, I've read the manual, and I've read
couple
'OnPrint'
AMOUNT
nice.)
Yes, use RAP, which you need the Enterprise version to have. That is what
RAP is all about.
hi,
same problem.
but i have made no migration between delphi and rb version.
I installed win2000,
i installed Delphi 6
I installed ReportBuilder 6.01
It works.
but after …OK, you say "Be sure to reinitalize all of the variables in the
Report.BeforePrint event" because "When the report previews, all of the
pages are generated. When the report is told to print from the preview, all
of the pages are regen…Further to this, I can now state that loading from a template has nothing to
do with it; whether or not the report is loaded from a template or not, the
error occurs, so we can eliminate that from our enquiries.
Jason.