How to Use the MoverLists Object Class with a Table FieldID: Q135610 The information in this article applies to:
SUMMARYVisual FoxPro ships with a MoverLists object in the Samples.vcx class library. The MoverLists object is used in the Controls sample application. You can use it to display information from a table field.
MORE INFORMATION
Step-by-Step ExampleTo use the MoverLists object to display information from a table field, follow these steps: 1. Create a new form. On the File menu, click New, and select Form from the 2. On the Form Control toolbar, click the View Classes button, and select
3. Add the MoverLists class to the form. Make sure the name of the Add
4. In the Init event procedure for the form, add this code:
5. Add the customer table to the form's data enviornment by clicking the
6. Save the form and run it.
Additional reference words: 3.00 VFoxWin KBCategory: kbprg kbcode KBSubcategory: FxprgGeneral |
Last Reviewed: August 24, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |