The default=... option of the checkbox command is
not executed if the screen id doesn't change, which is the case if the user
enters /nIW21. I suggest you remove the default= option and set the defaults
with your own coding, based on the system variable V[_transactionid]. The
V[_transactionid] variable changes with each /nIW21:
if not V[iw21_transactionid=&V[_transactionid]]
Set V[[iw21_transactionid] "&V[_transactionid]"
Set V[checkbox1] "X"Set V[checkbox2] ""
endif
Checkbox ... name="checkbox1"
Checkbox ... name="checkbox2" |
|