LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

word autotext

Hello.
 
I want to build reports with autotext functions in MS Word.
Therefor I have some drafts (.dot) documents with autotexts inside.
I want to check the count of these autotexts an the "headers" and make a list of them so that I can choose them and put them together to a new document as needed.
 
I´ve found the function to get the count of autotexts allready by using activeX.
But now I need information about these single autotexts.
 
Could someone give me a hint?
 
kind regards
 
Funder
0 Kudos
Message 1 of 2
(2,522 Views)
neat Idea!  Use the key up event, this will capture each key entered, then take the string and do a regular expression or match string function on an array of known entries.  You can get fancy and use the tipstrips or custom right ckick menus (I am not sure if you can fire popup menues programatically) to show matching entries. 
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 2
(2,504 Views)