amorosik
Member
- Local time
- Today, 12:27
- Joined
- Apr 18, 2020
- Messages
- 518
I have a procedure for administration and therefore the usual screens for articles, prices, invoices, etc.
Some search forms can be launched from different forms, for example the form frmArticoliCerca can be launched both from frmFatture and from frmArticoli and from frmClienti
I do not know in advance which forms could launch the frmArticoliCerca and therefore I would not like to insert specific references to the calling form in the frmArticoliCerca code, because in the future the frmArticoliCerca could also be launched from other points and I would not like to modify the code every time
The question is: how to allow the use of frmArticoliCerca from multiple forms, passing parameters from the calling form to the search form and vice versa?
Some search forms can be launched from different forms, for example the form frmArticoliCerca can be launched both from frmFatture and from frmArticoli and from frmClienti
I do not know in advance which forms could launch the frmArticoliCerca and therefore I would not like to insert specific references to the calling form in the frmArticoliCerca code, because in the future the frmArticoliCerca could also be launched from other points and I would not like to modify the code every time
The question is: how to allow the use of frmArticoliCerca from multiple forms, passing parameters from the calling form to the search form and vice versa?