+ Reply to Thread
Results 1 to 4 of 4

Thread: CA vs CF Keys

  1. #1
    Guest.Visitor Guest

    Default CA vs CF Keys

    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

  2. #2
    Guest.Visitor Guest

    Default CA vs CF Keys

    Richard, The problem is (I'm assuming) the use of EXFMT to display your format. If you keep your HELP key definition and you use a loop like this instead: WRITE display format DOU HelpIndicator = *OFF READ display format IF HelpIndicator = *ON EXSR ShowHelp ENDIF ENDDO then your screen will not be overwritten and your changes will stay. EXFMT does a combined WRITE/READ, and the WRITE is killing any changes made to the screen. Hope this helps, Michael Polutta 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. Thanks, Richard Oshlag American Contract Bridge League Memphis TN E-Mail: roshlag@acbl.org

  3. #3
    Guest.Visitor Guest

    Default CA vs CF Keys

    On Thursday, July 23, 1998, 08:44 AM, Richard Oshlag wrote: Unfortunately this is a legacy application converted from a S/38 where the default was F1=Exit program. The system is too big to convert all the applications to SAA compliant (or our staff too small, take your pick). I chose to use F24 as "HELP" rather than the HELP key itself. Are you saying that the ALTHELP keyword would change the HELP key to a CF key? Thanks again, Richard Oshlag ================================================== ============================== ======= Help will still act as a CA key, BUT the use of the ALTHELP keyword makes life easier. If you wish to use F24 as your help key, simply type: ALTHELP(CA24) into the file area of your DDS. It is not necessary to do anything else at all at all. David Abramowitz

  4. #4
    Guest.Visitor Guest

    Default CA vs CF Keys

    On Thursday, July 23, 1998, 08:44 AM, Richard Oshlag wrote: Wish it were so...but the program does writes and reads to the display file. Yes, but can you put the loop in like I suggested, or have you already tried that, or is it not possible to modify?

+ Reply to Thread

Similar Threads

  1. PACKED KEYS
    By Guest.Visitor in forum RPG
    Replies: 4
    Last Post: 10-24-2002, 07:59 AM
  2. Shortcut Keys
    By Guest.Visitor in forum Dev Tools
    Replies: 1
    Last Post: 06-07-2002, 10:28 AM
  3. What are attention Keys ?
    By swadan in forum Application Software
    Replies: 2
    Last Post: 11-02-2000, 09:27 AM
  4. More than 24 cmd-keys
    By Guest.Visitor in forum Application Software
    Replies: 37
    Last Post: 06-06-2000, 08:00 AM
  5. Duplicate keys
    By T.Holt in forum Programming
    Replies: 2
    Last Post: 06-03-1998, 06:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts