PRB: Private DataSession Loses ASCENDING | DESCENDING OrderLast reviewed: March 20, 1997Article ID: Q165410 |
The information in this article applies to:
SYMPTOMSWhen opening the same tables in two separate private data sessions with the same index tag in both, the setting of ASCENDING or DESCENDING is not scoped to the data session. If in one data session you open a table and set the order to ascending and then start another data session and open the table and set the order to descending, the descending order is also applied to the first data session. This is an issue only when both forms are running in the same session of Visual FoxPro or a Visual FoxPro Runtime.
RESOLUTIONIn the Activate Event of the form, issue the SET ORDER TO command. For example:
SET ORDER TO <tag name> ASCENDING STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
|
Keywords : FxprgTable vfoxwin kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |