rbuser
Comments
-
Hi Rob,
I attached the example from
http://www.digital-metaphors.com/tips/PreviewPlugin.zip (which is currently
not available there).
> I did not see a DADE Plug In for Apollo, Did I miss Something?
Sorta, re-read Nard's e-mail, and I quote:
There are a large number of DADE plug-ins available, unfortunately there
is not one for Apollo. The cr…I did not see a DADE Plug In for Apollo, Did I miss Something?
Thank you for your support. Since March this overwriting has been driving me
nuts, so nice to have fix! Hope it will find its way into RB7 for D5 too.
Sarah
We use templates extensively. Well, you can specify the
"ppReport.Template.Offset" property in the IDE so that when it saves the
report it will save it past the offset area. You can then at runtime
insert your data into the offset reg…Hi Jim !
Why use the event handler of variable in the subreport ?
Is it the Subreport that is executed first ?
Petter
Hi again !
I solved the problem by reading the value of the ppDBCalc.Value on the
AfterGenerate event of the Band.
And then I calculated the total.
Petter
"Huhtaman" wrote in message news:3d84a9c3@dm500....
report
As I said, the workaround that we got from DM support is to use the
designer component instead of using the IDE designer. You can do pretty
much everything in the design…No problem Bob !
Nice to be able to help.
Petter
Thanks Petter...that did it. I looked at that option, but then got confused
as the Summary Band was appearing below the Footer Band...silly me!
Hi Bob !
I am also new to the ReportBuilder, but I had the same problem, but solved
this by using the "Summary" band from RB designer menu Report, Summary. This
works fine !
Petter
I am using version 5.02 for Delphi 6 on Windows XP (though other users
running other OS's have same problem). Will have to try to create a sample
app. that reproduces the problem if I can.
Found it... AutoSearchFIelds[0].SearchExpression := '1,2,3,4,5';
Values separated by commas into the SearchExpression and they show up as
items in the AutoSearch listbox.
Did you ever find out where the serial number is - I'm in the UK and really
don't want to phone the US just to find out.
> So I have to ask myself: "Self, why are you
HEHE, i really like this part
Best of luck self
Thanks for all the encouragement, I tried again was able to reach Lisa.
Mike
"Mike" wrote in message
Hi Mike,
try
sales@digital-metaphors.com
HTH,
Chris Ueberall;
Nard:
Thank you for the clarification. What you say makes sense. It would be
appropriate to document this issue prominently. This issue makes using the
offsets impossible if you use the IDE to design reports.
…I converted them to bitmaps and it worked fine, thanks
--
Cliff Brewer
-----------------
Tower Systems
Programmer
Thank you, I am discovering that doing it in BeforePrint is a problem, but I
don't use templates. I just have several reports on dynamically created
forms. When report output needed the application creates the form, and hence
report, …Ok, I'll try that.
I did some trick to get the output I want.
Instead of using 1 crosstab for 30/31 days, I use 4 crosstabs, each for 8
days.
As for column width, I add a few spaces behind the column header.
But it's a bit o…Hi, Jim.
What do you mean by crosstab definition?
Can you give me some example, or maybe where can I find the definition?
As for the column, I will have a few crosstab on the same report, the column
width will be different …OK, thanks.
Anyway, how about printing the crosstab in column format?
I need to print everything in 1 page.
And is it possible to make the first row invisible and fix the width of all
columns ?
Thanks a lot,
Karne…Please ignore the previous message.
But by setting the subreport to pbSection, it couldn't print the footer of
main report in the subreport.
The most important thing is the page number, because the subreport is
between many other subreport.
Can we set the page numb…It has to be set to pbSection.
Thanks, Jim.
Sorry, I looked through the newsgroups and did not find it. But thank you
for the reply.
Jada
Hi Jada,
your question has already been answered by Jim at 2002-09-05!
There is a demo in the main reports demo that prints a page list. See demo
#124. Change the page list to be 4 instead of 1,30 in the report
Hi Jada,
please write your subject next time first, to avoid threads without a subject.
from 'ppUtils.pas'
procedure ppTextToPageList(const aString: String; aPageList: TStrings; aTrimPages: Boolean);
you have …