Użytkownik Carey Gagnon napisał: >> You can also look at the code for the Search page of any >> AppWizard-generated app to see how it generates the WHERE clause from the >> user's selections. >> >> >> -- Ed Leafe >> >> > The way I have my search set up is with one drop down list to select the > field you want to search, a second dropdown for the operator (equals, like > etc) > a text box to enter serch keywords and of course the button to click to > search with the above criteria. From my noob understanding of python your > example above is a separate search. I want to integrate it into my current > search setup. > >
Hi, Ed is right. Dabo data layer does type conversion automatically for data controls/fields. But for filtering purposes, when you use e.g. datanav SelectPage class, you must take care about it by yourself, probably you need to overwrite setWhere() method to handle such conversion. -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
