rbuser
Comments
-
Bill, thanks for your input. The problem becomes, how do you create, format,
and place the variables in the header when number of columns is dynamic? I'd
assume I could create the variables, lables, and such in code, just as any
other… -
Chris,
This is how I created your report.
I created a group by the ID.
I added 4 Variable components to the group header. For each variable's
OnCalc event I did something like the following.
if FieldByName['Color'].asString… -
Unfortunately font style is not part of RAP so I will have to go with a
passthrough function.
"Alexander Kramnik (Digital Metaphors)" wrote
-
Thanks for the response Alexander. That was something I have already tried.
However the formatting falls over onto all of the added rows of the matrix.
Even when I do this
if aColumn = 3 then
aElement.Font.Color := clBl… -
did you install Update #1 +2 for Delphi 6?
Borland changed some critical functions in the system-unit and because of
this it has problems with DB-apps
(don't ask my why). This was necessary because of the compatibility to
Kylix.<… -
-
Ok, I've changed to a RichText component but how do i go about making the
second line bold ?
Thanks
John
"Alexander Kramnik (Digital Metaphors)" wrote
-
Hi Chris,
No, I do not know of a single rtf viewing application that can show a page
spanning text box. If you have one then do let me know. I have tried Word,
wordpad, and ediors created by a variety of TRichText components. I … -
Hi Sarah,
so Word has a problem but not Waler or Pragnaan.
regards,
Chris Ueberall;
than
-
But BEWARE there are real problems if the report that you are exporting
contains ppRichText components. Both Waler and Pragnaan have as yet
unresolved problems with this - they export the richtext component report
contents as a text b… -
So far i could confirm that all reports of missing colors
were indeed an issue of not using the right printer driver.
Many customers had installed a HP color ink jet but did not
use the exact pinter drivers.
On proble… -
I'm a little lost about the AutoSearch resource. We are using Allround's DOA
to access an Oracle database. I defined some queries that will act like a view,
and the end user will create it's reports based on this queries. I would like toDear All,
I downloaded RB recently, and and since most of my previous
reports are done in QuickReports, I have some difficulties
understanding ReportBuilder's approach to certain tasks.
Here's one for starter...
…Hi Jim...
Thanks for the reply, but unfortunatly it doesn't work. Here's my code:
procedure TFReportViewer.OnEndPage(Sender: TObject);
var
lDrawText: TppDrawText;
a,b : Boolean;
begin
if VisibleDe…i must correct myself,
CodeSite is supported
see Tech Tips
cu
marc
M,
personally i would go for the enterprise version, thus being able to use rap
then you are rather safe for the future when your customers do want to do
some calculation or want to color something depending on the value of a
fie…Never mind - got it. Pretty simple. Just have not worked with graphics much.
Are you using templates? I had a problem where a band I was turning off was
printing anyway. turns out I was turning it off and then lateer on in the
procedure I was loading my template which had it turned on so it printed.
When I l…I tried using that but it does not seem to have any effect.
Actually I have 3 groups in my report. I want to swap the Group No1 with
Group no 2.
Thanks,
Vikram
Hi Vikram,
there is a 'TppReport' method called 'MoveGroup'.
HTH,
Chris Ueberall;
Hi Svein,
I have had the same trouble, I have solved it with the 6.03 version.
Regards.
Marco
S.E.D. srl.
"Svein Olav Mytting" ha scritto nel
Thanks! I'll take a look.
Rea
Tom,
I tried the FPrintSet.Assign(ppReport1.PrintDialog.PrinterSetup) but when I
compile, I get the following message:
Undeclared identifier: 'PrinterSetup'
Doing code completion, PrintDialog does not have a pro…Hi Mike,
currently not, but with your own viewer based on a scrolling window (e.g.
TScrollBox) it should be feasable.
(see 'Tech Tip: Replacing Built-in Dialogs/Forms in ReportBuilder' in news
group 'tech-tips' - General)They should temporary shut down this server....
Unable to connect is batter than anticipation.....
Hott
Hi Marc.
Honestly, forgot. However, I thought about it after I sent the post.
I just couldn't understand why all of the recent posts had not been
addressed.
I would say BorCon is a good reason.
Thanks…Ever heard of BorCon?
you might find them there
Many thanks Chris,
but I MUST use win95 because I have some old hardware with only win95/98
driver
Regards.
Marco
"Chris Ueberall [TeamDM]" ha scritto nel messaggio
Hi Marco,
nice try, using Win95 as a developing platform, good luck!
(you really should think about using (NT4, ) W2K (, WXP)).
The windows help system is your problem here, you crossed it's limitation
(size, resources ... …Hi Sugi...
Unfortunately RB does not use inheritance as you describe it. You would
create a general template with everything you need on it. You would then
make a copy of it and add what ever you need to the copy. Th…