|
|
| Gys Els 2005-04-20, 8:55 pm |
| i am new to power cobol.
can anybody tell me how to use the escape key
in power cobol
thank you
ghmcomputers@absamail.co.za
--
Gys Els
Vir GHM Computer Data Systems
082 4969398
012 5460428
| |
|
|
You cannot escape COBOL. It follows you around like a stray dog. You can
only hope to hide it in component abstractions.
JCE
"Gys Els" <ghmcomputers@absamail.co.za> wrote in message
news:zpqdnVgnyISLNfvfRVn-oA@is.co.za...
>i am new to power cobol.
> can anybody tell me how to use the escape key
> in power cobol
>
> thank you
> ghmcomputers@absamail.co.za
>
>
> --
> Gys Els
> Vir GHM Computer Data Systems
> 082 4969398
> 012 5460428
| |
| HeyBub 2005-04-21, 3:55 am |
| Gys Els wrote:
> i am new to power cobol.
> can anybody tell me how to use the escape key
> in power cobol
>
> thank you
> ghmcomputers@absamail.co.za
Sure. Use the KeyUp event to test each keystroke for POW-KEY-ESCAPE.
You can do this for each field or for the form as a whole (Edit Event
Procedure).
|
|
|
|