+ Reply to Thread
Results 1 to 3 of 3

Thread: F5 in code edit

  1. #1
    Guest.Visitor Guest

    Default F5 in code edit

    Is it possible (like on the AS/400) that pressing the F5 key , all 'CC' or 'MM' commands go away ?

  2. #2

    Default F5 in code edit

    Hi Sergio, Technically F5 should work, but it looks like there is a bug :-) I will open an APAR shortly to track the problem. Here is a circumvention that I cooked up. 1) you will need to create a macro called CLEAN.LX (which will clean up the prefix area) in your user macro directory. Here is the content of the macro: /* clear prefix area */ 'EXTRACT LINENUMBER' 'EXTRACT POSITION' 'TOP' 'EXTRACT LINES' into numLines i=0; do while (i

  3. #3

    Default F5 in code edit

    Oops, I noticed that I said to call the macro CLEAN.LX, but it should be CLEAR.LX since I also said to include the following line in profile.LX: 'SET ACTION.F5 ;MACRO SEUCMD RESTORE;MSG ;MACRO CLEAR' Sorry! Violaine Batthish CODE Project Lead Toronto Lab, IBM Canada

+ Reply to Thread

Similar Threads

  1. SQL equivalent to edit code Z
    By Guest.Visitor in forum SQL
    Replies: 1
    Last Post: 08-03-2005, 11:29 AM
  2. CODE edit question
    By Guest.Visitor in forum Dev Tools
    Replies: 1
    Last Post: 09-04-2002, 05:53 AM
  3. F5 in edit code
    By Guest.Visitor in forum Dev Tools
    Replies: 3
    Last Post: 05-24-2002, 03:40 AM
  4. Numeric Edit Code
    By Guest.Visitor in forum Application Software
    Replies: 4
    Last Post: 12-22-2000, 09:47 AM
  5. Error when debugging from CODE edit
    By Guest.Visitor in forum Programming
    Replies: 0
    Last Post: 07-03-2000, 06:25 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