Subject | Re: [IBO] Report Builder Dade |
---|---|
Author | blizzardville |
Post date | 2002-01-31T16:36:30Z |
Ok in rbIBO55 changed this from:
requires
rbRCL55,
rbDB55,
rbDAD55,
IBO_D5;
to:
requires
rbRCL55,
rbDB55,
rbDAD55,
IBO40CRT_D5,
IBO40TRT_D5,
IBO40XRT_D5;
and in daIBO.pas I changed the uses IBDataset to IBODataset and that
got the rbIBO55 to install.
I was able to dbl click the data dictionary but then the screen that
popped up was locked. I restarted Delphi and then was able to dbl
click the dd and generate a list of tables.
Now when I open the report explorer and go to the data tab and use
the new query wizard it shows a list of tables. When I select a
table all the available tables get grayed out. On the next page if
I select choose fields, it doesn't show any fields. If I select
finish I get a Dynamic SQL Error SQL error code = -104 Token unkown -
line 1, char 0 FROM
I am making progress at least, will keep trying
Brett
requires
rbRCL55,
rbDB55,
rbDAD55,
IBO_D5;
to:
requires
rbRCL55,
rbDB55,
rbDAD55,
IBO40CRT_D5,
IBO40TRT_D5,
IBO40XRT_D5;
and in daIBO.pas I changed the uses IBDataset to IBODataset and that
got the rbIBO55 to install.
I was able to dbl click the data dictionary but then the screen that
popped up was locked. I restarted Delphi and then was able to dbl
click the dd and generate a list of tables.
Now when I open the report explorer and go to the data tab and use
the new query wizard it shows a list of tables. When I select a
table all the available tables get grayed out. On the next page if
I select choose fields, it doesn't show any fields. If I select
finish I get a Dynamic SQL Error SQL error code = -104 Token unkown -
line 1, char 0 FROM
I am making progress at least, will keep trying
Brett
--- In IBObjects@y..., "blizzardville" <blizzardville@y...> wrote:
> Thanks, any help will be greatly appreciated. Also the bpl it was
> looking for was IBO_D5.bpl instead of what I wrote IBO40_d5.bpl.
>
> Brett
>
>
> --- In IBObjects@y..., "Jason Wharton" <jwharton@i...> wrote:
> > Correct about the IBO 4 packages having been changed since older
> versions.
> > Will someone using Report Builder with IBO 4 please give this
> person a
> > helping hand?
> >
> > Thanks,
> > Jason Wharton
> > CPS - Mesa AZ
> > http://www.ibobjects.com
> >
> >
> > ----- Original Message -----
> > From: "blizzardville" <blizzardville@y...>
> > To: <IBObjects@y...>
> > Sent: Thursday, January 31, 2002 8:48 AM
> > Subject: [IBO] Report Builder Dade
> >
> >
> > > I am having some difficulties connecting this stuff with the
> report
> > > builder ibo dade. After removing the IBO eval and installing
the
> > > source kits when I try to install the report builder DADE for
> IBO it
> > > was complaining that it couldn't find IBO40_D5.BPL which I
guess
> was
> > > there when I had the eval and I deleted it before installing
the
> > > source kits. Should this bpl exist after the source kits are
> > > installed?
> > >
> > > I decided to go back to the eval to see if I could get it to
work
> > > and noticed a broken link on your download page
> > > http://www.ibobjects.com/How_To_Install.txt
> > >
> > > I also noticed a new dade on your page, perhaps this will fix
the
> > > problem.
> > >
> > > Thanks
> > > Brett