What event do I need ?

D

dhstein

Form A is setting a value on Form B in txbMytextbox.Value and then opening
form B. Form B does open and the value shows in the textbox control (Thanks
to Tom's help). However, the events for form B such as .Load, .Open,
..Activate .GotFocus .AfterRender, .AfterFinalRender - none of these events
show the value in txbMytextbox.Value. In all cases the value is Null. Is
there an event that I can use as soon as I open the form which will "see" the
value in the textbox ? Thanks for any help on this.
 
P

pietlinden

Form A is setting a value on Form B in txbMytextbox.Value and then opening
form B.  Form B does open and the value shows in the textbox control (Thanks
to Tom's help).  However, the events for form B such as .Load, .Open,
.Activate .GotFocus .AfterRender, .AfterFinalRender - none of these events
show the value in txbMytextbox.Value.  In all cases the value is Null.  Is
there an event that I can use as soon as I open the form which will "see"the
value in the textbox ?  Thanks for any help on this.

What are you trying to do in business terms (or non-technical terms)?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top