HI

I have made a dialogue box with 20 textfields named textfield1 ... textfield20. When clicking into any of these textfileds, a single macro shall be called, which should do something depending on the name of the calling textfiled,
(a msgbox which displays the name of the textfield would do as an example).


add a parameter to your macro
sub myResponder(event)

in the event object, you will find all the suitable information
(use XRay to dig into it)

Laurent

--
Laurent Godard <[EMAIL PROTECTED]> - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content Management >> http://www.nuxeo.com - http://www.nuxeo.org
Livre "Programmation OpenOffice.org", Eyrolles 2004-2006

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to