ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Scrolling UIM Menu

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Scrolling UIM Menu

    I've been trying to code a scrolling UIM menu using examples I have found on the net. I keep getting this error and cannot figure it out. I've never coded this stuff before so if anyone can see what is wrong I would appreciate the help. The error is CPD5A4D - KEYL name referred to but not declared. I've attached my version of the code
    Thanks,
    JM
    Attached Files
    John M. Mauro
    Software Engineer
    nThrive

  • #2
    You have keyl (key ell) in the help parameter of the first KEYL tag.

    Code:
    :KEYL     NAME=menukeys
              HELP=keyl.
    You have key1 (key one) in the HELP tag.

    Code:
    :HELP     NAME=key1.

    Comment


    • #3
      THANK YOU Ted. I started at this for hours and could not see that. I owe one. Again Thanks !!!!!
      John M. Mauro
      Software Engineer
      nThrive

      Comment

      Working...
      X