Module Customer.fd

     1#REPLACE FILE25 Customer
     2#REPLACE Customer.Recnum |FN25,0
     3#REPLACE Customer.Customer_Number |FN25,1
     4#REPLACE Customer.Name |FS25,2
     5#REPLACE Customer.Address |FS25,3
     6#REPLACE Customer.City |FS25,4
     7#REPLACE Customer.State |FS25,5
     8#REPLACE Customer.Zip |FS25,6
     9#REPLACE Customer.Phone_Number |FS25,7
    10#REPLACE Customer.Fax_Number |FS25,8
    11#REPLACE Customer.EMail_Address |FS25,9
    12#REPLACE Customer.Credit_Limit |FN25,10
    13#REPLACE Customer.Purchases |FN25,11
    14#REPLACE Customer.Balance |FN25,12
    15#REPLACE Customer.Comments |FS25,13
    16#REPLACE Customer.Status |FS25,14
    17