I have an exe running a form in the screen window. It has a timer event that is waiting for activity. I want the closable 'X' button to stay enabled, so I put code in the Timer event, _screen.Closable = .t. This works as long as the focus is on the screen, but when I switch to another app and then back to VFP it is disabled again. I also tried putting the above code in the Activate of the form, to no avail. Does anyone know how to keep this button enabled, even when waiting for a timer event?
Sebastian
Sebastian