BUILDER VALID FUNCTIONS The Builder Valid Functions are Designed for Use as VALIDs for GETs. Most Builder Valid Functions Can be Set Up from Within the Builder Program. With the Exception of the Show_Text() and DupChk() Functions, All the Valid Examples on this Menu Provide a Functional Example So You Can See How Each Works. There is 1 Other Valid Function in the Builder Library Which is Not on the Menu. It is the Not_Req() Function, It Works Like the Req() Function Except that it Forces a GET field to be Blank. See the Builder Library Reference for More Information. Note That Using the Builder Library In_USA() and In_Canada() Functions Work Well With the Builder GenVld() Function. When Setting Up a GET in Builder for a State Code, Attach a GenVld() as the VALID and Enter "In_USA(GetActive():varGet())" for the 'Logical Expression'. Enter "In_USA(GetActive():varGet()) .and. In_Canada(GetActive():varGet())" to Test Both U.S. State Codes AND Canadian Provinces. ** End of File