Subject change the TIB_Query.FieldsIndex at runtime
Author bwpvil
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.