Code Comments
Programming Forum and web based access to our favorite programming groups.can anybody please give me a example of how to use the POW-ESCAPE-KEY in a program. -- Gys Els Vir GHM Computer Data Systems 082 4969398 012 5460428 ghmcomputers@absamail.co.za
Post Follow-up to this messageGys Els wrote: > can anybody please give me a example of how to use the POW-ESCAPE-KEY > in a program. In the KeyUp, KeyDown, or KeyPress event, code: IF POW-KEYCODE = POW-KEY-ESCAPE (do something). BUT - PowerCOBOL traps for the ESC key during debugging and interrupts execution.* Your application will still see the escape key, but execution stops and you have to mash [F5] to continue executing. --------- *Why, oh why, they didn't use the "ScrollLock" key to control the debugging process is a mystery.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.