Clearp problem

GCC Consulting gccconsulting at comcast.net
Tue Dec 12 11:51:34 PST 2006


Have a routine that does

::Popup foobar,"show"
::SHOW "@";CLEARP


Now this works fine except if someone presses the break key.

I testing with the debugger, Once the break key is pressed, the auto
processing table is executed.

The popup screen is not cleared.

So I declared global in auto isup(1,yesno)

And added to input - declare extern isup

::isup="Y"
::Popup foobar,"show"
::SHOW "@";CLEARP


In auto processing  added

:isup = "Y":CLEARP

When I check the value of isup prior to the BRKY, it is = to "Y".

However, in the auto processing table it is empty.  I reversed isup to
declare it global in input and extern in auto.
Same result.

Anyone know why?


Richard Kreiss 




More information about the Filepro-list mailing list