BUG: Form Wizard Doesn't Limit Grid Contents to Related RecordLast reviewed: April 24, 1997Article ID: Q163787 |
The information in this article applies to:
SYMPTOMSIf you use the One to Many Form Wizard from a remote view, the grid created by the Wizard does not limit the contents to the related records.
RESOLUTIONTo work around the problem, add the following line of code, as indicated, to the txtbtns.NavRefresh() method in the Visual FoxPro \WIZARDS\WIZSTYLE.VCX:
CASE THIS.ViewType = 1 &&local views SET FILTER TO &cFiltExpr CASE THIS.ViewType = 2 &&remote views SET FILTER TO &cFiltExpr && Add this line to the method ENDCASE STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
|
Keywords : buglist3.00 buglist3.00b buglist5.00 FxtoolFormdes kbtool vfoxwin vfpbug5.0a kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |