I am trying to delete certain tabs in a screen. This works fine except for
the active tab on the screen. I have tried the statements
if Q[Page=xxx]
Enter "=TAByyyy" // change tab
Stop
endif
which I had previously used successfully for other transactions, but here it
doesn't work, since the GuiXT InputRecorder isn't recording any function code TAByyyy
when I change the tab manually. What could be the reason?
|