2023-03-31, 13:06:10
(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.
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."
"The only frontiers are in your mind."