Hello
With the following code:
DISPLAY files filetype
WITH FRAME showfile.
choose FIELD files WITH FRAME showfile.
filechose = frame-value.
The problem I am facing with this is when user presses F4 the program still accepts the value and proceeds with creating records in table.
how do i cancel the program from runnong when F4 is pressed?
Chenthil.
With the following code:
DISPLAY files filetype
WITH FRAME showfile.
choose FIELD files WITH FRAME showfile.
filechose = frame-value.
The problem I am facing with this is when user presses F4 the program still accepts the value and proceeds with creating records in table.
how do i cancel the program from runnong when F4 is pressed?
Chenthil.