Hello everyone. I wanted to ask if in the listener event of a button (mousereleased) it is possible to obtain in addition to the form it belongs to (this is not a problem) also the eventual textFrame that contains the form.
I am already able to do this by creating a table that relates the name of each textFrame to the name of the form it contains, or simply by using a portion of the form name to retrieve the name of the textFrame that contains it.
I was wondering if in the form properties there is one that allows you to define the belonging textFrame in a more general way or if there are alternative techniques to do so.
So far I have not found anything either in the form properties or solutions on the net
Thanks in departure for any suggestions
PS: I don’t also even understand if it is possible, known the textFrame, to define whether or not it contains a form
And this is strange because programmatically the form inserts itself into the textFrame as a textContent.