rbuser
Comments
-
Nico Cizik (Digital Metaphors) wrote:
Ok. Makes sense. I'll just be sure to ask first before farting around
for two hours trying to do what you were able to give me in 5 seconds.
So let me now ask a second question… -
Nico Cizik (Digital Metaphors) wrote:
Nico,
Thanks! Exactly what I was looking for. Where do I find the
OutOfSpace property in the help file? I can't seem to find it
anywhere, especially related to any band i… -
Thanks Nico
I was confused ;-)
V6 is on order.
Regards
Paul
-
Nico
5.03 is the current version for D6 - is it going to be compatible and when?
Regards
Paul
-
Thnx very much!!!
problem solved after adding "ppASField" to my uses clause a few times...
thnx DM!
-
Hi Luk,
'TppAutoSearchField' is in unit 'ppASField'. Any of your packages must be referencing package 'rbRIDE55'.
HTH,
Chris Ueberall;
-
I haven't see this--if you can send a demo report that reproduces this to
support.
Ed Dressel
Team DM
-
Maggie,
I'm glad to see you solved your problem!
regards,
Chris Ueberall;
-
Chris,
Thanks again for your help. I was away on vacation which is why I didn't
get back to you earlier.
I spent quite some time stepping through the source -- and into the
Delphi source following it -- of the Form… -
Maggie,
set a breakpoint into method 'FormCreate' and step through the code to find the occasional line.
HTH,
Chris Ueberall;
-
Chris,
Thank you for your continued assistance.
-
Hi Maggie,
at least 'Application.Run' should be on the call stack.
I'm pretty shure there is either a line of code from you from where the problem starts (e.g. Report.Print) or any other doing.
You wrote ' if the user wants to d… -
Chris,
Thank you for your reply.
I am sorry if I came off as being so naive as to not have tried this first!
In fact *none* of my own code is in the call stack.
Given this do you have any suggestions?
Hi Maggie,
firstly try to fine the line of your own code that throws the exception.
regards,
Chris Ueberall;
"Nico Cizik (Digital Metaphors)" wrote
OK, that explains it. TeePro v6.01 is different enough to be
inoperable under RB 7.02. For now I can use images
and export 6.01 charts onto them, no problem.
Do you know if th…thnx!
It worked! I just needed to make a descendant and override the abstract
functions.
This is where it finally throws the abstract error :
FAutoSearchDialog.AssignAutoSearchFields(FAutoSearchFields); (in ppReport)
and indeed, when I look at ppForms, I see the following abstract function :
procedure AssignAutoSear…but then again... is the problem (EAbstractError) solved after open & close
in new reportbuilder???
Maybe the problem is solved when I open and close every report in the new
reportbuilder (to make sure they're recompiled with the new version)... But
then again... what to do with the end-user (custom made) reports? Is there
any way t…"Nico Cizik \(Digital Metaphors\)" wrote
Hi Alexander,
when I move a component outside the region it will be disconnected.
when I select all child components of a region, copy them and delete the region, a paste will show them as expected.
(it is possible to remove the…> I do not understand, when I design it for one printer driver and later if
the
That is not what Nico said. You don't design it for a printer driver, but
printer drivers get updated and have bug fixes. You wanted to know why …I do not understand, when I design it for one printer driver and later if
the user decides on another, then u mean to say that I have to redesign the
report for the new printer.in When installed at client site the detail band is printed outside the printable area. Comment by rbuser April 2003
> What code are you using? What problems are you having? Something like:
Thanks
Yes thats the cod I'm using
"ppMemo.Lines.Text = Form1.Memo.Lines.Text"
I place this code on the ppReport BeforePrint event.
When I pr…> I have a report on a datamodule component wich I save as file.
What code are you using? What problems are you having? Something like:
ppMemo.Lines.Text :=
should work.
Ed Dressel
Team DM
You need to create an archive file for you report. To do this you must change
you rport properties like this:
Set AllowPrintToArchive to True
Set ArchiveFileName to the desired name (ex: 'Filename.Raf')
Set the devicetype t…> Where do I find this unit?
Did you search your HD? I found mine at $(Delphi)\RBuilder\InfoPower
Ed Dressel
Team DM
Hi,
Unfortuanetly I only have access to delphi4 with RB6.0
I'll see if I can "borrow" another version....
Cheers
Alan
Jim:
Problem solved. The issue was not in ReportBuilder. The rtm file was
being downloaded as a size 0 file due to a bug in our ftp client program.
We upgraded their ftp client and now everything is fine.
Jim:
The customer has no ability to change the rtm files. The only way we
could have this problem is if they are getting messed up in the deployment
process.
We use ftp to deploy the files via an automat…