Hi Good Guys,
I have an interesting problem and I need your help.
Please Help me.
Requested were made by Businese Analyst to set the few Main FORMs VISIBLE PROPERTY TO FALSE when the POPUP FORM is loaded.
When the MAIN FORM loads the POPUP FORM,
on the FRMPOPUPCUSTOME R-FORMLOAD even, it has to set the MAIN FORM Visible to False.
When FRMPOPUPCUSTOME R FORM IS UNLOAD it has to set the MAIN FORM Visible = TRUE.
How to the coding is to ensure that different MAIN FORM when loaded FRMPOPUPCUSTOME R it will turn the MAIN FORM Visible to FALSE.
I have an interesting problem and I need your help.
Please Help me.
Requested were made by Businese Analyst to set the few Main FORMs VISIBLE PROPERTY TO FALSE when the POPUP FORM is loaded.
Code:
MAIN FORM NAME POPUP FORM FRMSALES FRMPOPUPCUSTOMER FRMTRANS FRMPOPUPCUSTOMER FRMSHIPPER FRMPOPUPCUSTOMER FRMINVOICE FRMPOPUPCUSTOMER
When the MAIN FORM loads the POPUP FORM,
on the FRMPOPUPCUSTOME R-FORMLOAD even, it has to set the MAIN FORM Visible to False.
When FRMPOPUPCUSTOME R FORM IS UNLOAD it has to set the MAIN FORM Visible = TRUE.
How to the coding is to ensure that different MAIN FORM when loaded FRMPOPUPCUSTOME R it will turn the MAIN FORM Visible to FALSE.
Comment