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

XOBVPRE.m

Go to the documentation of this file.
  1. XOBVPRE ;; mjk/alb - VistaLimk Pre-Init ; 07/27/2002 13:00
  1. ;;1.5;VistALink;;Sep 09, 2005
  1. ;;Foundations Toolbox Release v1.5 [Build: 1.5.0.026]
  1. ;
  1. QUIT
  1. ;
  1. EN ; -- add pre-init code here
  1. ; -- delete VISTALINK MESSAGE TYPE file (18.05)
  1. DO DEL(18.05)
  1. ;
  1. QUIT
  1. ;
  1. DEL(XOBFILE) ; -- delete file
  1. NEW DIU,XOBRES
  1. ;
  1. DO FILE^DID(XOBFILE,"","NAME","XOBRES")
  1. ;
  1. ; -- if file present then delete
  1. IF $GET(XOBRES("NAME"))'="" DO
  1. . ; -- delete security provider file
  1. . SET DIU=XOBFILE,DIU(0)="TD" DO EN^DIU2
  1. ;
  1. QUIT
  1. ;