VirtualTable and change indexfieldnames problem
Posted: Wed 14 Oct 2015 09:56
Hello,
I have this problem: when I change a value of indexFieldNames of a VirtualTable, that was different at design time, an error occured that say that the field was not found, but it is the same of prior setting in different order, for example:
VirtualTable.IndexFieldNames := 'ANCFOR;ANCDATA'
at design time
After the user change the order, I setting
VirtualTable.IndexFieldNames := 'ANCDATA;ANCFOR'
and at this time, I see the error 'Field ANCDATA not found'
How can I do for change the IndexFieldNames?
Thanks in advance.
Giovanna Cellitti.
I have this problem: when I change a value of indexFieldNames of a VirtualTable, that was different at design time, an error occured that say that the field was not found, but it is the same of prior setting in different order, for example:
VirtualTable.IndexFieldNames := 'ANCFOR;ANCDATA'
at design time
After the user change the order, I setting
VirtualTable.IndexFieldNames := 'ANCDATA;ANCFOR'
and at this time, I see the error 'Field ANCDATA not found'
How can I do for change the IndexFieldNames?
Thanks in advance.
Giovanna Cellitti.