Hello,
I have a form called frmBank to which I need to pass a Filter and OpenArgs. This works fine.
I now have designed a parent form (frmData) where frmBank is a subform. How do I pass the OpenArgs from my parent form (frmData) to the subform? I find that the subform Open event fires before the parent form Open event - as a result, any Filter/OpenArgs that I pass to the parent form cannot be passed to the subform before the subform opens. Any advice would be very welcome.
Thanks in advance,
Rudra
I have a form called frmBank to which I need to pass a Filter and OpenArgs. This works fine.
I now have designed a parent form (frmData) where frmBank is a subform. How do I pass the OpenArgs from my parent form (frmData) to the subform? I find that the subform Open event fires before the parent form Open event - as a result, any Filter/OpenArgs that I pass to the parent form cannot be passed to the subform before the subform opens. Any advice would be very welcome.
Thanks in advance,
Rudra