FIX: Form Wizard Doesn't Limit Grid Contents to Related Record (163787)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Data Access Components 2.5
This article was previously published under Q163787 SYMPTOMS
If 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.
RESOLUTION
To 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
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This has been corrected in Visual FoxPro
6.0.
Modification Type: | Minor | Last Reviewed: | 2/24/2005 |
---|
Keywords: | kbBug kbfix KB163787 |
---|
|