IBINI07R ; ; 21-MAR-1994
;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
Q:'DIFQ(357.2) F I=1:2 S X=$T(Q+I) Q:X="" S Y=$E($T(Q+I+1),4,999),X=$E(X,4,999) S:$A(Y)=126 I=I+1,Y=$E(Y,2,999)_$E($T(Q+I+1),5,99) S:$A(Y)=61 Y=$E(Y,2,999) X NO E S @X=Y
Q Q
;;^DD(357.22,.05,3)
;;=WHAT DATA SHOULD BE CONTAINED IN THE SUBCOLUMN?
;;^DD(357.22,.05,4)
;;=D HELP2^IBDFU5
;;^DD(357.22,.05,21,0)
;;=^^3^3^2930527^
;;^DD(357.22,.05,21,1,0)
;;=
;;^DD(357.22,.05,21,2,0)
;;=The Package Interface returns a record, which is composed of fields. This
;;^DD(357.22,.05,21,3,0)
;;=identifies which field goes in the subcolumn.
;;^DD(357.22,.05,"DT")
;;=2930810
;;^DD(357.22,.06,0)
;;=MARKING AREA^P357.91'^IBE(357.91,^0;6^Q
;;^DD(357.22,.06,.1)
;;=TYPE OF MARKING AREA
;;^DD(357.22,.06,3)
;;=What type of marking area should appear in the subcolumn?
;;^DD(357.22,.06,21,0)
;;=^^2^2^2930527^
;;^DD(357.22,.06,21,1,0)
;;=
;;^DD(357.22,.06,21,2,0)
;;=This identifies which MARKING AREA should go in the subcolumn.
;;^DD(357.22,.06,"DT")
;;=2930414
;;^DD(357.22,.07,0)
;;=ALLOW EDITING OF TEXT?^S^0:NO;1:YES;^0;7^Q
;;^DD(357.22,.07,.1)
;;=ALLOW EDITING OF THE TEXT APPEARING IN THIS SUBCOLUMN? (YES/NO)
;;^DD(357.22,.07,3)
;;=Is it okey to edit the text appearing in this subcolumn?
;;^DD(357.22,.07,21,0)
;;=^^4^4^2930527^
;;^DD(357.22,.07,21,1,0)
;;=
;;^DD(357.22,.07,21,2,0)
;;=This determines whether or not the user, when selecting items to appear on
;;^DD(357.22,.07,21,3,0)
;;=the list, will be able to edit the text appearing in the subcolum. This is
;;^DD(357.22,.07,21,4,0)
;;=ignored if the subcolumn contains a MARKING AREA.
;;^DD(357.22,.07,"DT")
;;=2930428
IBINI07R ; ; 21-MAR-1994
+1 ;;Version 2.0 ; INTEGRATED BILLING ;; 21-MAR-94
+2 IF 'DIFQ(357.2)
QUIT
FOR I=1:2
SET X=$TEXT(Q+I)
IF X=""
QUIT
SET Y=$EXTRACT($TEXT(Q+I+1),4,999)
SET X=$EXTRACT(X,4,999)
IF $ASCII(Y)=126
SET I=I+1
SET Y=$EXTRACT(Y,2,999)_$EXTRACT($TEXT(Q+I+1),5,99)
IF $ASCII(Y)=61
SET Y=$EXTRACT(Y,2,999)
XECUTE NO
IF '$TEST
SET @X=Y
Q QUIT
+1 ;;^DD(357.22,.05,3)
+2 ;;=WHAT DATA SHOULD BE CONTAINED IN THE SUBCOLUMN?
+3 ;;^DD(357.22,.05,4)
+4 ;;=D HELP2^IBDFU5
+5 ;;^DD(357.22,.05,21,0)
+6 ;;=^^3^3^2930527^
+7 ;;^DD(357.22,.05,21,1,0)
+8 ;;=
+9 ;;^DD(357.22,.05,21,2,0)
+10 ;;=The Package Interface returns a record, which is composed of fields. This
+11 ;;^DD(357.22,.05,21,3,0)
+12 ;;=identifies which field goes in the subcolumn.
+13 ;;^DD(357.22,.05,"DT")
+14 ;;=2930810
+15 ;;^DD(357.22,.06,0)
+16 ;;=MARKING AREA^P357.91'^IBE(357.91,^0;6^Q
+17 ;;^DD(357.22,.06,.1)
+18 ;;=TYPE OF MARKING AREA
+19 ;;^DD(357.22,.06,3)
+20 ;;=What type of marking area should appear in the subcolumn?
+21 ;;^DD(357.22,.06,21,0)
+22 ;;=^^2^2^2930527^
+23 ;;^DD(357.22,.06,21,1,0)
+24 ;;=
+25 ;;^DD(357.22,.06,21,2,0)
+26 ;;=This identifies which MARKING AREA should go in the subcolumn.
+27 ;;^DD(357.22,.06,"DT")
+28 ;;=2930414
+29 ;;^DD(357.22,.07,0)
+30 ;;=ALLOW EDITING OF TEXT?^S^0:NO;1:YES;^0;7^Q
+31 ;;^DD(357.22,.07,.1)
+32 ;;=ALLOW EDITING OF THE TEXT APPEARING IN THIS SUBCOLUMN? (YES/NO)
+33 ;;^DD(357.22,.07,3)
+34 ;;=Is it okey to edit the text appearing in this subcolumn?
+35 ;;^DD(357.22,.07,21,0)
+36 ;;=^^4^4^2930527^
+37 ;;^DD(357.22,.07,21,1,0)
+38 ;;=
+39 ;;^DD(357.22,.07,21,2,0)
+40 ;;=This determines whether or not the user, when selecting items to appear on
+41 ;;^DD(357.22,.07,21,3,0)
+42 ;;=the list, will be able to edit the text appearing in the subcolum. This is
+43 ;;^DD(357.22,.07,21,4,0)
+44 ;;=ignored if the subcolumn contains a MARKING AREA.
+45 ;;^DD(357.22,.07,"DT")
+46 ;;=2930428