johnf escreveu: > On Monday 23 March 2009 09:40:56 am Pedro Vale de Gato wrote: > >> My VirtualField search is also working on a costumer's site now.. no >> problems so far, but i will still do some changes as Ed suggested. >> > > Remind me how that is going to work? Will it work with bizobj.filters() and > scan, seek? > Basically bizobj.filter() is now VirtualField aware, you can filter() just like you would filter any other field. Datanav is also VirtualField aware now, add the VirtualField search to your SelectPage just like you would with any other field and it will work.
Datanav will filter() on the VirtualFields, and send other sql filters to the DB layer... Bizobj.filter() itself scans the dataset for records corresponding to the filter you have provided, and then uses the PKid to really filter on the sqlite TEMP table dDataset uses internally. The final result is that you can treat a VirtualField as any regular field. Regards, Pedro > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 8.0.238 / Virus Database: 270.11.24/2018 - Release Date: 03/23/09 > 06:52:00 > > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
