we can set the edt type as string and limit the length of the same. For strings, StringSize and Adjustment should be set on the extended data type. DisplayLength of EDT Specify a maximum number of characters to be displayed in a form or report. not sure of 4th point exactly what you meant???
the field who has i want create is composed of 10 caracter divided into 4 components(segment /digite)
What i want is: how to produce to create unique field (cust_Id for exemple) that consisting 4 segment. for exemple if i want create new custmer, in form ,I seized sexe & date birth and other .
I want take for creating this field :
Gender (1 digit)
•1 for men
• 2 for women
Year of birth (2 digits)
• Are postponed the last two digits of the year
• Example: 78 for 1978
Month of birth (2 digits)
Order number (5 digits) auto increment
globale exemple:
Ahmed 22/03/1990 00001
when i submit the form the field contain this value : 1900300001 that is the unique identifier of new custmer inserted