rbuser
Comments
-
Many thanks. Just what I need.
Edwin
-
> I hope for a better integration with two very good products.
I create quite a few charts, some on live prints, some are one print
per-report. I never put a chart in a report--I always have them on my form.
This way I only… -
Thanks for the tip. I will try and see what I can do.
Anyway I found quite disappointing to have to do e lot of work to print a
chart that I make with 4 click on my form and have to remove the ability for
the customer to customize t… -
Thanks for your answer.
I think I understand what you mean, but my real problem other than that is
that I have to show a Chart inside a Group of the report
So other than have a Crosspost, the data should change in relation to the
There was a link at some point on a doc to cleanup a corrupt install.
Do you know what that is?
I am using delphi 7. How does it load the icons? In other words, how
does it know which image goes with which toolbar?
It seems I have a very similar problem using Delphi 2007 and RB 10.09.
I have a report with only one jpeg image (type blob in an Interbase
Database) plus 2 lines in the header nad and oe line + the printed date in
the footer b…So can I safely hard code the detail bands height or will that not
always work with different printers or something?
procedure TfrmImaging.rptJustImageBeforePrint(Sender: TObject);
begin
rptJustImage.Bands[0].Height := …Thanks for your speedy response. I thought that may be was a substitute to
OnDrawCommandClick to get the text under the cursor. In my case I use it to
link to Customers in my Database and not to the web. How about adding a
OnHyperl…I have emailed support with what i did to get this error. Another
solution to this problem for me would be a way to take the pdf option off
of the dropdown without setting AllowPrintToFile = False.
--- posted …Nico Cizik (Digital Metaphors) wrote:
I'd done it several ways, including the first. My current version used
the second.
I created a new field with the calculation in my query, as you
suggested, and now the gr…Nico:
The KeepTogether property of the group is set to False. Likewise, none
of the checkboxes in the Break On area of the Groups dialog box is set.
I do have the Reprint group headers on subsequent pages checkbox checked…>Nico,
How do I know if this works? Should I visibly be able to see something
when I click on the bringtofront? I did what you said and I can't see any
difference. Should the tabs on the bottom change order?
Thanks.
Sure, it is like that
This is the test i use in all events i tried
DetailBand.Visible := Variable.AsInteger = 0;
PrintOut shows rows where Variable.AsInteger = 1
> I tried to toggle the visibility off the detailband in the
Without knowing much about your variable, I would have thought this would
have worked.
Can you set the .Visible property based on the same conditions of the…but if i leave it alwais "false" the report generate blank field, isn't it?
so i have to change it only when i modify?
thanks
thanks for the reply.
we still have 11.02, and unfortunatly we can't build an example... because
the problem is with old report the firt time we open it whit new version. if
we made a new small project , we not have problem.... but …Nard,
Thanks much!!!
John
Cheers . Got that working.
I have :
If ppReport3.PageNo > 1 then
begin
ppHeaderBand15.Visible := false;
ppDBRichText7.top := 25;
end;
When printing on the duplex side the …I set the stretch property to true and that worked.
Cheers
I set ReprintOnOverflow to true. I now only get one page printed and nothing
on the next page.
If the data exceeds the size of the dbrichedit I get a loop producing 100's
of copies. How do I say ' continue on new page & switch of headers.
Cheers
Stevew
What makes this worse, I also support customers with their computer and I
hate it when I don't get all of the information I need to figure out what???
is causing the problem.
I am sorry for being like everyone else, thinking t…I already answered this?
update2 for delphi 2009
dave
I have version 10, and it was never installed on the computer.
I am testing v11 on the computer with the latest version of RB.
RB is the latest version.
No add ons.
?????
Any other thought?
dave
It shows in the component listing, however, when I check to active this is
when I get the rtl120 error.
dave
Nard,
Thanks so much!
Moving the report, data dictionary, explorer, and designer to the actual datamodule corrected the problem.
Thanks again!
John