Subject | change the TIB_Query.FieldsIndex at runtime |
---|---|
Author | bwpvil |
Post date | 2006-12-07T10:24:54Z |
Hi.
I try to change TIB_Query.FieldsIndex at runtime without any luck
I've tried the following methods
TIB_Query.FieldsIndex.add()
TIB_Query.FieldsIndex.Commatext:=
TIB_Query.FieldsIndex.move(x,y).
Is there another method that I must call?
Just a point in the right direction will be must appreciated.
I try to change TIB_Query.FieldsIndex at runtime without any luck
I've tried the following methods
TIB_Query.FieldsIndex.add()
TIB_Query.FieldsIndex.Commatext:=
TIB_Query.FieldsIndex.move(x,y).
Is there another method that I must call?
Just a point in the right direction will be must appreciated.