|
Thanks for all the ideas. Things sure are slow around
this list these days! Everyone must be having fun at the
conference!
Here's what I decided to do. Activates the Windows X
method of exiting and prevents an accidental exit but requires one extra mouse
click:
IF menupick = '[ESC]' THEN
DIALOG 'Are you sure you want to Exit?' vyesno venter NO + CAPTION 'Exit Database' at 10 30 IF vyesno = 'YES' THEN GOTO endapp ELSE CLE VAR vyesno, venter GOTO startapp ENDIF ENDIF Patrick
|
- [RBASE-L] - Re: Windows X-Close Icon Doesn't Work Patrick Murphy
- [RBASE-L] - Re: Windows X-Close Icon Doesn't Work Bernie Corrigan
- [RBASE-L] - Re: Windows X-Close Icon Doesn't Work DKauf22024
- [RBASE-L] - Re: Windows X-Close Icon Doesn't Work Patrick Murphy
- [RBASE-L] - Re: Windows X-Close Icon Doesn't Work Victor Timmons

