I'm trying opened an egl part using F3 and nothing happens.
DAC10W1_IO_RECORD.CD_DEPTO = DEPARTMENT.CD_DEPTO;
The cursor is positioned under variable field CD_DEPTO not opened when press F3.
If cursor is positioned under record part DAC10W1_IO_RECORD opened when press F3.
try
get DEPARTMENT
with ...
end
The cursor is positioned under record part DEPARTMENT not opened when press F3
converse APP01M2 ;
The cursor is positioned under textform part APP01M2 not opened when press F3
Hsieh