Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clistobjeditform
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00717465
Message ID:
00719278
Views:
13
Hi Kevin,

I've checked my codes and I am not setting the LockScreen property before calling my clistobjeditform. So what I did was set this property to false explicity before calling the form. But weird thing happened. When I call my clistobjeditform from a cmdbutton.click() event, in debug mode, I can see that Lockscreen is set to false and my clistobjeditform can be moved without traces. Then, using the same code in that cmdbutton.click(), I am displaying my clistobjeditform from a dblclick() in a gridtextbox in my gridlist. In debug mode, even though I am setting Lockscreen property to false before displaying the form, it is still true. What makes it more confusing is that when I set a breakpoint in Thisform.Lockscreen = .F., the line gets executed and the property is false. But when I removed the breakpoint, Lockscreen is true again before calling the form.

How is Lockscreen property affected by cmdbutton.click() or gridtextbox.dblclick()?

Thanks a lot for any help that you can give.

Nerissa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform