How to populate a different block after insert [message #385675] |
Tue, 10 February 2009 08:53 |
sindikalac
Messages: 52 Registered: November 2008 Location: Europe
|
Member |
|
|
Hello people!
I have two tables: A and B in master-detail relation. I created a form based on A and B. I created two canvases based on each data block. I move from canvas A to canvas B via button. I also have after insert trigger in DB, so when I create a new record in A, I make a copy of that record in B. It works fine. But the problem is this:
After I create a new record in canvas A, I immidiately move to canvas B via button, and I expect to see a copy of my record there, but I don't get data populated there. Do you have any advice for me, how to get this data? The only way now is to exit from that form (after inserting new record), and open it again.
|
|
|
|
|
|
|
|