Has form logic changed in 3.5? (OpenInsight Specific)
At 17 FEB 1998 07:58:31AM Jeff Word Enterprises wrote:
I have an MDI with several children open. All children use the same table. I consider one of the children the primary child. Until 3.5, on the write event of the primary child I always executed a send_event on the other children to force a write.
All of the sudden things have changed. If I remark out all my code and simply let it do the normal write, it causes all the other children to write as well.
Is this a planned change? Is there a flag to turn this on and off? If not what would cause this to begin now?
At 20 FEB 1998 09:05AM Aaron Kaplan wrote:
Try placing a debug in the write event of one of the other children. Looking through the return stack, you might be able to see where the call is coming from.
apk@sprezzatura.com