INFO: Abbreviating NOSHOW Clause May Result in an Error (191763)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 6.0

This article was previously published under Q191763

SUMMARY

Abbreviating the NOSHOW clause in the MODIFY PROJECT or CREATE PROJECT commands cause the following error:
Command contains unrecognized phrase/keyword.

MORE INFORMATION

The MODIFY PROJECT and CREATE PROJECT commands have a new clause, NOSHOW, that can prevent the display of the Project Manager. If the NOSHOW clause is abbreviated to less than five characters, it is confused with the NOSHADOW command which can cause the preceding error to occur.

The following command causes the error to occur:
   MODIFY PROJECT myproj NOSH
				
The following commands do not cause the error:
   MODIFY PROJECT myproj NOSHO
   MODIFY PROJECT myproj NOSHOW
				

Modification Type:MajorLast Reviewed:12/11/1999
Keywords:kbinfo KB191763