PRB: Screen Generator Treats "NOTE" in First Line as CommentLast reviewed: April 29, 1996Article ID: Q95365 |
The information in this article applies to:
SYMPTOMSIf the first line of a program contains the word "NOTE" in a screen object clause, the line is considered a comment by the Screen Generator program.
CAUSEThe Screen Generator program searches for the word "NOTE" in the first line of all code snippets associated with screen objects. If the word "NOTE" is found in all capital letters anywhere on the first line, the entire line will be generated as a comment in the screen program.
RESOLUTIONUse the word "note" in lowercase letters or modify GENSCRN.PRG.
MORE INFORMATION
Steps to Reproduce Problem
GENSCRN.PRG searches for the word "NOTE" only in code snippets for screen object clauses, NOT for READ clauses.
|
Additional reference words: FoxDos FoxWin 2.00 2.50 2.50a uppercase lower
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |