Thanks a lot for your help although I couldn't understand your reply completely but it gives me chance to think in a different way .. I am new to this web2p2y planet :) lemme try what you've suggested; hope it would give better understanding
thanks again best regards On Friday, 14 December 2012 20:06:03 UTC+5, Mariano Reingart wrote: > > Sorry, i forgot db.taxpayer in kny_address and kny_phone: > > record_list = queryset.select(db.taxpayer.id, db.taxpayer.name, > db.taxpayer.tax, db.taxpayer.designation, > decrypt(db.taxpayer.kny_address), decrypt(db.taxpayer.kny_phone), > orderby = myorder) > > Best regards, > > Mariano Reingart > http://www.sistemasagiles.com.ar > http://reingart.blogspot.com > > > On Fri, Dec 14, 2012 at 12:04 PM, Mariano Reingart > <[email protected]<javascript:>> > wrote: > > record_list = queryset.select(db.taxpayer.id, db.taxpayer.name, > > db.taxpayer.tax, db.taxpayer.designation, decrypt(kny_address), > > decrypt(kny_phone), orderby = myorder) > --

