ActiveX Control No Visible After Form INIT
Hi
I have an ActiveX form on my form and despite my best attempts I cannot get
the thing to display when I launch my form.
The only way to 'fudge' the situation is to make it tab order 1 and force a
'TAB' character into the keyboard buffer.
That's fine whilst it's the first control on the form but that's not always
the case.
I've seen this behaviour before with other ActiveX controls so it's not just
confined to this one.
I've tried:
_VFP.AutoYield = .f. (program startup & form init)
DOEVENTS
ThisForm.Paint
ThisForm.Refresh
Have also tried the refresh(), redraw() events of the control but nothing
works unless UNTIL the control gets the focus.
Just wondered if anyone else had seen similar behaviour?
.
Relevant Pages
- Re: ActiveX Control No Visible After Form INIT
... Problem with setting focus to a control during or before the form init is ... maybe you can set the focus to it, then to your normal first control. ... I have an ActiveX form on my form and despite my best attempts I cannot ... The only way to 'fudge' the situation is to make it tab order 1 and force ... (microsoft.public.fox.programmer.exchange) - Re: ActiveX Control No Visible After Form INIT
... Sorry Andy, I thought I had done an app with that control, but I just can't ... maybe you can set the focus to it, then to your normal first control. ... I have an ActiveX form on my form and despite my best attempts I cannot ... The only way to 'fudge' the situation is to make it tab order 1 and ... (microsoft.public.fox.programmer.exchange) - Venus Express team in launch countdown (Forwarded)
... The excitement at ESOC and particularly in the Main Control Room is palpable as launch preparations get under way. ... overseeing the 'B' section of the MCT conduct a series of live pre-flight checks, which included confirming main and alternative data communications with the initial ground control stations for Venus Express, located in Australia, California and Kourou, French Guiana. ... (sci.astro) - Re: Is there any way to start (and later quit) an EXE file.
... the QuitApp subroutine so that it will terminate any process named "VNC.exe" ... Is there also a way to avoid the first macro trying to load the EXE a ... regain complete control of XP and lose barcode scanner control. ... You can use the Shell function to launch an executable file but you ... (microsoft.public.excel.misc) - Re: Is there any way to start (and later quit) an EXE file.
... Since I didn't have VNC.exe to test on, the subroutine ... regain complete control of XP and lose barcode scanner control. ... You can use the Shell function to launch an executable file but you don't ... (microsoft.public.excel.misc) |
|