|
-
Sep 7th, 2017, 12:20 PM
#1
Thread Starter
Junior Member
[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
-
Sep 7th, 2017, 12:44 PM
#2
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.
-
Sep 7th, 2017, 03:24 PM
#3
Thread Starter
Junior Member
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
-
Sep 7th, 2017, 06:41 PM
#4
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.
-
Sep 8th, 2017, 09:06 AM
#5
Thread Starter
Junior Member
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.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|