Syntax Check: Require Full Names and Field Qualifiers

KMoody

Member
We use "require-full-names" and "require-field-qualifiers" when we compile code. Is it possible to check for full names and field qualifiers before compiling - perhaps when we choose "Check Syntax" in the editor?
 
You're right! You can set the compile options for "check syntax" in Progress Developer Studio:

Window > Preferences > Progress OpenEdge > Compile> Strict Options.

However, is it possible to do this in the Procedure Editor? This article seems to suggest you can't:

 
Back
Top