Foxpro return focus to previous active program
By jasperdg on Sep 2, 2008 | In Programmeren
Update: This doesn't work. Only on my development system with VFP 9.0 running ![]()
Today I created a popup screen to identify the calling party to our staff. Downside was that their work on hand was interupted because the popup captured the focus.
Searching the web, I could not find any answers fast. Suddenly I remembered a trick I've used before:
In the Form Init we place the Form on top, then backwards like so:
This.AlwaysOnTop = .t.
This.AlwaysOnTop = .f.
Tried typing text, and typing wasn't interrupted when popup showed. Problem solved.
| « Zoek kleine auto | Tuinieren en Tuinkalender » |
