PRB: UpClick and DownClick Events Do Not Work for a List Box

ID: Q138968

3.00 WINDOWS kbprg kbprb

The information in this article applies to:

  • Microsoft Visual FoxPro for Windows, version 3.0

SYMPTOMS

According to the Visual FoxPro documentation and online Help, the UpClick and DownClick events work with the ComboBox, ListBox, and Spinner objects. However, the UpClick and DownClick events do not work for ListBox.

STATUS

Microsoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Behavior

1. Create a new form, and place a list box and a combo box on the form.

2. Populate the list box and combo box with an array.

3. In the UpClick events of both the list box and combo box, place the

   following line:

      WAIT WINDOW "UpClick"

4. In the DownClick events of both the list box and the combo box, place
   the following line:

      WAIT WINDOW "DownClick"

5. Save and run the form.

NOTE: The Wait windows do not appear on the screen when you click the up and down pointers on the list box scroll bar or on a combo box scroll bar.

Additional reference words: 3.00 VFoxWin KBCategory: kbprg kbprb KBSubcategory: FxprgGeneral

Keywords          : FxprgGeneral 
Version           : 3.00
Platform          : WINDOWS


Last Reviewed: December 15, 1995
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.