Add Controls Dynamically, part 2

E

Ed

I want to be able to assign an "on action" consequence to activity taken in
a dynamically created textbox. Can I add "enter" and "exit" and "change"
features?

-Ed (in Virginia)
 
J

Jonathan West

Ed said:
I want to be able to assign an "on action" consequence to activity taken in
a dynamically created textbox. Can I add "enter" and "exit" and "change"
features?


Unfortunately not. The way to mimic dynamically created textboxes and still
be able to have event code defined for them is to create the textbox at
design time, and set its Visible property to be True or False as required.
 
E

Ed

Thanks. That's what I was afraid of.

Ed


Jonathan West said:
Unfortunately not. The way to mimic dynamically created textboxes and
still be able to have event code defined for them is to create the textbox
at design time, and set its Visible property to be True or False as
required.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
 

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