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 06:43:36
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
04/05/2004 14:21:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00900864
Message ID:
00901495
Views:
15
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
>I have a banal problem, but the solution is not banal.
>
>I want only show a graphic ( with a BMP picture ) VFP form with the Click event:
>
>- DEFINE WINDOW
>or
>- a DO SCX form
>or
>- a CREATEOBJECT... VCX form
>
>
>without fire the LostFocus of the current control!
>
>If i can : -> thanks a lot
>If i cannot : -> Why ?
>
>Notes:
>- I cannot use a Toolbar because i want a float window without the titlebar and margin.
>
>- I cannot use a POPUP ( window ) with ON SELECTION like Click event
>because with IN WINDOW clause a VFP bug not fire the ON SELECTION directive.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform