Searching on an Integer...

I just got this to work and then deleted it.

I can search directly on a related integer field on a form just fine with:

!=1

But when I try to submit this boolean operator between a find and search in a method I get the following error:

Setting dataprovider with name ‘lquote’ / type ‘INTEGER’ with value of wrong type !=1

This is so simple, what am I not seeing this time around?

Thanks!

John,

Page 195 of the reference manual - or search for “search not equal” in the online help. Syntax:

!1

Bob

I forgot to specify/call the form in the method.