Faizul Hasan
New Member
hi I'm ver much new to progress.
can anyone tell me how to capture user inputs from fill-in ?
can anyone tell me how to capture user inputs from fill-in ?
DO WITH FRAME yourFrameName:
ASSIGN yourFillIn:SCREEN-VALUE = '"".
END.
DO WITH FRAME yourFrameName:
ASSIGN yourFillIn = "".
DISPLAY yourFillIn.
END.