I have a grid where I want to show all payments for a customer. It is 
driven by this query:

       ((db.payment.id > 0) & (db.payment.salesorder==db.salesorder.id) & 
(db.salesorder.customer == customerid))

It shows the correct rows. However the view button links to the salesorder 
and I want it to show the payment. Is this possible?

-- 



Reply via email to