Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lockscreen makes mess on my form!
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01109786
Message ID:
01109988
Views:
35
Ali,

I do not understand what you mean by saying that "The reason I am using LOCKSCREEN is I do not want my memo text box scrolls to its beginning when the popup form shows up", I seem not able to reproduce the problem, my textbox does not scrols when I call a modal form from the click of a button, can you post a repro?

You might also try using LockWindowUpdate API function, I think it behaves better than LOCKSCREEN (of course, it might not solve your problem at hand <g>)
* In Load of the form
declare LockWindowUpdate in win32api Integer

* In your button's click

LockWindowUpdate(thisform.HWnd)
do form myModalPopupForm
LockWindowUpdate(0)
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform