How to Know if a Control Is Disabled in a ListBox in VFP
Visual FoxPro is an older database product that helps programmers design database reports and applications. Visual FoxPro is similar to other Microsoft programming platforms, which uses controls and properties to set up the interface for the user. To verify if a control is disabled, you check the properties for the control in the Visual FoxPro designer. The property for disabling the "ListBox" control is "Enabled."
Instructions
-
-
1
Open the Visual FoxPro software from the "Visual Studio" menu group on your programming desktop and open the database project you want to edit. Double-click the form to open it in the designer.
-
2
Click the ListBox control you want to verify. The "Properties" list is shown on the right size of the window. You use these properties to set up the control's interface.
-
-
3
Locate the "Enabled" property. Ensure it says "False" in the property settings. If it is not false, select "False" from the drop-down. The default value for the enabled property is "True."
-
1