Subject | Re: [IBO] Re: Problems with TIB_Date component |
---|---|
Author | Paulo Henrique Albanez |
Post date | 2002-04-12T12:30:39Z |
Yes.
If I:
- remove the component
- inform the date
- change the component by TIB_Edit
- remove the attribute required of the field
The error does not occur.
PHA
Nova Odessa / SP - Brazil
If I:
- remove the component
- inform the date
- change the component by TIB_Edit
- remove the attribute required of the field
The error does not occur.
PHA
Nova Odessa / SP - Brazil
----- Original Message -----
From: "mmenaz" <mmenaz@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, April 12, 2002 9:15 AM
Subject: [IBO] Re: Problems with TIB_Date component
> Are you sure that is a IB_Date problem? The code you are referring to is a
IB_Columns code, so IB_Date, since you don't enter any value on it, should
not be involved.
> Try to delete the IB_Date and try insert/post sequence again.
> And please, "It occurs a error"... what error?
> Thanks
> Marco Menardi
>
>
> --- In IBObjects@y..., "Paulo Henrique Albanez" <pha@n...> wrote:
> > It occurs a error in IBA_Column.INT unit when:
> >
> > - TIB_Date is empty
> > - the date field is required
> > - it call Insert and Post, without informing a value for the Date field
> >
> > Instead of show 'Field required' message, it occurs a error.
> >
> > function TIB_Column.GetFieldName: string;
> > begin
> > if FPXSQLVAR.aliasname_length <={!!} 0 then // =====> Here
> > Result := ''
> > else
> > begin
> >
> > IBO 4.2.Gc
> > Delphi 6 Pack 2
> > Windows 2000 Professional
> >
> > PHA
> > Nova Odessa / SP - Brazil
> >
> >
> > PHA
> > Nova Odessa / SP - Brazil
> >
> >
> >
> > [Non-text portions of this message have been removed]
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>