LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open documents from LabVIEW

I want to open documents from one aplication made up with LabVIEW. The documents can be Word, Pdf, Excel and so on.
Coes anybody know how do this?

Thanks
0 Kudos
Message 1 of 6
(2,874 Views)
Hi Miguel.

If you want to open documents in your labview front panel, use activex.

If you want to launch application ( say word, acrobat, etc ), go to .../vi.lib/platform/browser.llb. There are vis to open documents using asociated application.

Cheers
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
Message 2 of 6
(2,863 Views)
Thanks for your aid,

but I'd like to open Word docs also. I've been choosing adobe and html documents, but, How can I open Word documents?
I hope you can help me

Thanks
0 Kudos
Message 3 of 6
(2,857 Views)
Hello
There is a vi in browser.llb ,"open a document on disk" ,that should open any type of document using the asociated application in windows registry. try it.

Cheers
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
0 Kudos
Message 4 of 6
(2,842 Views)
Thanks

I've find your help very useful

See you soon
Miquel
0 Kudos
Message 5 of 6
(2,838 Views)
Hi Miguel
Perhaps when trying to open a word doc you will get an empty word.
If so, modifie the vi as in attached doc to change /n option for an empty string.
In this way, word will open whit your document on screen.


saludos
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
Message 6 of 6
(2,833 Views)