Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I can show a VFP window/form without deactivate the curr
Message
From
06/05/2004 08:54:00
 
 
To
06/05/2004 06:43:36
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00900864
Message ID:
00901527
Views:
16

You can try something like this:
In Click Event:

thisform.Tag = 'popup'
DO FORM show_image
thisform.Tag = ''

and in LostFocus

IF thisform.Tag == 'popup'
NODEFAULT
RETURN
ENDIF


It does not work.

a) VFP execute all Click Code, and after start the activation sequence
( Tag is '' in Lostfocus)

b) If you set another flag, and into Lostfocus execute NODEFAULT,
VFP have a bug:

it stop the THISFORM deactivate procedure,
but it do the activate procedure into the other show_image
Previous
Reply
Map
View

Click here to load this message in the networking platform