05-30-2012 05:37 AM
Hi Everyone,
I am developing the report generation module for MS word in labview. There is a NI report generation toolkit from which we can open, edit and generate MS word, Excel, HTML reports using third party software. This will use usually activex control. But what i want is to invoke MS Word/Excel into the labview itself, it should not open outside the labview; it should open within labview as a subpanel. is this possible in labview? Complete or atleast some feaute of Ms word should be loaded into the labview.
05-30-2012 08:20 AM
There was someone who used the ActiveX Web Browser to display an Excel file on a VI front panel. The same can most likely be done with a Word file.
05-30-2012 10:14 AM
Thank you very much for your instant reply. I couldn't find the link for the excel file displaying in a VI, could you please share me that link.