Hi Guys,
We are using QAD.Net 2011 SE . We have written some wrapper programs which are working fine in CHUI. However, it is creating some issues where we have used "Overlay frames". Basically they are not coming out even we press "Back" button.
For e.g to detect the delete button press below code is used.
ON GO, TAB, ENTER, back-tab, ctrl-u, ctrl-e, RETURN, CURSOR-UP, CURSOR-DOWN, cursor-right, cursor-left ANYWHERE DO: /*jbc170713*/
IF FRAME-FIELD = "del-yn" THEN DO:
IF STRING(FRAME-VALUE) = "YES" THEN DO:
end.
end.
end.
My question is "is there any way to detect the "Back" button press in QAD.Net 2011 SE ?
Please let me know . Thanks in advance !
We are using QAD.Net 2011 SE . We have written some wrapper programs which are working fine in CHUI. However, it is creating some issues where we have used "Overlay frames". Basically they are not coming out even we press "Back" button.
For e.g to detect the delete button press below code is used.
ON GO, TAB, ENTER, back-tab, ctrl-u, ctrl-e, RETURN, CURSOR-UP, CURSOR-DOWN, cursor-right, cursor-left ANYWHERE DO: /*jbc170713*/
IF FRAME-FIELD = "del-yn" THEN DO:
IF STRING(FRAME-VALUE) = "YES" THEN DO:
end.
end.
end.
My question is "is there any way to detect the "Back" button press in QAD.Net 2011 SE ?
Please let me know . Thanks in advance !