LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Table

If it were me and I absolutely had to have what you want, I would probably embed an Excel workbook in an ActiveX container on the Front Panel and use the ActiveX Properties and Methods to fille the table in and merge the cells that need to be merged.

That being said, it will be a lot of work, and I would look at any other alternative to display my data.

You could also look into embedding Internet Explorer into an ActiveX or .NET container and use html or other such language to generate the table of data and display it as a web page.

Please note that these solutions require Excel or Internet Explorer to be installed on the system your deploying to.  Upgrading your version of IE or Excel will most likely require a recompile of your code as well.

Like I said, it's a big headache, but probably the only option you have if that is the way you want your data displayed.
Message 11 of 12
(618 Views)

I agree the ActiveX stuff is a complicated approach. Smiley Wink

How about tossing the use of a table and just do it with a string indicator?

If you show the horizontal scroll bar, the lines in the text will not wrap until it sees a cr.

Show the scroll bar and the effect is the same. Smiley Happy

Trying to help.

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 12 of 12
(605 Views)