hide a from which is not foucsed
-
at main form when you click a command button another form loads when i select the existing value in the popup form i use .show method at that time i want to close the main form and open the main from with the existing value Please help
at the main form write this also main.hide(this will hide the main form) and when another form is loaded then also create a command button there and write in the code window the following in click event
-
at main form when you click a command button another form loads when i select the existing value in the popup form i use .show method at that time i want to close the main form and open the main from with the existing value Please help
write in the main form command button main.hide also when second form is loaded then create a commandbutton and write the following code me.hide main.show