NAME
srefresh - refresh the screenSYNOPSIS
srefresh ()DESCRIPTION
Srefresh refreshes the screen in the same way as pressing the REFRESH key. If your user edit routine has overwritten the screen with its own information, you can call srefresh before returning to form to redisplay the form.SEE ALSO
form(C-3) Chapter 3, Form Programming GuideNOTES
Srefresh is only available in user edit routines.