Hi,
How do you make something happen when pushing a button in dialog programming.
I have a button on my screen, and the following code.
However, when debugging, fcode isn't being filled with the Button name.
CASE FCODE.
WHEN 'BENT'.
PERFORM GET_LAST_UPDATE.
Endcase
Please help,
Thanks,
John