Subject | may be bug on ibo_4_3A about ibodataset.pas |
---|---|
Author | Kadee |
Post date | 2003-11-14T02:07:23Z |
Hi Dear,
I download the newest version -- ibo_4_3A
after I rebuild my app,I get the error msg
'EAssertionFailed - IBDatasetFields.InitFields tmpField.FieldName:
legno <> tmpCol.BDEFieldName: LEGNO (D:\vclD5
\IBO_4_3a\IBODataset.pas, line 2862)'
so I goto the source code of ibodataset.pas ,
line 2813,
the init code as follow:
if tmpField.FieldName = tmpCol.BDEFieldName then
then I change to as:
if UpperCase(tmpField.FieldName) = UpperCase
(tmpCol.BDEFieldName) then
after that the error msg disappear.
Am I do the right thng?
Please forget my english.
Best Regards,
Kadee Aon
I download the newest version -- ibo_4_3A
after I rebuild my app,I get the error msg
'EAssertionFailed - IBDatasetFields.InitFields tmpField.FieldName:
legno <> tmpCol.BDEFieldName: LEGNO (D:\vclD5
\IBO_4_3a\IBODataset.pas, line 2862)'
so I goto the source code of ibodataset.pas ,
line 2813,
the init code as follow:
if tmpField.FieldName = tmpCol.BDEFieldName then
then I change to as:
if UpperCase(tmpField.FieldName) = UpperCase
(tmpCol.BDEFieldName) then
after that the error msg disappear.
Am I do the right thng?
Please forget my english.
Best Regards,
Kadee Aon