Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[VFP] Modal Window not displaying
#9
(2022-10-12, 22:35:42)echolis Wrote: This is the first I've come across this problem, which seems to be specific to this ActiveX control.
...
It's almost as if the ActiveX control is preventing the window from displaying.

Try to fix the ActiveX. Big Grin 

Code:
*========================================================================================
* HWND des ActiveX Controls aus dem Activate des Formulares heraus aufgerufen werden.
*========================================================================================
Function ActiveFix
LParameters tnHWND
    Declare Long GetParent in Win32API Long
    Declare Long EnableWindow in WIn32API Long, long
    EnableWindow( GetParent(m.tnHWND), 1 )
EndFunc

Code is courtesy of Christof W. (Foxpert)
Thanks in advance and best regards, Jochen

"The only frontiers are in your mind."
Reply


Messages In This Thread
[VFP] Modal Window not displaying - by echolis - 2022-10-12, 22:35:42
RE: [VFP] Modal Window not displaying - by wila - 2022-10-13, 12:43:49
RE: [VFP] Modal Window not displaying - by wila - 2022-10-17, 12:33:01
RE: [VFP] Modal Window not displaying - by wila - 2022-10-17, 12:46:28
RE: [VFP] Modal Window not displaying - by wila - 2022-10-31, 18:13:55
RE: [VFP] Modal Window not displaying - by jkirstaetter - 2023-03-31, 13:06:10
RE: [VFP] Modal Window not displaying - by wila - 2023-03-31, 14:46:48
RE: [VFP] Modal Window not displaying - by wila - 2023-04-18, 14:32:54

Forum Jump:


Users browsing this thread: 1 Guest(s)