Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX equivalent to LockScreen?
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00718086
Message ID:
00718087
Views:
21
>Is there an Active-X equivalent to the LockScreen property on a form?
>I am using DBI's ctMonth calendar and it takes time to fill it up.

Would this work?
	DECLARE INTEGER GetDesktopWindow IN WIN32API
	DECLARE INTEGER LockWindowUpdate IN WIN32API INTEGER lnHandle
	hWin = GetDeskTopWindow()
	LockWindowUpdate(hWin)
	*COMPILE 123.prg
	REPORT FORM x TO PRINT
	LockWindowUpdate(0)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform