Jump to content

Remote panel control of excel


Recommended Posts

Hi,

I posted this in the code repository and I was told to post it here instead. I have a problem that Im trying to figure out. How do I open up an instance of microsoft excel on the machine that is remotely controlling the server. I have figured out how to make the remote panel open excel, but it only opens up on the server machine, not on the machine that is remotely controlling the server. Anyone have any suggestions?

thanks

jdoggers

Link to comment
Hi,

I posted this in the code repository and I was told to post it here instead. I have a problem that Im trying to figure out. How do I open up an instance of microsoft excel on the machine that is remotely controlling the server. I have figured out how to make the remote panel open excel, but it only opens up on the server machine, not on the machine that is remotely controlling the server. Anyone have any suggestions?

thanks

jdoggers

What you need is an ActiveX container that can hold excel. I am not ware of such a container, maybe a search on embedded excel? It looks like MS is doing it when you add a workbook into word and edit that... Maybe that is the idea to go

Ton

Link to comment

The ActiveX container for Excel is called Microsoft Office Spreadsheet, but I'm not sure whether remote panels display stuff which is inside ActiveX containers.

You should consider that the entire point of a remote panel is only to view a remote panel, not to do stuff on the viewer.

Knowing who the controller is is fairly simple with the Application class properties, so I can think of 2 options -

1. If Windows has the ability to launch executables on remote computers (if you have the proper permissions) then you will be able to do that through the System Exec VI. You will need to search to see whether Windows supports this.

2. You can have a VI which will run on the viewer and will wait for a connection from the controlled VI. Once the controlled VI detects a controller it will form a connection to the controlling computer and will tell it to open Excel when the time comes. Of course, this complicates things, since you're not only viewing.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.