How to Call GENXTAB.PRGID: Q113971 2.00 2.50 2.50a 2.50b 2.60 | 2.50 2.50a 2.50b 2.60 | 2.50b kbprg
The information in this article applies to:
SUMMARYYou can access GENXTAB, the program that generates cross-tabulations, outside RQBE and gain more control over how the cross-tabulations are generated and how they look. GENXTAB expects only three fields in the table it is working with. If there are more than this, GENXTAB will produce an error. For information about working with a table that has more than three fields, please see the following article(s) in the Microsoft Knowledge Base:
MORE INFORMATIONGENXTAB.PRG has eight parameters that can be passed to it:
Parameter Explanation1. <output_file>: a character parameter that specifies the name of the 2. <output_type>: a logical parameter which if .T. forces the output file
3. <close_source>: a logical parameter which if .T. or not specified will
4. <show_thermometer>: a logical parameter which if .T. or not specified
5. <row>: a numeric parameter that specifies the field number of the input
6. <column>: a numeric parameter that specifies the field number of the
7. <cell>: a numeric parameter that specifies the field number of the input
8. <row_total>: a logical field which if .T. will tell GENXTAB to generate
Code Example
Additional reference words: FoxMac FoxDos FoxWin 2.00 2.50 2.50a 2.50b 2.60
crosstab
cross tab
cross-tab
KBCategory: kbprg
KBSubcategory: FxtoolRqbe
|
|
Last Reviewed: May 1, 1996 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |