Subject | New IBO subrelease and RB |
---|---|
Author | Luiz Alves |
Post date | 2002-01-20T14:09:35Z |
When compiling IBOPipeline ro RBuilder with IBO4.F.p, I am getting an error
in:
end else if (FWorkingColumn is TIB_ColumnComp) then begin //error
//TODO// Comp 64bit datatype is not supported by ReportBuilder
//### Result := dt????; ###
Result := dtString; //<=-not supported yet, so use dtString ###
//###
and in
end else if (FWorkingColumn is TIB_ColumnCurr) then begin
Result := dtCurrency;
end;
TIB_ColumnComp and TIB_ColumnCurr no more exists. Which type should I use
instead of?
Thanks,
Luiz.
in:
end else if (FWorkingColumn is TIB_ColumnComp) then begin //error
//TODO// Comp 64bit datatype is not supported by ReportBuilder
//### Result := dt????; ###
Result := dtString; //<=-not supported yet, so use dtString ###
//###
and in
end else if (FWorkingColumn is TIB_ColumnCurr) then begin
Result := dtCurrency;
end;
TIB_ColumnComp and TIB_ColumnCurr no more exists. Which type should I use
instead of?
Thanks,
Luiz.