Subject | Re: [IBO] Test sub-release available |
---|---|
Author | guido.klapperich@t-online.de |
Post date | 2002-04-14T08:34:01Z |
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
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