Hi,
How can I dynamically format a field in NetWebForm, example
Field Name Format
Name
Surname
Date of Birth @d6
Address
Postal Code @n04
Gender
etc
I have numerous records in a file with a sort of layout above (questionnaire like), where a field will only populate if there is a value in. However, sometimes I need a date or number or other format, which in Clarion I will do
?Q:Fieldname:prompt{prop:text} = L:Fieldname
if clip(L:FieldnameFormat) <> ''
?Q:Fieldname{prop:text} = clip(L:FieldnameFormat)
.
I tried to put this variable in the Picture field in the Settings Tab when defining a field, but it behaves irregularly.
Although it remembers the right date, when opening the data file again it displays the date as 9/01/1801 which I guess must be date number 0 or 1.
Any ideas please??
Cheers
Charl