Hi everyone,
I am having an issue at the moment. I have designed a simple form with two grids populated by two separate datasources, the first one based on VendTrans table and the second one based on VendInvoicePurchLink table.
I have coded a button two retrieve the purchase order(s) based on an invoice number. So far everything works just fine. The problem is that when I filter the records in the first grid (VendTrans table), the records in the second grid (VendInvoicePurchLink) also get filtered, and not in a good way. I haven't specified any dynalinks for these datasources and I don't understand why this is happening. I have tried to override the following methods : enter(), inputSearch() and filter() but without success. Any clues on how I could make these two grids independent, that is, if I filter the results in the first grid, the second grid isn't filtered automatically ?
Best regards,