R
Rob Meade
hi all,
I have a form with 2 panels...and data form one and a thanking-you one
' Show/Hide the relevant panel
panelForm.Visible = False
panelThankYou.Visible = True
This is what I currently use on my code after a the form has been
successfully completed etc, just wondering, do I need to add the = False bit
for the form panel or will, by making the thankyou one true automatically
make the others false? Should I do it anyway?
Any info appreciated, I only ask because I am about to add a third panel and
I could be writing code I dont really need.
Thanks in advance,
Rob
I have a form with 2 panels...and data form one and a thanking-you one
' Show/Hide the relevant panel
panelForm.Visible = False
panelThankYou.Visible = True
This is what I currently use on my code after a the form has been
successfully completed etc, just wondering, do I need to add the = False bit
for the form panel or will, by making the thankyou one true automatically
make the others false? Should I do it anyway?
Any info appreciated, I only ask because I am about to add a third panel and
I could be writing code I dont really need.
Thanks in advance,
Rob