1 wee question regarding the findfirst method on a dataprovider
Hi,
I'm sure I've done this before and I'm probably missing something...
I'm trying to say data provider.findfirst("ID", itemID);
Where ID is an int in the MySQL DB and itemID is a string variable with the string.valueOf the int I want to search for...(seems to be all it will allow as the param.)
It just reurns a rowKey of null everytime.
I've sussed out that it's something to do with types but can't get any further.
Thanks!!!!!!!
Emma

