A couple of years ago I have been trying to understand a purpose for an option on a base form described in this article. I finally got a chance to get back to it, and I stripped the original example down to bare bones, so that I can grasp the idea behind it.
I am attaching an example which has an outer form, which holds four inner forms. Two forms which perform the task utilizing two buttons (action for both: reload) - a copy from the aforementioned article, and the other two are my attempt to eliminate the buttons. The idea is for the latter to fire an event and reload the two inner forms. But it does not work. I know perfectly well how to do it with utilization UNO API XStatement interface, but I wonder if this little hidden feature could also be automated in a simpler manner.
Thank you in advance for any suggestions and pointers.
testAddRecord.odb (14.6 KB)