DOCERR: "Refreshing One-to-Many Display" Help Topic Incomplete

Last reviewed: September 14, 1995
Article ID: Q136671
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.0

SUMMARY

The "Refreshing a One-To-Many Display Based on a List Value" Help file topic is incomplete. The directions given work correctly if the many display is a grid but cause sporadic behavior or errors if the many display is a list box.

MORE INFORMATION

If a list box is used for the child (many) display, upon making a selection from the parent (one), the list box will not reflect the child (many) records unless it gets the focus. To give the list box the focus, you need to click it with the mouse or press the TAB key to move to it.

Once the list box has received the initial focus, any subsequent parent selections cause the list box to display the appropriate child records.

If a "ThisForm.Refresh" is added to the parent object InterActive Change method, a "Record is Out of Range" error occurs after making a few parent object selections.

To have the child object behave correctly, the second list box must be requeried in order to properly display the new information.

In Step 5 of the Help topic, after the REQUERY command, add this line:

   ThisForm.{ListBox2 name}.Requery


Additional reference words: 3.00 VFoxWin
KBCategory: kbprg kbdocerr
KBSubcategory: FxprgGeneral


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: September 14, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.