Subject Problems with TIB_Date component
Author Paulo Henrique Albanez
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]