Appstart not working as an event

neos

Member
Join Date
May 2013
Location
Australia
Posts
37
Hi All!
Hope you all had happy holidays!

Well back to the grind stone, and having an interesting issue with an event command.

I am able to start an .exe from a button in runtime (Appstart C:\Windows\Commspopup.exe), but when I try the same as an event it doesnt work. They both appear in the information window when executed as;

(i) Appstart 'C:\Windows\Commspopup.exe'

So I know the command is activated in both methods, but the app does not appear when ran from the event command.

Any thoughts?🔨

Neos

EDIT: Using RSview Studio SE V4.
 
Last edited:
o_O Just to make an observation. The system runs about 20 view clients. Each client pc has its own copy of the .exe "Commspopup" on the local pc.

I am going to make a guess at the problem here... if the command is executed by a button, SE knows which client executed the command, and runs that local copy of the .exe. But the macro does not know which client executed the command, thus does not run any local copies of the .exe

If this is the case, then what is the way around this?
 
The clients themselves execute the macro, not the server. So that's not your problem.

I don't know what your problem IS, but I'm hanging around to watch because I've had the same problem and never got around to working out why...
 
The clients themselves execute the macro, not the server. So that's not your problem.

I don't know what your problem IS, but I'm hanging around to watch because I've had the same problem and never got around to working out why...

The clients execute the macro, but the trigger is an event, which is only processed on the server.

Might try using VBA, as that is client side processed.
 

Similar Topics

It seems that an AppStart of FTV SE doesn't open Command Prompt. Here is a code. Appstart C:\Windows\System32\cmd.exe & Appstart...
Replies
3
Views
4,355
I am having a little problem with the AppStart command in RSview32. My application opens an Excel spreadsheet using the command Appstart Excel...
Replies
5
Views
7,304
I'm using the "appstart" command in RSView to start and pull forward the windows calculator program. It works fine with the exception that if the...
Replies
2
Views
2,008
In RSView32, If I use a button to start a DOS program, and if the action is AppStart it starsts it at the bottom of the screen only. How do I getb...
Replies
1
Views
2,310
I feel like this is probably a very simple thing I am overlooking. (Compact Logix Studio 5000) This is my first time using the predefined...
Replies
3
Views
149
Back
Top Bottom