source: WorldVistAEHR/trunk/r/INCOMPLETE_RECORDS_TRACKING-DGJ/DGJ1P3.m@ 623

Last change on this file since 623 was 613, checked in by George Lilly, 15 years ago

initial load of WorldVistAEHR

File size: 863 bytes
Line 
1DGJ1P3 ;ALB/MRY - Patch #3 Environment Check ; 8/23/04 10:04 AM
2 ;;1.0;Incomplete Records Tracking;**3**;Jun 25, 2001
3 ;
4EN ;
5 S XPDABORT=""
6 I '$G(DUZ)!($G(DUZ(0))'="@")!('$G(DT))!($G(U)'="^") D G ABRT
7 . D BMES^XPDUTL("*****")
8 . D MES^XPDUTL("Your programming variables are not set up properly.")
9 . D MES^XPDUTL("Installation aborted.")
10 W !!,">> Environment check complete and okay."
11 Q
12 ;
13ABRT ; Abort transport, but leave in ^XTMP.
14 S ^XPDABORT=2 Q
15 ;
16PRE ; Kill DD field (#10.04) of file (#393). Rebuild in Build.
17 S DIK="^DD(393,",DA=10.04,DA(1)=393
18 D ^DIK
19 Q
20 ;
21POST ;Post init - Disable Corefls option.
22 N DIC,TEXT
23 S DIC="^DIC(19,",DIC(0)="X"
24 S X="DGJ LOCAL VENDOR ADD" D
25 . D ^DIC Q:Y<0 D
26 .. D BMES^XPDUTL("*****")
27 .. D MES^XPDUTL("Putting ["_X_"] option - 'out of order'")
28 .. S TEXT="CoreFLS Disabled (DGJ*1*3)"
29 .. D OUT^XPDMENU(X,TEXT)
30 Q
Note: See TracBrowser for help on using the repository browser.