Subject | Re: [IBO] Questions about new capabilities in IBO4 |
---|---|
Author | Jason Wharton |
Post date | 2001-09-19T17:32:08Z |
You must have a TIB_UtilityBar in your application somewhere.
It turns out that the IBF_SQL.pas unit has it in its initialization code.
I have now moved setting this to true in the IB_SQL.dpr project source so it
will only affect that one project only.
Thanks for pointing this out.
Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
It turns out that the IBF_SQL.pas unit has it in its initialization code.
I have now moved setting this to true in the IB_SQL.dpr project source so it
will only affect that one project only.
Thanks for pointing this out.
Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: <hans@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, September 19, 2001 11:43 AM
Subject: Re: [IBO] Questions about new capabilities in IBO4
> CheckForReservedTokens defaults to TRUE (not FALSE as per docs) on a
> TIBOTables/TIBOQueries connected via TIBODatabase.
>
> The only way to set it to the fast (FALSE) way is to set
> the GLOBAL ,to all forms, variable CheckForReservedTokens := FALSE
> upon creation of the form holding the TIBODataBase.
>
> I expected to find CheckForReservedTokens in
>
> TIBODataBase.IB_Session.CheckForReservedTokens but
> it is the first IBO parameter, I found as a global
> declaration.
>
> Best Regards
> Hans
>
> ===================================================
>
>
> Jason Wharton wrote:
> >
> > > Using a TIBODatabase on a DM defaults to TRUE (honestly :), however
> > > setting CheckForReservedTokens := FALSE on DM.FormCreate works
> > > fine. Maybe because DM gets created/loaded as first Module.
> >
> > I don't follow what you are saying here.
> >
> > Jason Wharton
> > CPS - Mesa AZ
> > http://www.ibobjects.com
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>