[foxboro] Connection report with dedit in FoxView
- From: "QUEIROLO OLIVERA, IGNACIO ESTEBAN" <IQUEIROLOO@xxxxxxxxxxxxx>
- To: <foxboro@xxxxxxxxxxxxx>
- Date: Fri, 29 Jun 2007 13:01:59 -0300
Hello all,
I need to get a report with connections in a file using FoxView. The
information I am looking for is the object position in a way like Display
Manager shows with d_edit using the -l parameter. The position in DM is
reported with the format XX,XX%. This is what I need but in FoxView.
Thanks in advance,
PS: The solution to my issue sent in the email with subject "dedit from a
command window for FoxView displays" dated on April 24, 2007 is as follow:
#!/bin/sh
# @(#)mydedit 1.0.1 28/06/07
#
# Document the script here.
#
/usr/openwin/bin/xhost + 1>/dev/null 2>&1
AW=`uname -n`
DISPLAY=${AW}:0.0
export DISPLAY
CURDIR=`pwd`
DEDIT=/usr/fox/wp/bin/tools/dedit
if [ "$#" -eq 0 ]
then
echo "\nUsage: mydedit <arguments> <files>\n"
exit
fi
$DEDIT $*
Ignacio Queirolo Olivera
Control Avanzado
Complejo Industrial Ensenada
Repsol YPF - Química
Av. Vergara Km 2,7 (B1925AZA) - Ensenada - Buenos Aires - ARGENTINA
Tel.: 54 221 429-8400 ext. 26481
Fax: 54 221 429-8400 ext. 26209
iqueiroloo@xxxxxxxxxxxxx <mailto:iqueiroloo@xxxxxxxxxxxxx>
AVISO LEGAL:
Esta información es privada y confidencial y está dirigida únicamente a su
destinatario. Si usted no es el destinatario original de este mensaje y por
este medio pudo acceder a dicha información por favor elimine el mensaje. La
distribución o copia de este mensaje está estrictamente prohibida. Esta
comunicación es sólo para propósitos de información y no debe ser considerada
como propuesta, aceptación ni como una declaración de voluntad oficial de
REPSOL YPF S.A. y/o subsidiarias y/o afiliadas. La transmisión de e-mails no
garantiza que el correo electrónico sea seguro o libre de error. Por
consiguiente, no manifestamos que esta información sea completa o precisa. Toda
información está sujeta a alterarse sin previo aviso.
This information is private and confidential and intended for the recipient
only. If you are not the intended recipient of this message you are hereby
notified that any review, dissemination, distribution or copying of this
message is strictly prohibited. This communication is for information purposes
only and shall not be regarded neither as a proposal, acceptance nor as a
statement of will or official statement from REPSOL YPF S.A. and/or
subsidiaries and/or affiliates. Email transmission cannot be guaranteed to be
secure or error-free. Therefore, we do not represent that this information is
complete or accurate and it should not be relied upon as such. All information
is subject to change without notice.
_______________________________________________________________________
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
- Follow-Ups:
- Re: [foxboro] Connection report with dedit in FoxView
- From: Dumitru, Alex
Other related posts:
- » [foxboro] Connection report with dedit in FoxView
- Re: [foxboro] Connection report with dedit in FoxView
- From: Dumitru, Alex