<< I know it is a PITA, but you can set the forms back to uncompressed (if they are compressed), then in a while loop, set the SYS_DATA to a VarBIt variable and Write it to a TempFile, then set a VARCHAR variable to the disk file and do an SLOC against it to determine if the string exists anywhere in the form in question. >>
That works as long as you keep your EEP code lines very short. Otherwise, the DFM representation may split individual tokens across lines -- so you could miss some occurrences of any particular text string in the code. -- Larry

