Search results

  1. PRAMOD-NAIR

    Question How to check whether Browse widge has value or not

    Thanks a lot Osborne. Its working.
  2. 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...
  3. PRAMOD-NAIR

    How to get selected radioset on selection of another radioset

    Thanks a Lot. Its working
  4. PRAMOD-NAIR

    How to get selected radioset on selection of another radioset

    Thanks all for your valuable help and Special Thanks to Cringer. It's working.
  5. PRAMOD-NAIR

    How to get selected radioset on selection of another radioset

    I was trying to upload a snapshot of the radiosets definition on this forum.
  6. PRAMOD-NAIR

    How to get selected radioset on selection of another radioset

    I'm a newbie i'm learning the things please help me in this regard.
  7. PRAMOD-NAIR

    How to get selected radioset on selection of another radioset

    There is no error. The problem is that i want to radiobutton selected on select of another radio button. i can give you the details I have two radio sets name raSet1 and raSet2 each having Two radiobuttons Now what i want is when i select raSet1's First button the first button of raSet2 will...
  8. PRAMOD-NAIR

    How to get selected radioset on selection of another radioset

    I can't be able to upload a file showing uploading error.
  9. PRAMOD-NAIR

    How to get selected radioset on selection of another radioset

    IF raSET-1:SCREEN-VALUE EQ "2" THEN ASSIGN raSET-2:SCREEN-VALUE = "2".
  10. PRAMOD-NAIR

    How to get selected radioset on selection of another radioset

    Yes i am calling it in Value Change of Raset1 but doesn't work. You said "Using RASETn Values ..." i'm not getting the point. Please help me! Thanks @ezequiel for your kind reply
  11. 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