rbuser
Comments
-
Sorry but i had to, even redicrecting to the source didn't work completelly.
I don't remember for sure on what but he was still complaning on another
component !!
I did the rebuild and everything works fine !!
Pointing to the sou… -
Switched finally to D7.
Have the same problem, but, when changing as you suggest i'm still getting
the error that ne Never-Build Package rbTC77 must be recompiled.
I once had a suggestion to rebuild the complete TeeChart s… -
Chris M wrote:
Okay forget all I have said before. I didn't realize there was a Viewer
I an just drop on the form. All I want now is it to have the bar across
the top like the regular preview does. is that achievable?Nico Cizik (Digital Metaphors) wrote:
Okay that appears to be working, but how do I tell the report to use my
custom preview pane on my tabsheet3 instead of the normal printpreview.
I treid the ppRegisterForm, but i…Nico
I found it.
In Developer's Guide 2nd edition (p.324) the instruction say to make the
Datatype field a char of size 1 (varchar(1)). It allowed only the first
character of the real datatype in the fields table. It was a …Nico:
1. I am using the standard Paradox BDE database that comes with Delphi.
2. When I define a query to the DBDEMOS database (the one with 'customer'
table) the type field is blank. When I define a query to my tables the type
f…Nico Cizik (Digital Metaphors) wrote:
Thanks that works. I did have to change the following line to point to
Delphi7 rather then Delphi6 if you want to change your master copy for
Delphi 7.
FLocalDirectory := 'C:\P…Chris M wrote:
Ok now that I have the archive example running. It isn't working. All
the archives it displays from the DB are just blank print previews? Did
i do something wrong or does the demo not work when run under Delph…Chris M wrote:
NEver mind I found it, the included pparchiv.pas was overriding the one
in my lib
Nico Cizik (Digital Metaphors) wrote:
Thanks! Do you have one that compiles under Delphi 7. I thought I
reworked it enough to run but the archives all preview empty.
Hi Nico,
Thanks for the revised code. I made additional 2 changes: I made sure that
even number of pages is created in PrintToCache (the code to do that was
there in the old example, and it works), and in ReorderPages I've chang…Nico,
Your Booklet.zip example prints 8 pages and all works fine. Try to print
several records more so that report expands to 9 pages. You'll see what I
mean.
Thanks.
Zoran
> > Printing the report to PDF will still use the printer driver to
calculate
That's interesting, I didn't know that. I belive the problem *does* exist
even if sent to the screen, and I know the problem arises on more than…Found it by myself: ppReport.SetPrintMessage
Bernd
Nico,
With help like you're giving me there is no need
for apologies... Rbuilder support is terrific as all your
users will concur!
Thanks once again,
Jon
Nico
Nico,
Actually I had already done all of that !except!
FSession.DataOwner := Self;
That fixed it!
Another question:
Is it possible to pre-load SQL into the designer?
That would allow me to store the S…Nico,
Exactly what I was looking for... thanks.
I'm using DBISAM. Could you give me a hint as to what else I need to
change other than:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FSession …The end user design example would allow you to create such
an .exe
Jon
Thanks Nick!
I'll try that.
Kind regards
TorB.
*****
on
Hi
I was originally using the JITPipeline and a blank report: there are also
quite a few other reports in the project connected to ADO data sources.
I'll try re-installing as you suggest - it is weird, 'cos it only just
sta…
Fair enough. I've been trying to recompile my RB6 to be
used in D7. We are not interested in upgrading to RB7
as we're happy with RB6. We do not want the new featuers
and or any other fixes in RB7. We just want to be able to run ourFrom one of Nico's posts some time ago:
Solution 1:
Define a Group that starts on a new page when
it breaks. Then use the Group.OnGetBreakValue
event to control the timing of the break.
1. From …Hello Nico,
Thanks!.
Eric
I have noticed it happens when I build with runtime packages. Is there a
trick to this? I had to reinstall Delphi and since have not been able to
compile this project.
Regards
Never mind, did not see the Align/space toolbar
The problem appears to be with the Colour component in Delphi and is the
same for all of the standard report writer programs. (and all versions
Delphi regardless of the output device )
Colour selects the 'colour depth' from the…I have use many time to try and find the suggested method is only work if
there is only one region, the region surround the non-shift component and
the shifted component is placed under the region with shiftwithparent set to
true, but…I have try your suggestion but the lower components still can't shift
upward. IN my case, there is three label(deposit, discount amount and total)
and three dbtext corresponding, If deposit is 0, then I set the label
'deposit' and the…