Subject Re: [IBO] Test sub-release available
Author guido.klapperich@t-online.de
When I try to compile the test-release, I get an error in the
IBF_Query.pas(1499)
for ii := 0 to lbFldList.Count - 1 do

I think, it should look like
for ii := 0 to lbFldList.Items.Count - 1 do


Guido