FIX: FFCs - Set Filter Dialog Does Not Show Current Filters
ID: Q221655
|
The information in this article applies to:
-
Microsoft Visual FoxPro for Windows, version 6.0
SYMPTOMS
The Set Filter dialog in the _filterexpr class of _table.vcx class library does not show current filters. The filters information gets erased when the Set Filter dialog is closed or released.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
This bug was corrected in Visual Studio 6.0 Service Pack 3.
For more information about Visual Studio service packs, please see the following articles in the Microsoft Knowledge Base:
Q194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why
Q194295 HOWTO: Tell That Visual Studio 6.0 Service Packs Are Installed
MORE INFORMATIONSteps to Reproduce Behavior
- Create a form.
- Add the customer table to the data environment of the form.
- Add a command button to the form.
- Change the command button caption to Filter.
- In the Click event of the command button, place the following code:
ox=NEWOBJECT("_filterexpr","c:\program files\Microsoft Visual Studio\VFP98\ffc\_table.vcx")
ox.Show
- If the path to the Class library is different from what is listed here, you need to change it to the appropriate path.
- Save and run the form.
- Click on the command button.
- In the Set Filter dialog box, click the Build Expression button.
- In the Filter Conditions dialog box, type ALFKI in the text box next to the "equal" sign. Then click the Add button.
- Click OK to exit from the Filter Conditions dialog box and back to the Set Filter dialog box.
- In the Set Filter dialog box, click the Apply button.
- Now, click the Filter button in the main form again.
The edit box in the Set Filter dialog is empty.
Additional query words:
Keywords : kbVFp600 kbVFp600bug kbFFC kbVS600sp3fix kbGrpFox kbDSupport
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbbug
|