rbuser
Comments
-
I am not sure if this will work. The way the subreport is setup is there is
information in the header section and the detail subreport is also in the
header section because it needs to be printed in a certain location on the
report.… -
Chris,
No I'm the one that is confused. I'm having problems seeing the forest
for all the trees. As I stated I have over 100 different reports I'm
using as templates for flyers. Each one can have different components
from… -
Robert,
When you save a template all published properties are streamed (standard
Delphi component streaming).
If the events used at this time also exist during load time, there should be
no problem.
Re-assigning events… -
Chris,
For over 100 reports, there has to be an easier way. All report will
have different components and BeforePrint events. When I do a SaveAs
why doesn't the Event handlers get renamed?
Bob
-
Hi Robert,
You have to re-assign all event methods after loading.
regards,
Chris Ueberall;
-
Chris,
It works great! Just what I wanted to have. Thank you for your help!
Janusz
-
Janusz,
It was clear to me!
create a package with the following two descendants and install it.
This has been my way since 'stored' was born.
type
TjcDatabase = class(TDataBase)
published
Hi Chris,
I think I should have been more clear, sorry. I use DBISAM TDatabase, DBISAM
TTable, TDataSource, TppDBPipeline and TppReport components on my report
form.
Now, it is not so much important that database connetion …Janusz,
It isn't ReportBuilder that changes the connection's 'Active' property, the
connection is opened by any of the used datasets.
The Designer is not a modal window and there is really no point of time when
the designer…Hi Chris,
Do I understand you properly - _before_ I enter the RB editor the connetion
is set to False. Then I enter RB editor, edit my report, leave it and I see
the connection is changed to True.
I think that's RB which ch…Hi Janusz,
this isn't a ReportBuilder issue. Your connection component should provide
this feature.
If you are a component designer, you could write a descendant that overide
the 'stored' attribute of 'Connected' (a really …
I have the same problem here. In fact I was about to post a question about
this very problem. It is driving me silly....
I use ASTA with a DBPipeline. I can connect a grid to the ASTA datasource
and I see (say) six records.
hi
is it possible that other controls on your main report are covering the
subreport control. If you don't set the controls to reposition dynamically
it can seem that the data isn't coming through when in fact it is and its
Dominik
glad i shot right
cu
marc
Hi,
i tried your 2nd suggestion.
And it worked
Thank you very much!
CU Dominik
<
dominik
2 things i did not test so don't hold it against me:
1) try to change the pagelayout to landscape in the subreport printing (i
have no clue what this is going to do)
2) define columns in the subreport and try the rotated …I could not solve it. But I found a workaround. Thank you for your
assistance ...
Thomas
"Alexander Kramnik (Digital Metaphors)" schrieb
> There are two things to check initially. First make sure that the OnPrint
yes, checked
yes, checked too
Thomas
"Alexander Kramnik (Digital Metaphors)" schrieb
Take a look at the properties of a report and determine which settings you
want/need the user to change. The first thing though that you will need to
do is create a label template and load this template with default settings.
Once th…Thanks, I already looked at that. The problem is I don't want a
NEWreportFromWiz, I want to CHANGEreportWithAveryDialog!! Any chance of a
code snippet example of resurfacing the avery template dialog and using its
results?
…It's a DBPipe and no event handlers. What I will do is scrap the report and
start again, if the problem repeats I'll send it to you.
Thanks anyway for your help.
Jonathan Hyams
"Alexander Kramnik (Digital …I have just tried it. The behaviour is identical. Only at design-time do I
get a sensible output.
"Alexander Kramnik (Digital Metaphors)" wrote
1. Autostop is False.
2. Datapipeline is assigned.
3. There are no sub-reports.
4. There are no stretching bands.
5. There are no controls set with ReprintOnOverFlow.
6. The behaviour is not endless blank pages but endless l…or other possibilities coz the problem.
1. font or format in the rtf coz that behaviour
2. special code in rtf coz that behaviour
but in my case,
when i press enter to make the line go to next page, the problem comes up.
file has been sent.
thanks for your help.
"Alexander Kramnik (Digital Metaphors)" wrote
in message news:3cf3af8b$1@dm500....
wrote
inserted
problem
hi, alexander,
thanks for your help.
but i m still facing the same problem.
can i send the code to u and u check it for me ??
thanks.
"Alexander Kramnik (Digital Metaphors)" wrote
in messa…ok, here is the sample code, also produce the same problem.
i m using the 'ppWWRichEd' in the uses clause to enable print out Image in
RichEdit.
the rtf i used consist of Bitmap and characters.
Delphi 5 + Infopower 2000 + R…