Image: Import_Delete_Customer_image

Module location: IMPDELC.VW line 8 (view source)

┌─Import and Delete Customers──────────────────────────────────────────┐
│                                                                      │
│ This demonstrates how a BPO can be used to import and delete records │
│                                                                      │
│ Import Customers                                                     │
│         This will import customers from a file named Cust.txt which  │
│         should be placed in your data directory                      │
│                                                                      │
│                                                                      │
│                                                                      │
│ Delete Customers                                                     │
│         This will delete the customers you just imported. It looks   │
│         customers with the text "NEW:" prefaced to the name and      │
│         deletes them.                                                │
│                                                                      │
│                                                                      │
│                                                                      │
└──────────────────────────────────────────────────────────────────────┘