LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Office 2000 vs Office XP

Does anybody know of away to get around the problem between Office 2000 and Office XP when using Active X and switching between Operating Systems.
 
I find when I develop a VI on XP then try to run it on a 2000 machine I get errors.
I fix it to run on 2000, now it won't run on XP.
 
Is there some tool or patch some where that will get around this problem?
 
 
Keith
0 Kudos
Message 1 of 3
(2,722 Views)
Are you talking about Windows or Office? It sounds like you're talking about Windows, and not Office. As for your question, it's too vague as you don't actually say what you're doing. What ActiveX controls are you using? What's not working? What does work?
0 Kudos
Message 2 of 3
(2,711 Views)

Hi Keith,

Unfortunately, there is no way to avoid the ActiveX differences between Office versions.  Since Office 2000 and Office XP have different interfaces to certain functions through ActiveX, LabVIEW VIs will break if they are configured for one interface and moved to another.  The only way I can think of to avoid this problem would be to dynamically call your VIs that make ActiveX calls, and call a different VI depending on which version of Office is running on the machine.

Good luck,

-D

Message 3 of 3
(2,705 Views)