indian_sumesh
27th September 2011, 10:43
Hi,

I wants to change the Text field sequence depending on some parameter as
Yes/ no at runtime...so that after pressing T- button the fields can be display as per the new seqence.

The sequence is present in Maintain session form1 - Text button

Thanks & regards
Umesh

JaapJD
27th September 2011, 11:11
Changing the order of the text fields is not possible. But you can overrule the text.manager choice. In before.choice of choice.text.manager you can start some other subsession in which you list the text fields in the order you want (with the create.object functions), depending on that parameter. For the chosen text, you start the text.edit() function yourself.