[RESOLVED] Update Parent form after Child form closes
I am using a child form to turn controls, visible or invisible, on the parent form.
I know how to change the properties of those controls, my issue is getting the parent form to update and display correctly whether that control is visible or not
Richard
Re: Update Parent form after Child form closes
I'm not sure that I understand the issue. The content of your post doesn't really bear any relation to the title. Please provide a FULL and CLEAR explanation of the problem. What EXACTLY are you trying to do, how EXACTLY are you trying to do it and what EXACTLY happened when you tried?
If all you're saying is that you want to do something different based on whether a control is visible or not then it should be obvious that you need to use an If statement that tests the Visible property of that control. If that's not what you're saying then I don't know what you're saying.
Re: Update Parent form after Child form closes
I thought I closed this request. I figured it out within a few minutes of posting my request.
Sorry, I will close this out
Richard
Re: [RESOLVED] Update Parent form after Child form closes
If you resolve your issue yourself, it's generally good form to post your solution. It may help others with a similar issue and, if your solution is not ideal, we may be able to help you improve it.
Re: [RESOLVED] Update Parent form after Child form closes
My issue turned out to be incorrect placement of my code. It was on the wrong form and wasnt even been used. Moved it to the correct form and everything worked.