Search results

  1. PRAMOD-NAIR

    Question How to check whether Browse widge has value or not

    I have two browse Widget now i want to check whether particular browse has data or not before selecting all the fields. I am selecting all the rows on CHOOSE event of button SelectAll: IF BROWSE-5:NAME NE "" THEN BROWSE-5:SELECT-ALL(). ELSE IF BROWSE-6:NAME NE "" THEN...
  2. PRAMOD-NAIR

    How to get selected radioset on selection of another radioset

    Hello, I have two radiosets named raSet1 and raSet2 each have two radiobuttons. I want to get second button of raSet2 selected on selection of second button of raSet1's . My code : i have called selectproc in raset2's trigger following is the procedure IF RASET1:SCREEN-VALUE EQ "2" THEN...
Top