rbuser
Comments
-
Step1: Goto newsgroup digital-metaphors.public.reportbuilder.tech-tips
Step2: Search "zoom"
Step3: read tech-tip from Digital-Metaphors
OK, hier the tip from DM:
procedure TForm1.ppReport1PreviewFormCreate(Sender: TOb… -
Santy,
First, your English is fine!
Is it possible to store your reports in a table instead of individual files?
ReportBuilder lets you do this. You could create separate folders for each
company's reports. See the do… -
Jim,
Thanks, thought so!
Thanks again,
John
-
FF 2.06, Inner join of parent to child...
Jim,
Sorry...This is a quick question related also to the Query Designer. Grouping
shows all fields as selected from the field selector, with the ability to move
the fields' positio… -
Jim,
A bit more info on this...After experimenting. I see DISTINCT works for the crucial
fields. However, how to you eliminate the spurious fields used with DISTINCT, yet
have access to the remaining fields for use in reports?Thanks Jim...
I initiated a "DISTINCT", (checkbox) for the child table from the RB Query
Designer- here are the results
SELECT DISTINCT child.PARENTID, child.FIRSTNAME,
child.GRADE, child.LASTNAME,
That;s "siblings".
John
Jim,
Yes, I tried that after writing my initial message...and it looks
right...However, I get a record for each child, and thus want to "filter" out
all redundant child records...If I had a boolean field "Oldest child" to use
this does fine for getting the Component name, but nothing for printing the
report name. I think that I can use the file name property but I will have
to strip away the path information.
"Wayne Brantley" wrote in message
DM - my testing showed the ISAPI dll failing when I did not have the
exclusive lock around this code:
Report.AutoSearchCriteriaByName('SomePipeline',
equest.QueryFields.Values['Param1']).SearchExpression:=Request.QueryFields.
"Wayne Brantley" wrote in message
Hi,
Hi,
I've built up an application and placed a Button1Click event exact like you've
shown. It doesn't work. The program suspends. Maybe we should discuss the
other conditions: I have a StringGrid with data in 10 columns and 50 ro…Hi Jim,
Yes, this works.
But i was wondering if it is possible to change the orientation from code,
like i do to print landscape (PrinterSetup.Orientation := poLandscape).
Thanks,
Peter
Thanks Jim
Ah...
Thanks for that Michael, I've nearly done it now, using the ppTextPipeline.
I'll give you're way a go now though, as I'm having problems with my report
reprinting after it's been done once.
Thanks very much
John
<…Hi,
Sorry, i had the pipeline set to the main report page as well as the
SubReport.
Oops.
OK - I moved my query closing, sql.text setting, and opening into another
public procedure in the form, and it looks like it is working properly now.
This product really needs to be smart enough to detect and prevent these
infin…Thanks Jim, that works great... almost.
There is one thing though. I put the stuff in the summary band AfterPrint
event, and it works fine except when there is some at the bottom of the
previous page and only one detail that goe…"Natalie Boodram" wrote:
Thanks very much!
--
Dave Nottage
Dave, The following code works well for us.
Natalie
------------
{ add state group to report }
FppStateGroup := TppGroup.Create(frmARAgingReport);
FppStateGroup.Report := rrptAtlasReport;
FppStateGroup.Bre…Jim:
Is there a way to use the custom previewer ONLY in certain areas of my
program ( for instance in the Reports.Pas unit and the InvReports.Pas unit
only ) ???
Neil
Jim:
Thanks - that makes sense. How does my ppReport component know to use
the descendent previewer ???
Neil Huhta
We've just installed newver version of IBO (4.2 Fr) and that fixed the
problem.
Thank you, Vadim K.
Dear Jim !
We did not change any settings. When I created the new Datadictionary
component on the form it works fine ( as well as the old one) with
BDESession SessionType.But with IBOSession it generates exceptions
when you try t…
Thanks for your reply.