SAS/AF EnterValue Frame

This V8 frame can be used from within a SAS/AF program by adding this statement:
call display ('common.dialog.entervalue.frame', ...);
The frame entry arguments (all are optional) are as follows:
inout_Value $ %* default value for input field; out_rc 8 %* return code, -1 if dialog was cancelled ; in_Title $ %* dialog window title ; in_Prompt $ %* dialog window prompt above input field; in_OKText $ %* OK button label ; in_CancelText $ %* Cancel button label ; in_MaskChar $ %* Mask character to use to hide what is typed in;
Installation
This frame is designed to be installed as common.dialog.entervalue.frame
Copyright 2000 Richard A. DeVenezia This page was last updated 13 December 2001.