Automatic screen refresh: I have a user who runs a report (VC05) on a separate PC in his office and wants the report to refresh itself automatically every 5 minutes. Is there any way I can get GuiXT to do this?

Please use

Enter "/NVC05" process="myvc05script.txt" wait=60000   -visible

in your GuiXT script. The value 60000 (1 minute) is currently the maximum value. In your InputScript "myvc05scripttxt" you set the right VC05- parameters and press F8 to redisplay the screen. In order to allow the user to stop the loop you can use

Image (toolbar) "stop.gif" input="ok:/N" with a suitable icon "stop.gif".