Consultor Eletrônico



Kbase P150115: .NET Form calls modal dialog, user can get focus back on Form by clicking icon in Windows Task Bar
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   05/01/2010
Status: Unverified

SYMPTOM(s):

.NET Form calls modal dialog

User clicks on .NET Form icon in Windows Task Bar

User then presses F4 key (equates to selecting Exit from the File menu)

.NET Form responds to the F4 key and executes the code attached to the event (in this case the code does a QUIT)

It should not be possible for a Form that a modal dialog is called from to be able to get keyboard focus

FACT(s) (Environment):

OpenEdge 10.2A
Windows

CAUSE:

Bug# OE00188194

CAUSE:

.NET forms do not work well with the existing OpenEdge behavior of grouping all windows together so that bringing one window to the foreground brings all windows to the foreground

FIX:

Upgrade to OpenEdge 10.2B or later and use the -nozgrouping startup parameter