I have string datafield which is formatted in @n06 picture.
In offline application, formating this field goes without problem (format(dat:numb,@n06)), but from web application, how to format to get exactly the same?
When I close/complete form in which that field is, I got wrong formatted field in database. In session value also all look well, but on completion and after inserting in database, no.
For example: the right format must be 000056, but I have in database entry of 56...
Regards, Ozren