LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use ActiveX Control(MSFlexGrid)...?

Hi...

I have Labview5.1...

By using ActiveX control(MSFlexGrid6.0),

I want to insert data into some row and col...

My step is....

1) control->ActiveX->Container...
2) insert activeX object....
3) configure invoke and property...

But It doesn't work properly...

I don't know how to write down the data on MSflexgrid's cells...

ex) I want to insert string "hello" into cell(row3,col5)
How I can do that...?

Help me..!!

My system is but labview 5.1 not 6.0
0 Kudos
Message 1 of 2
(2,649 Views)
I think that if you use an activeX container, property and invoke nodes will work for the document/file or whatever you have in it, so I recommed you to use references to the file you want to use, open an activeX reference in the block diagram, and pass this reference to open, write, save and exit. This can be done easyly using the invoke and property nodes you already know... If not, check for errors between them, sometimes one error makes the rest of the code not to work... Hope this helps.
If you want me to check the program, you can send an example here, but be sure it's LV 5.0, I've nor 5.1 nor 6.0, it can be a way of knowing the problem.
0 Kudos
Message 2 of 2
(2,649 Views)