Subject | Problems with TIB_Date component |
---|---|
Author | Paulo Henrique Albanez |
Post date | 2002-04-10T14:12:40Z |
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
- 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