FIX: ACTIVATE POPUP...REST Does Not Work Correctly

Last reviewed: September 22, 1997
Article ID: Q100435
2.50 MS-DOS kbprg kbfixlist kbbuglist

The information in this article applies to:

  • Microsoft FoxPro for MS-DOS, version 2.5

SYMPTOMS

The ACTIVATE POPUP <popupname> REST command does not correctly position the record pointer in the 16-bit product (Standard version) when an index file is active.

Example

  USE customer       && Create an index on company.
  SET ORDER TO 1
  DEFINE POPUP test FROM 2,3 TO 10,15 PROMPT FIELD COMPANY
  GOTO 50
  ACTIVATE POPUP test REST
  DEACTIVATE POPUP test

In the 16-bit product, the record pointer will be positioned on the first record--it should be positioned on record number 50. In the 32-bit product (Extended version), the record pointer is positioned correctly.

RESOLUTION

Do not use an index file. To correct the problems with the example above, use SET ORDER TO 0 or use FoxProX.

Microsoft has confirmed this to be a problem in FoxPro version 2.5 for MS-DOS. This problem was corrected in FoxPro version 2.5a for MS-DOS.


Additional reference words: FoxDos 2.50 buglist2.50 fixlist2.50a
KBCategory: kbprg kbfixlist kbbuglist
KBSubcategory:
Solution Type : kbfix


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 22, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.