How to Disable Combo and List Boxes in Wizard-Generated FormsID: Q138560 3.00 WINDOWS kbtool kbhowto The information in this article applies to:
SUMMARYWhen the Form Wizard builds a form, it creates the form so that when the form runs, the objects that hold data are disabled. Clicking the Edit button enables the objects and allows editing of the information. However, if controls other than check boxes, text boxes, or OLE-bound controls are added to the form, they are enabled, not disabled, when the form is run. This article shows you how to disable controls such as combo boxes and list boxes so that they are disabled when the form runs and enabled when the Edit button is clicked. The code that controls which objects are disabled or enabled is located in the Wizstyle.vcx form. The combo and list boxes were not included in that code, but you can modify the code to include the combo and list boxes.
MORE INFORMATION
Step-by-Step Procedure1. On the File menu, click Open, and change Files of Type to Visual Class 2. Double-click any button. In the Object box, select TXTBTNS. In the
3. Note that CheckBox, TextBox, and OleBoundControl are the only objects
4. Save the changes, and create or open a wizard-generated form. Add a
By changing the code in the TXTBTNS class, this change will also effect the
way the picture buttons in PICBTNS behave on the combo and list boxes.
Additional reference words: 3.00 VFoxWin KBCategory: kbtool kbhowto KBSubcategory: FxtoolWizscreen
|
Last Reviewed: January 25, 1996 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |