So it looks like I'll have to try something else to filter the search criteria the user puts into the searchfield. It keeps failing trying to convert a string to a double on the BuildWhereElement clause. I guess I can use the Mask property on the tetbox to limit input, and see how that goes.
Thanks
Robin Giltner
I went back and made a simple project with one BusinessObject and one BrowseDialog to the Strataframe Sample, and added some code to the BrowseDialog1.Searching Event to see if I could get it to do something, with no luck.
I'm sure I am missing something here, but can't for the life of me figure this one out.
Any chance you could take a look and point me in the right direction?
I've tried putting the event handler on the form the BD is on, as well as in the BD designer with no luck. I'm pretty sure I'm missing something easy, but I can't for the life of me figure this one out.