Is anyone aware of a way to animate an object's visibility based on the workstation?
I am able to animate based on current user, but that's as far as I can go:DVSYS.THISUSER/USERNAME.A_CV="OPERATOR"
Thanks!
-James
In reply to Matt Stoner:
In reply to James Suisse:
In reply to Michael Moody:
Could you just have your button script check the workstation name, and only call the report if the name matches? Then you could put the button on a graphic and it won't do anything if you are on another workstation...
In reply to Tyler Anderson:
You wrote:
"The reason I want to restrict visibility to only that workstation is the report is only on the one workstation. Also, since the button has been placed on a graphic file, it gets transferred to all workstations. I do not want to create any misconceptions about the button being usable on all machines. Hence the workstation-based visibility condition."
Is there any reason why a user on another workstation can't open the report? If you simply point your open script to \\workstationname\sharelocation\filename.extention, you should have access from any workstation (provided it is a domain or you have put the file in a shared folder with read-only access to everyone).
That way you don't have to mess with visibility and the report accessibility is distributed.
In reply to Youssef.El-Bahtimy: