PRB: Lockscreen with Assert Dialog Causes Problems with Controls (168039)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
This article was previously published under Q168039 SYMPTOMS
When you run a form, clicking on a checkbox does not change its state. If
there are option buttons on the form, clicking the checkbox may change the
state of the option buttons. Clicking the checkbox may even select more
than one option button in the same option group. Clicking one of the option
buttons may change the state of the checkbox. In other words, the
checkboxes and option buttons are malfunctioning.
CAUSE
Several factors lead to this behavior. First, ASSERTS must be set ON and
the LockScreen property of the form changed to true (.T.) before an
expression that is ASSERTed evaluates to false (.F.). Next, Ignore or
Ignore All must be chosen in the message box displayed by the ASSERT
command. Finally, LockScreen must be changed back to false (.F.).
RESOLUTION
Do not use LockScreen when using the ASSERT command.
REFERENCES
Visual FoxPro Online Help
Modification Type: | Major | Last Reviewed: | 4/26/2001 |
---|
Keywords: | KB168039 |
---|
|