On Tuesday, July 21, 1998, 12:59 PM, Richard Oshlag wrote: I'd like to enable the HELP key on an application. Unfortunately, the HELP key seems to operate as a "CA" key rather than a "CF" key. The problem with this is, of course, that the data entered on the screen before the HELP key is pressed is not updated. Is there a keyword(s) in DDS which will help? For now I've fudged by substituting F24 and made it a "CF" key. But it would be so nice to be able to use HELP instead. ================================================== ============================== ===== You might try using the ALTHELP keyword in your DDS. This will automagically use F1 as the help key. If you prefer, you can specify another key for help rather than F1. No programming is involved. David Abramowitz

Reply With Quote