"... you mean these fans?" Posted March 14, 2011 Posted March 14, 2011 Hi, I need some help here. This addFindCriterion is to general: $findCommand->addFindCriterion( "BarcodeRF_ID_Assinged", $code); I find; barcode 123, and barcode 1234 and barcode 12345. I need an EXACT find for barcode 123. Can I get some help. Can someone provide and example for an EXACT search/find for the above $code. Thanks :)
dansmith65 Posted March 14, 2011 Posted March 14, 2011 try: $findCommand->addFindCriterion( "BarcodeRF_ID_Assinged", '=='.$code);
Recommended Posts
This topic is 5259 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now