How to create radio button in AS400 using DSPF record file and AS400

139 Views Asked by At
0001.90      A                                 13  3'Warehouse . . . . . .'  
0002.00      A            WAREHOUSE      2Y 0B 14  9SNGCHCFLD                
0002.10      A                                      CHOICE(1 '>W1')          
0002.20      A                                      CHOICE(2 '>W2') 

This is my Source code. this does not display the output as a radio button. expected output screen like enter image description here. This code gives the output asenter image description here. how to display the radio button using fixed format RPGLR and DSPF at RECORD type

Expected output Screen enter image description here

1

There are 1 best solutions below

5
Charles On

First off, when you compile the DSPF using CRTDSPF, make sure you specify ENHDSP(*YES)

Second, what 5250 client are you using? If not IBM's then contact your vendor to see if the client supports the 5250 GUI elements.

Remember 5250 is not a "dumb" terminal protocol. The client does a considerable amount of processing.