How to Allow Empty Fields in Visual FoxPro Crosstab QueriesID: Q136043 3.00 WINDOWS kbtool kbcode The information in this article applies to:
SUMMARYCrosstab queries created in FoxPro for Windows version 2.6 allowed empty fields in the output. In Visual FoxPro, however, the default behavior is to insert .NULL. as a placeholder where empty fields exist in the output.
MORE INFORMATION
Step-by-Step ProcedureTo have Visual FoxPro crosstab queries use empty fields instead of the .NULL. placeholder, follow these steps: 1. Open Vfpxtab.prg and save it as Myxtab.prg. 2. In Myxtab.prg, search for SET NULL ON and change it to SET NULL OFF. 3. Search for this:
4. In the Command window, type the following commands:
5. Place the following code in Nulltest:
Additional reference words: 3.00 VFoxWin
KBCategory: kbtool kbcode
KBSubcategory: FxtoolWizother
|
Last Reviewed: November 23, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |