Subject | Re: [IBO] New version |
---|---|
Author | Lucas Franzen |
Post date | 2001-01-25T20:33:27Z |
Jason Wharton schrieb:
Today I tried:
FindClose ( SearchRec );
which works perfectly well with D3, but NOT with D5.
D5 complaint about incorrect params, TSeacrhRec instead of Cardinal ...
I had to change it to
sysUtils.FindClose ( SearchRec );
since D5 decided to take the FindClose method out of the windows unit
...
(At least D5 offers you to search the declaration ...)
Regards
Luc.
>And this is not IBO specific!
> When there is a conflict like this you can preface them with the unit name
> and a period.
Today I tried:
FindClose ( SearchRec );
which works perfectly well with D3, but NOT with D5.
D5 complaint about incorrect params, TSeacrhRec instead of Cardinal ...
I had to change it to
sysUtils.FindClose ( SearchRec );
since D5 decided to take the FindClose method out of the windows unit
...
(At least D5 offers you to search the declaration ...)
Regards
Luc.
>
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
> ----- Original Message -----
> From: "ing. Thijs Kuperus" <thijs@...>
> To: <IBObjects@egroups.com>
> Sent: Thursday, January 25, 2001 6:41 AM
> Subject: [IBO] New version
>
> > Hi there,
> >
> > I just ordered the IBO suite and downloaded the registered version
> > (3.6.Cd)..
> >
> > Now, when I compile, the routine
> >
> > IB_DSQL1.Params.ClearBuffers (rsNone);
> >
> > fails with message:
> >
> > Incompatible types TIB_RowState and TResizeStyle
> >
> > It only happens when using the ExtCtrl unit, which contains a TSplitter...
> > which ofcourse has the same constants!
> >
> > My workaround is "IB_Components.rsNone" but I was wondering if any of you
> > have a better idea, a cleaner one! ...
> >
> > Thijs
> > -----Oorspronkelijk bericht-----
> > Van: esolienko@... [mailto:esolienko@...]
> > Verzonden: donderdag 25 januari 2001 13:27
> > Aan: IBObjects@egroups.com
> > Onderwerp: [IBO] IBO + MIDAS
> >
> >
> > Where can I find samples IBO+MIDAS3? Please send me.
> >
> >
> >
> >
> >
> >
> >
> >