Hi,

This assumes that the control I am processing is actually loaded into the Rev Environment which is isn't in this case. I am processing a text file that contains the long names of controls that were exported from a stack. I don't really want to load the stack and then dip into the control, for a number of reasons but the biggest one is that the stack may not be at the location it was at when the Text file was generated.

Thanks a lot
All the Best
Dave


 >I'd use the short name in conjunction with the owner for this:

   -- "myControl" is control "A" of group "B" of card "C" of stack "D"
   put the short name of myControl into myControlName
   put the short name of the owner of myControl into myGroupName
   put the short name of the owner of the owner of myControl into myCardName
   put the short name of the owner of the owner of the owner of
myControl into myStackName
   Problem: If you use this on something that *isn't* in a group, myGroupName
will end up being the name of a card; myCardName will be the stack name; and
I'm not sure *what* myStackName will end up as. Also, what happens to the long
name of a control that lives in a *substack*?
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to