> Can I insert hyperlink on LabVIEW front panel that will go to a
> specific location (bookmark) in a Microsoft Word file? If not
> hyperlink, any other method? Thanks.
LV doesn't have a hyperlink control, and part of the reason is that
there are many different ways to link. The UI portion can be any sort
of button, a list double click, or any other event that you decide on.
On the diagram, when the event has taken place, place the code that
follows the link. I suspect you want to open a connection to Word, then
open a connection to the document, then give back whatever Word uses for
a marker. I've never done this, but they probably have ways to do this
based on line number or name or a phrase search.
For other types of links, the ActiveX code wou
ld be similar, but with
different invoke or property steps. An HTML link would use the subVI to
open a URL that is in vi.lib, and there is also one for opening a pdf.
Greg McKaskle