AVEVA Community
Site
Search
User
Site
Search
User
AVEVA World
PDMS/E3D Forum
Modules
Cancel
Modules
Draft Module
(61,528) User exit from interaction submode - How can I improve the script ?
Forums
Resources
Mentions
Sub-Groups
Tags
More
Cancel
New
Replies
6 replies
Subscribers
5 subscribers
Views
12 views
Users
0 members are here
Options
Share
More
Cancel
Related
(61,528) User exit from interaction submode - How can I improve the script ?
Francois Rosillo
over 10 years ago
Parents
Francois Rosillo
over 10 years ago
Hi,
This is a code I use to tag SCTN spec:
It works fine but give it give me a 61,528 error when I escape... How should I handle that ?
Thanks for your answers.
define function !!SECTIONSPEC()
DO
prompt off
prompt load escape |Identify SCTN |
NEW GLAB
LLEADER FALSE
lfcolour108
llcolour108
TXCOLOUR 108
BTEXT '#catr(c2:4)'
LFRAME OFF
ON ID SCTN@
AT@
Handle (61,528)
prompt on
prompt dismiss
break
endhandle
ENDDO
REFRESH
EndFunction
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Reply
Francois Rosillo
over 10 years ago
Hi,
This is a code I use to tag SCTN spec:
It works fine but give it give me a 61,528 error when I escape... How should I handle that ?
Thanks for your answers.
define function !!SECTIONSPEC()
DO
prompt off
prompt load escape |Identify SCTN |
NEW GLAB
LLEADER FALSE
lfcolour108
llcolour108
TXCOLOUR 108
BTEXT '#catr(c2:4)'
LFRAME OFF
ON ID SCTN@
AT@
Handle (61,528)
prompt on
prompt dismiss
break
endhandle
ENDDO
REFRESH
EndFunction
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Children
No Data