[foxboro] Display overlay with a password
- From: Roger Smith <RSmith@xxxxxxxxxxxxx>
- To: "'foxboro@xxxxxxxxxxxxx'" <foxboro@xxxxxxxxxxxxx>
- Date: Fri, 27 Feb 2004 16:37:48 -0500
I want to configure a button to call up an overlay, but first prompt for a
password. I'm using FoxView 99.2.1, IA V6.1.1 on 51B. I have a solution
that works but don't know why my first, simpler solutions don't.
I used dmsepass to create a password for ID. Then I tried configuring the
button to call the overlay and the overlay's Open Display command script to
be:
dmcmd passwd ID
When I clicked on the button, FoxView restarted.
Next, I removed the Open Display script from the overlay and configured the
button for a Display Command like this:
dmcmd passwd ID
ov [overlay] UL
Same result, the FoxView restarted.
Lastly, I configured the button to call a script file as follows:
dmcmd script
dmcmd passwd ID
ov [overlay] UL
This works, but does anyone know why the others don't, or even better, if
there is a way to do this without the extra script file.?
Roger B. Smith
Process Control Engineering
Department of Watershed Management
City of Atlanta
2440 Bolton Rd., NW
Atlanta, GA 30318
404.350.4952
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
foxboro mailing list: http://www.freelists.org/list/foxboro
to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
Other related posts:
- » [foxboro] Display overlay with a password