Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: XQOPED

XQOPED.m

Go to the documentation of this file.
  1. XQOPED ;SEA/Luke - Option Editor ;04/27/98 12:26 [ 04/02/2003 8:29 AM ]
  1. ;;8.0;KERNEL;**1005,1007**;APR 1, 2003
  1. ;;8.0;KERNEL;**46**;Jul 10, 1995
  1. ;
  1. IN ;Called from the Pre Action of the XQEDTOPT form
  1. K ^TMP($J,"XQOPED")
  1. ;I $D(XQDICNEW) S ^TMP($J,"XQOPED","NEW")=XQDICNEW
  1. Q
  1. ;
  1. OUT ;Called from the Post Action of the XQEDTOPT form
  1. I $D(XQDICNEW),$P(XQDICNEW,U,3) D CMPLT
  1. I $D(DDSCHANG),DDSCHANG D PUT^DDSVAL(DIE,.DA,3.6,DUZ,"","I")
  1. ;I $D(DDSCHANG),DDSCHANG S ^TMP($J,"XQOPED","CHANGED")=DA
  1. K DDSCHANG,XQDICNEW ;,DDSPAGE,DDSPARM
  1. Q
  1. ;
  1. CHECK() ;See if this person should have programmer access to the
  1. ;EXECUTABLES subfile containing the ENTRY ACTION, etc.
  1. ;
  1. ;Returns a 1 if the user has a key or an @-sign, 0 if not.
  1. ;
  1. ;Called by the branching logic of the EXECUTABLES form-only field
  1. ;on Page 1 (Main) of the XQEDTOPT ScreenMan form.
  1. ;
  1. N XQYES S XQYES=0
  1. ;
  1. Q:'$D(DUZ) XQYES
  1. I $D(^XUSEC("XUMGR",DUZ)) S XQYES=1
  1. I $D(^XUSEC("XUPROG",DUZ)) S XQYES=1
  1. ;I $D(^XUSEC("XUPROGMODE",DUZ)) S XQYES=1
  1. ;I $D(^XUSEC("XQSMDFM",DUZ)) S XQYES=1
  1. ;
  1. ;
  1. Q:'$D(DUZ(0)) XQYES
  1. I DUZ(0)="@" S XQYES=1
  1. ;I DUZ(0)="#" S XQYES=1
  1. ;
  1. Q XQYES
  1. ;
  1. ;
  1. EA ;ENTRY ACTION for the option XQOPED, the screen-based option editor
  1. K ^TMP($J,"XQOPED")
  1. I $$CHECK() S DLAYGO=19
  1. Q
  1. ;
  1. XA ;EXIT ACTION for the option XQOPED, the screen based Option Editor
  1. ;Repoint the CREATOR field for the modified options
  1. ;
  1. I $D(^TMP($J,"XQOPED","CHANGED")) D
  1. .N % S %=0
  1. .F Q:%="" D
  1. ..S %=$O(^TMP($J,"XQOPED","CHANGED")) Q:%=""
  1. ..I $D(^DIC(19,%,0))#2 S $P(^(0),U,5)=DUZ
  1. ..Q
  1. .Q
  1. K ^TMP($J,"XQOPED")
  1. Q
  1. ;
  1. CMPLT ;Check to make sure that the option is complete enough to leave
  1. ;it in the Option File.
  1. I $D(XQDICNEW) D
  1. .N %
  1. .S %=$P(^DIC(19,+XQDICNEW,0),U,4) ;Check the TYPE field
  1. .I %']"" S DA=+XQDICNEW,DIK="^DIC(19," D ^DIK K DIK,DA
  1. .Q
  1. Q
  1. ;
  1. ;This code was graciously provided by David LaLiberte
  1. ;AUHBHLP
  1. ;692/DCL-TMT PLAN SCREEN HELP PROCESSOR;OCT 07, 1997@13:34
  1. ;;1.0;WHITE CITY TMT PLAN PKG;;6-17-97
  1. H(XQIEN) ;Process Help for ScreenMan form
  1. Q:$G(XQIEN)'>0
  1. Q:$D(^DIC(19.8,XQIEN,1))'>9
  1. N XQA,XQI
  1. F XQI=1:1:5 Q:'$D(^DIC(19.8,XQIEN,1,XQI,0)) S XQA(XQI)=^(0)
  1. D HLP^DDSUTL(.XQA)
  1. K XQIEN
  1. Q