BUG: ActiveX Controls Are Disabled (259371)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 5.0
  • Microsoft Visual FoxPro for Windows 5.0a
  • Microsoft Visual FoxPro for Windows 6.0

This article was previously published under Q259371

SYMPTOMS

An ActiveX control cannot be manipulated visually if the form containing the control has scrollbars and is part of a modal formset.

RESOLUTION

There are two known workarounds:
  • Set the WindowStyle property of the formset to 0 (modeless.)

  • Set the ScrollBars property of the form to 0 (none).

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a form. From the Form menu in the Form Designer, use the Create Form Set option to create a FormSet for the form.
  2. Set the WindowType property of the formset to "1 - Modal."
  3. Add an ActiveX control such as the MS Date and Time Picker or the Calendar control to the form.
  4. Set the ScrollBar property of the form to one of the following:
    • "1-Horizontal"
    • "2-Vertical"
    • "3-Both"

  5. Run the form and click on the ScrollBar property of the ActiveX control. Note that the control behaves as if it is disabled. The click of the control does not fire and nothing can be selected in the control.

Modification Type:MajorLast Reviewed:10/16/2002
Keywords:kbBug kbCtrl kbDSupport KB259371