Subject | Re: [IBO] IBO and ReportBuilder` ( IBOPipeline components ) |
---|---|
Author | chris_michalec <Cmich22@aol.com> |
Post date | 2003-01-15T21:11:55Z |
Ok, my problem is solved thanks to another programmer that has been
looking over it with me. The daIBO.pas file that comes with RB 6.03
has been updated. Once we got the latest version (which has a note
at the very beginning saying a master-detail issue was fixed),
everything worked as it should.
Thanks for the help,
Chris Michalec
--- In IBObjects@yahoogroups.com, "chris_michalec <Cmich22@a...>"
<Cmich22@a...> wrote:
looking over it with me. The daIBO.pas file that comes with RB 6.03
has been updated. Once we got the latest version (which has a note
at the very beginning saying a master-detail issue was fixed),
everything worked as it should.
Thanks for the help,
Chris Michalec
--- In IBObjects@yahoogroups.com, "chris_michalec <Cmich22@a...>"
<Cmich22@a...> wrote:
> Ok, I am using the IBO Pipeline now, but am still getting the samefield
> results. My master-detail relationship is giving me:
>
> Master 1
> Child 1
> Child 2
> Child 3
>
> Instead of
> Master 1
> Child 1
> Master 2
> Child 2
>
> You can setup a simple example by getting a master-detail
> relationship. Put a subreport in the detail band and attach to the
> child pipeline. Just above the subreport, add a master dbtext
> to set a relationship and you see what I am getting.to
>
> Any thoughts?
>
> --- In IBObjects@yahoogroups.com, "chris_michalec <Cmich22@a...>"
> <Cmich22@a...> wrote:
> > Through some digging and commenting out, I believe I was able to
> take
> > it back to Delphi 5. It was as you said, switching the Variants
> > System. However, my original still persists. However, I think IIB_query
> > have narrowed to an RB issue (most likely setup on my part), so I
> am
> > going to move this discussion back there. I appreciate ya'll
> > pointing me to the IBO Pipeline. I'd much rather use the
> > component the TDataset descendents.the
> >
> > Thanks,
> >
> >
> > --- In IBObjects@yahoogroups.com, "Brian K. Woods" <brian@e...>
> wrote:
> > > > -----Original Message-----
> > > > From: chris_michalec <Cmich22@a...> [mailto:Cmich22@a...]
> > > > Sent: Monday, January 13, 2003 4:05 PM
> > > > To: IBObjects@yahoogroups.com
> > > > Subject: Re: [IBO] IBO and ReportBuilder`
> > > >
> > > >
> > > > I have looked at these components and they all seem to be for
> > Delphi
> > > > 6.0. Are there any for Delphi 5.0? I have tried installing
> > > > packages, but they don't seem to be backwards compatible.the
> > >
> > > I did the conversion a few months back, when I was looking at
> > RB demo. Iand
> > > recall it seeming to work fine.
> > > However, I've had to reinstall since then ( Murphy ate my hard
> > drive ), and
> > > I didn't
> > > reload Report Builder since we decided to go with FastReport
> > not buy RB.was
> > > However, if I remember correctly, the conversion to Delphi 5
> > the usualpackage.
> > > trivial commenting out
> > > of the variants unit, etc that you find in any delphi 6
> Iworking,
> > have
> > > never downloaded
> > > a delphi 6 package that took more than 5 minutes to get running
> in
> > Delphi 5,
> > > as there
> > > are really only a few differences. If you can't get it
> > let meat
> > > know, and I'll
> > > *try* to find time to put the RB demo back in and take a look
> itcomponents
> > for you.
> > >
> > > If anyone else out there has converted the IBOPipeline
> > to Delphi
> > > 5, this is your chance to
> > > help ol' Chris out...
> > >
> > > Brian