source: FOIAVistA/tag/r/KERNEL-XU-A4A7-USC-XG-XLF-XNOA-XPD-XQ-XVIR-ZI-ZOSF-ZOSV-ZT-ZU-%Z-XIP--XQAB--XUC--XUR--ZIN--ZTED/XUTMTEP.m@ 628

Last change on this file since 628 was 628, checked in by George Lilly, 14 years ago

initial load of FOIAVistA 6/30/08 version

File size: 667 bytes
Line 
1XUTMTEP ;SEA/RDS - TaskMan: Toolkit, Edit Priority ; ;
2 ;;8.0;KERNEL;;Jul 10, 1995
3 ;
4EDIT ;Edit task's priority
5 N DIR
6 S DIR(0)="NO^1:10"
7 S DIR("A")="PRIORITY"
8 I $P(ZTSK(0),U,15) S DIR("B")=$P(ZTSK(0),U,15)
9 S DIR("?")="^D HELP^XUTMTEP"
10 S DIR("??")="^D HELP2^XUTMTEP"
11 D ^DIR K DIR
12 I $D(DTOUT) W $C(7)
13 I $D(DIRUT) Q
14 S $P(ZTSK(0),U,15)=X
15 Q
16 ;
17HELP ;EDIT--? help for prompt
18 W !!?5,"Answer must be an integer between 1 and 10."
19 Q
20 ;
21HELP2 ;EDIT--?? help for prompt
22 W !!?5,"Answer will set the starting priority for the task."
23 W !?5,"Answer 10 to specify high priority, 1 for low, etc."
24 W !?5,"If no priority is specified, site default will be used."
25 Q
26 ;
Note: See TracBrowser for help on using the repository browser.