Marc,
In the designer, use Report/"Document Custom Eeps", and make sure there are
no eeps that refer to spdate or use a LIKE operator.

Also, on the "View" menu, open the "Toolbar" called "Object Tree", and look
for any objects on the report that are not visible (either because they are
outside the margins or behind other objects)

Bill


On Mon, Aug 10, 2009 at 5:09 PM, MDRD <[email protected]> wrote:

>  I am working on a report and this error has me stumped.
> error invalid use of Escape character with Like operator 716
>
> These are the report vars
>  1  : DATE  : PH : vdatecon = date_con in tran_hist where (custnum =
> custnum and tr_date = txdate)
>  3  : TEXT   : PH : vdiag1 = diagnum1 in ptdiag where (custnum = custnum
> and date_con = .vdatecon)
>  7  : ERROR  : PH : vICDA1 = ICDAnum in Diagnos where (DIA_CODE = .vdiag1)
>
> The rows of data in the table fail the #1 var but I didn't think that would
> cause this?
> There are no Like operators anywhere I can find
>
> Also when I try to preview or run the report I get an error about spdate
> not found but I do not have that column
> located on the report on in the view.
>
> Anything else I should look for?
> Thanks
> Marc
>
>
>
>

Reply via email to