rbuser
Comments
-
Hi,
another solution?
I want to encapsulate all this operation in a custom SubReport control.
The problem continues being the same one.
I have created a SubReport control, and want to create the controls that
co… -
Hi
I want that my SubReport has by defect a TppImage in the band details.
During the process of generation of the report this TppImage loaded a
created image dynamically.
How to know when I must create the components that … -
Hi,
I have chosen to create my own SubReport component. But now my problem is
the following one. How to know when I must create the components that will
compose each band? And like doing this?
Thanks,
Manuel… -
This is an end-user t customizable report. All the reports are stored
in the database and can be configured by the client.
I just opened a report, openened
"File | Page setup.."
changed the printer name from Default to our shared… -
I just read this. I have Delphi 6 and RB Enterprise 7.03. I can
see RB7.04 for Delphi 5 but not for Delphi 6. What can I
donwload?
-
This still doesnt work
My report is a report with a sub report in it.
The sub report can take up more than 1 page. When I I set the subreport to
a 2 pass report the absolute page no is always 0?
-
> Are TwoPass reports slower/less efficient?
yes.
AFAIK the report won't know if it's on the last page if it's not a 2 pass
report on the 2nd pass.
Ed Dressel
Team DM
-
Thanks Nico
Are TwoPass reports slower/less efficient? What is the best practice when
deciding the passsettings for a report?
Cheers
Paul
-
The other approach (though it sounds like you may not need this) is to
create an image with a TChart object and replace the image in a RichEdit
with the TChart's image.
--
Ed Dressel
Team DM
-
Worked fine. Thank you very much.
I'm quite sure this new related issue must be considered by pragnaan people,
but just in case I'm posting here.
After installing the IP support I reinstalled pragnaan export devices and
made a … -
Hi Nico,
I almost worked. :-)
At design-time, OK, if I load a RTF file into a richEdit all components
appear. But at runtime it seems that the component used is still the
TRichEdit.
I don't know if I installed … -
>Is it possible to plug in a different query builder wizard or query
Can I confirm something.
Is the the Query Builder part of the Designer Dialogue or Is it considered
a different dialogue. If so does that mean that th… -
Nico,
In my tests, leading of 0.03 is required to raise the tail of the letters
above the bottom border. This amount of leading makes a significant
difference in the appearance of text and what about the situation where a
Hi Ed and Nard
Thanks for the info.
For me it's not a problem when the application size getting bigger. For our
customers... that's an other question.
But i was only wondering about the difference between the old pro…what you don't show is what the app would be in D7 & RB 10.01. I am not sure
how much overhead D2006 adds to the EXE.
Ed Dressel
Team DM
Ok, your solution works. Thanks!
Greetings,
Filip Moons
Hi Nico,
It won't work. The calculated length is always short. I get the same results
using both bitmap/printer methods. What's wrong?
TppChildReport.Units = utScreenPixels
ABitMap := TBitMap.Create;
tr…Carlos wrote:
Got this fix but the database tab is not visible so I can't add a
pipeline to the report. What do I need to do to make the database tab
appear?
Carlos
Josh wrote:
It's the best one on the market. Found it really easy to do what we
want compared to FR. Have not been able to get my head around RAVE.
Not that I need to either.
Craig
Delphi Source Code fo…Josh wrote:
Josh,
I've been using RB since Delphi1. In my opinion it a great product.
My reporting needs are usually pretty simple, but I do have one fairly
complicated report that brings together about 13 differe…Nard Moseley (Digital Metaphors) wrote:
Thanks. I will check it out...
Digital Metaphors wrote:
Do you send email annoucements about these? I seem to have to email
support to get the link.
Thanks,
Craig
Delphi Source Code for Accounting Systems
www.ledgeracc…Thank you Nico for your prompt and useful replies.
Regards,
Gary
Hello Nico,
I think the second option is a better solution. Will the region1.height
return the actual height of the region if I check it in AfterPrint event
handler when sending it to the dummy device?
Thanks,
GaryThanks Bob for the useful tip. I grouped the invoice by invoice number, set
create node to false, moved the Region3 into group footer and it solved the
problem in this case.
Still I'd like to find out if there's a way of getting the…Gary,
Any chance you can create a group that will break for each occurrence of
Region1/2? If so, you could then move Region 3 into the group footer and
this will ensure that you get the result you are looking for.
…Hello Nico,
The report is loading data from orders table and Region1 contains a
subreport to print ordered items list (dynamic hight) and order summary
(static height). The Region2 contains dbmemo with special notes/instructions
…The database>File>Data Settings appear in blank
The database settings can be set on the design mode(prior to compliling) but
on runtime the connection>Session Type is blank and there are no option on
the dropdown list. The sa…> Try using the 'Default' theme. (See article below about RB 10 Themes).
This doesn't solve the problem, any other ideas?
Regards
Guido
Ricardo,
As Nico notes, it is a similar strategy for group footer/header, but with
one wrinkle. You will need to use two DBCalc objects in the group header
with the Look Ahead option set.
--
Bob