If your InputScript ends with "Message" ... "Leave", no
"Enter" is performed since the GuiXT script is not processed after
processing of the "Screen" block, and this is why your "On"
statement is missing.
Solution 1:
Add the statement
on "/11" Fcode="/00" "Process=taxcode.txt"
in your InputScript, before the "Leave" statement
Solution 2:
Add a suitable "Enter" statement before the "Leave"
statement.
I
prefer solution 2: If you add more statements in the GuiXT script in the future,
you would need to add these statements in the InputScript as well, with solution
1.
|