I can successfully load my BO manually, however, I'm getting an SqlException when I attempt to search for a range of records, by date, using a BrowseDialog.
Any clues?
TIA,
Rob
I am going to attempt to recreate this and I will get back with you. Thanks.
I cannot reproduce this error. It looks as though the value of the date is invalid when passed to the parser. What database are you connecting to and what is the date field that you are using in your search criteria? Also, one last thing, how did you setup the search fields?
field name is date_added, type = datetime
To setup the search fields, I used the search fields dialog via the SearchFields propery on my BrowserDialog object. See attached.