Dan, > $COMMAND > inform2 > SET ERROR MESSAGES OFF > CLEAR V i* > SET V imessage = + > "You may search based on any known information. Just click + > on the field you do have information about and fill it in. Then hit > enter. + > You only need to fill in one field"
You are using non-standard quotes. Codelock assumes the single quote. You have two options: 1. Put SET QUOTES="""" at the top of the first command block of every command file: $COMMAND inform2 SET QUOTES="""" SET ERROR MESSAGES OFF 2. Go throught the work to convert to single quotes. It is worth the trip, but time consuming. Dennis McGrath

