01-11-2006 05:19 AM
01-11-2006 05:51 AM
I don't think there is any built-in way to do this, because the Callers property only returns non-dynamic callers.
I think you will have to do this yourself. For example, you could have a string control (which will hold the calling VI's name) inside the called VI and use Set Control Value to set it from the calling VI.