How to Delete a Control from a Column in a Grid

ID: Q139347

3.00 WINDOWS kbtool kbhowto

The information in this article applies to:

  • Microsoft Visual FoxPro for Windows, version 3.0

SUMMARY

This article describes how to delete a control from a column in a grid.

MORE INFORMATION

Step-by-Step Procedure

The default control in a grid column is a text box. If you drop a control on a grid column, both controls exist in the grid column. The following steps show how to delete the text box:

1. Create a new form.

2. Place a grid on the form.

3. Set the grid's ColumnCount to 2. (The columns will display.)

4. Right-click the grid, and then click Edit.

5. Click the check box button on the Forms Controls toolbar.

6. Click column 1 of the grid to drop the check box in that grid column.

7. Click the down arrow on the Object list box of the Properties Sheet, and

  note there are two controls (Text1 and Check1) under Column1.

8. To delete Text1, select Text1 from the list. Then click the Form
   Designer's title bar to make it active, and press the DELETE key.

Additional reference words: 3.00 VFoxWin KBCategory: kbtool kbhowto KBSubcategory: FxtoolFormdes
Keywords          : FxtoolFormdes 
Version           : 3.00
Platform          : WINDOWS


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