Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lockscreen not locking...
Message
From
25/03/2008 16:28:53
 
 
To
25/03/2008 15:31:32
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01305395
Message ID:
01305456
Views:
6
>Hi All,
>
>Is there a way other than the LockScreen property to prevent changes to the form from being reflected immediately?
>_screen.lockscreen=.t. doesn't seem to work.
>
>Thanks,
>Luke

Locks entire window display.
ReallyLockScreen( _vfp.hwnd )      && Locked
* ... do something
ReallyLockScreen( 0 )              && Unlock 


PROCEDURE ReallyLockScreen
LPARAMETERS tlHWND
	DECLARE INTEGER LockWindowUpdate IN Win32API INTEGER nHandle
	*** And call the function
	LockWindowUpdate( tlHWND )

	RETURN
ENDPROC
Greg Reichert
Previous
Reply
Map
View

Click here to load this message in the networking platform