*( rLIST.TBL ) *( Copyright (c) 1993, R/ACCESS Software, Inc. ) *( All rights reserved. ) *( R:BASE command file to create and/or modify an R:BASE database and create an rLIST table within the specified database for use by rLIST Version 1.2 ) *( Usage: At the R> prompt enter: RUN rLIST.TBL USING dbname where dbname is the name of the R:BASE database you wish to create or modify ) DEFINE .%1 COLUMNS rHonor TEXT 16 rLName TEXT 16 rFName TEXT 18 rTitle TEXT 36 rCompany TEXT 36 rAddrs1 TEXT 36 rAddrs2 TEXT 36 rAddrs3 TEXT 36 rAddrs4 TEXT 36 rCity TEXT 20 rState TEXT 4 rZipCode TEXT 10 rCountry TEXT 20 rBPrefix TEXT 4 rBArea TEXT 4 rBPhone TEXT 8 rBSuffix TEXT 4 rBExt TEXT 4 rMPrefix TEXT 4 rMArea TEXT 4 rMPhone TEXT 8 rMSuffix TEXT 4 rFPrefix TEXT 4 rFArea TEXT 4 rFPhone TEXT 8 rFSuffix TEXT 4 rHPrefix TEXT 4 rHArea TEXT 4 rHPhone TEXT 8 rHSuffix TEXT 4 rTxtfld1 TEXT 36 rTxtfld2 TEXT 36 rTxtfld3 TEXT 36 rDatefld DATE KEY rTimefld TIME KEY rTimer INTEGER KEY rMarker INTEGER rNotePad NOTE TABLES rLIST WITH rHonor rLName rFName rTitle rCompany rAddrs1 rAddrs2 rAddrs3 + rAddrs4 rCity rState rZipCode rCountry rBPrefix rBArea rBPhone rBSuffix + rBExt rMPrefix rMArea rMPhone rMSuffix rFPrefix rFArea rFPhone rFSuffix + rHPrefix rHArea rHPhone rHSuffix rTxtfld1 rTxtfld2 rTxtfld3 rDatefld + rTimefld rTimer rMarker rNotePad PASSWORDS RPW FOR rLIST IS NONE MPW FOR rLIST IS NONE END