Ga naar inhoud

Form ClientDetailsForm

  • Unit name: Forms.Details.Client
  • Form name: TClientDetailsForm
  • Old form name: Unit7 (Form7)

Synopsis

Form to edit details of a client.

Functionalities

  1. The form has edits for the following fields:
    Company, Street, TownCode, Town, Tel, Fax, Contact, Email, CF, NRREGCOM, Banca, CONT
    
  2. It has a label for the field
    ID,
    
  3. The value of the field ID is generated on insert using:
      FormatDateTime('yyMMddhhnnss', now);
    
    (check whether this is still needed)
  4. The name edit is disabled on edit.
  5. Data is passed on by caller.
  6. Before post, check for duplicate. Error message if duplicate.

Functionalities

Tables/Views

Needed Service Calls

Call 1

Call 2

Reports