monica1
9th November 2004, 19:27
I have a session with tfacr200 like main table.
This session has a button to call text manager, but when I return to the text manager the field tfacr200.text has 0 and tfacp200.text has the number of the text.
My session is a copy of another one to tfacp200 like main table, but I change the main table in the new session.
In order to solve my problem I have written the following:
choice.text.manager:
before.choice:
tfacp200.text = tfacr200.text
after.choice:
tfacr200.text = tfacp200.text
Where can I change the field text asociated to the button?
This session has a button to call text manager, but when I return to the text manager the field tfacr200.text has 0 and tfacp200.text has the number of the text.
My session is a copy of another one to tfacp200 like main table, but I change the main table in the new session.
In order to solve my problem I have written the following:
choice.text.manager:
before.choice:
tfacp200.text = tfacr200.text
after.choice:
tfacr200.text = tfacp200.text
Where can I change the field text asociated to the button?