How to Update Other @ ... GET Fields While in a List BoxID: Q114863 2.50x 2.6x 3.00 | 2.00 2.5x 2.60 2.60a | 2.50b 2.50c 2.60a kbprg
The information in this article applies to:
SUMMARYThis article describes how to update fields in a screen while a user is scrolling through a list box that is based on a database field (a "prompt field" in the Screen Builder in FoxPro 2.x for Windows).
MORE INFORMATION
FoxPro 2.x for WindowsWhen a list box is set up as a prompt field in the Screen Builder or is based on a POPUP defined with PROMPT FIELD, scrolling through the list box also moves the record pointer in the database. In order for other @ ... GET fields on the screen to be updated as the record pointer is moved, insert the following code in the WHEN clause of the list box:
The WHEN clause is reexecuted as the user moves through the list box, which
allows this code to update those fields.
Visual FoxPro for WindowsIn a form, use the following code for the list box's WHEN clause:
Additional reference words: VFoxWin FoxMac FoxDos FoxWin 2.50 2.50a 2.50b
2.50c 2.60 2.60a 3.00 refresh show listbox
KBCategory: kbprg
KBSubcategory: FxtoolSbuilder
|
Last Reviewed: May 1, 1996 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |