Form ClientDetailsForm
- Unit name: Forms.Details.Client
- Form name: TClientDetailsForm
- Old form name: Unit7 (Form7)
Synopsis
Form to edit details of a client.
Functionalities
- The form has edits for the following fields:
Company, Street, TownCode, Town, Tel, Fax, Contact, Email, CF, NRREGCOM, Banca, CONT
- It has a label for the field
ID,
- The value of the field ID 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.