10-18-2005 11:01 AM
10-19-2005 02:00 AM
10-19-2005 04:42 PM
10-20-2005 01:40 AM
10-20-2005 06:56 AM
I don't think you can get to table cell sub-text through the property nodes. Maybe this will help.
Why don't you select the table cell sub-text with your mouse. You can then use the keyboard to CTRL-C and copy this data to the windows clipboard. Have your application detect the CTRL+C combination and then use the clipboard.llb\Get Text From Clipboard.vi to send the data copied to another part of your application.
Get the clipboard.llb from http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B123AE0CBB2A111EE034080020E74861
Simple demo code is attached in 7.1. Is this more like what you need?