Change arrears columns to try and make them line up.
[capital-apms-progress.git] / df / 011003a.df
blobc090a1a5284651a8ce6433af5113bac309015e36
1 ADD FIELD "OrderNo" OF "TenantCall" AS integer
2   FORMAT ">>>>>9"
3   LABEL "Order No"
4   ORDER 140
6 ADD FIELD "OrderAmount" OF "TenantCall" AS decimal
7   FORMAT "->>,>>>,>>9.99"
8   LABEL "Order Amt"
9   DECIMALS 2
10   ORDER 150
12 ADD FIELD "Priority" OF "TenantCall" AS character
13   FORMAT "X(4)"
14   LABEL "Job Priority"
15   ORDER 160
17 ADD FIELD "ContactName" OF "TenantCall" AS character
18   FORMAT "X(30)"
19   LABEL "Tnnt Contact"
20   ORDER 170
22 ADD FIELD "ContactPhone" OF "TenantCall" AS character
23   FORMAT "X(30)"
24   LABEL "Contact Phone"
25   ORDER 180
27 ADD FIELD "Description" OF "TenantCall" AS character
28   FORMAT "X(60)"
29   LABEL "Description"
30   ORDER 190
33 PSC
34 codepage=iso8859-1