Subject | Re: Problems with TIB_Date component |
---|---|
Author | mmenaz |
Post date | 2002-04-12T12:15:25Z |
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
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]