GENERAL DESCRIPTION |
An integration agreement is approved to use the VA
FileMan undocumented variable DIWESUB. This variable will be set in the
Enter/Edit option of all objects and sub-objects of the ADP Plan Manager
Version 10 software. The variable will be used in conjunction the a VA
FileMan call to EN^DIWE for users to edit both the Initiative Description and
the Equipment Justification. When using the full screen editor to edit word
processing fields, the entire screen is blanked, and could be potentially
confusing to the user. In all cases the variable will be set immediately
prior to the call to EN^DIWE, and will be killed immediately afterword.
Following is a short sample of the code which is used to edit the Initiative
Description.
EDIT;
S DIWEPSE=1
S DIC="^PRAPIN(PRASTN,""IN"",PRASIN,""ID"","
S DWLW="75",DWPK="1"
S DIWESUB="Description"
D EN^DIWE K DIWESUB
|