Following on from question 176, What if we want to do the same for a GuiXT created field?

In this case things get a little complicated, since the "NoInput" statement cannot be applied to your own InputFields.

You can do the following:

- use an InputField with the -readonly option

- let the search help fill the V[...] variable for this field

- refresh the screen with the option searchhelpprocess="return.txt" to display the new value. Here "return.txt" is an InputScript that contains the Return statement only.

Example:

InputField (10,1) "Language" (10,30) size=2 name="xlanguage"

searchhelp="H_T002" shname1="SPRAS" shdest1=V[xlanguage]

searchhelpprocess="return.txt" -readonly