Form SupplierDetailsForm
- Unit name: Forms.Details.Supplier
- Form name: SupplierDetailsForm
- Old form name: Form6 (Unit6)
Synopsis
Form to edit details of a supplier.
Functionalities
- The form has edits for the following fields:
Name, Name2, Street, PostCode, Town, Tel, Fax, Contact,Email, SupplierNo,
- The form has a spinedit for the following field:
MonthsBeforeExpiry
- The form has a checkbox for the following field:
ActivateReturnMenu
- It has a label for the fields
ID, SupplierNo
- The value of the fields ID, SupplierNo is generated on insert using:
(check whether this is still needed)
FormatDateTime('yyMMddhhnnss', now);
- The name edit is disabled on edit.
- Data is passed on by caller.
- Before post, check for duplicate. Error message if duplicate.
Tables/Views
- SUPPLIERS
Needed Service Calls
None (yet, maybe check rename).
Reports
None.