DOC: Cross-Tab Query Help Example is Incorrect (155803)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
This article was previously published under Q155803 SUMMARY
The example in the Visual FoxPro Help file, versions 3.0 and 3.0b, under
"Creating Cross-Tab Queries" is incorrect. If you cut and paste this code
into a program and then run it, the following error message appears:
Command contains unrecognized phrase/keyword
This is caused by a missing comma (,) just after the right bracket (]) on
the first line.
Once you make this correction and run the program, a second error message
appears:
Variable "MYCURSOR" is not found
You can correct this problem by declaring MyCursor as a PUBLIC variable.
This documentation error has been fixed in Visual FoxPro 5.0 for Windows.
Modification Type: | Major | Last Reviewed: | 9/30/2003 |
---|
Keywords: | kbdocfix KB155803 |
---|
|