How to View Memo Fields as Edit Boxes in a Grid

Last reviewed: April 30, 1996
Article ID: Q127880
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.0

SUMMARY

This article shows by example how to add a control to a grid. An edit box is added to a Grid to see the content of a memo field as the data is browsed.

MORE INFORMATION

Step-by-Step Example

  1. Create a new form. Click the right mouse button.

  2. Open the Data Environment, and add a table with a memo field to the Data Environment. For example, add the EMPLOYEE table located in the SAMPLES\DATA directory.

  3. Drag the table from the Data Environment to the form to create a Grid.

  4. Select the Grid object. Then in the property sheet, set the ColumnCount to 2.

  5. Select Column2 from the object drop-down in the Property Sheet.

  6. While Column2 is still selected, select the Edit Box control from the Form Controls toolbar. Then click any row in the second column of the grid. The edit box is added to the second column.

  7. Modify the following properties of the Column2 object:

        - Sparse: set the Sparse property to .F.
        - CurrentControl: select Edit1 from the drop-down.
        - ControlSource: select the Notes memo field.
    

  8. Resize the height of the Grid rows to see more than one line of information.

  9. Save and run the form.

Steps to Interactively Delete a Control from the Grid

  1. From the Object drop-down in the Property Sheet, select the control you want to delete.

  2. Click the title bar of the form.

  3. Press the DELETE key.


Additional reference words: 3.00 VFoxWin browse
KBCategory: kbprg
KBSubcategory: FxprgGrid


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.