Hi!
I have a TOracleDataset T1 which master of TOracleDataset T2. One of of the fields F1 of T1 is a variable of T2 and defined in the masterfields property of T2. When browsing T1 it works OK, the T2 fields are reflected correctly. The little anonyance for my client is that when he inserts a new record in T1, he cant see the slave data reflected in controls until T1 is posted. I circumvent this behavior setting master property of T1 to nil when F1 is changed and manually setting the variable. Then, after post I re set the master of T2 to T1. Is there any better solution to this?
Thanks in advance, Marcelo.
I have a TOracleDataset T1 which master of TOracleDataset T2. One of of the fields F1 of T1 is a variable of T2 and defined in the masterfields property of T2. When browsing T1 it works OK, the T2 fields are reflected correctly. The little anonyance for my client is that when he inserts a new record in T1, he cant see the slave data reflected in controls until T1 is posted. I circumvent this behavior setting master property of T1 to nil when F1 is changed and manually setting the variable. Then, after post I re set the master of T2 to T1. Is there any better solution to this?
Thanks in advance, Marcelo.
Last edited: