Recent content by drschank

  1. D

    Enable/Disable problem with array toggle

    I have some toggles defined using an array: DEFINE VARIABLE tog-Add AS LOGICAL EXTENT 12 INITIAL NO VIEW-AS TOGGLE-BOX SIZE 6.86 BY .83 NO-UNDO. I would like to enable or disable a specific toggle within the array using a variable. I can do the following and it works fine: ENABLE...
Back
Top