M
Maggie
I have an inforpath templated created from database, there's one field ID
which is a number in database, I want to display it as an 8 characters string
left padded with '0'. For example, id '1234' displayed as '00001234'. How can
I do that?
Thanks a lot.
which is a number in database, I want to display it as an 8 characters string
left padded with '0'. For example, id '1234' displayed as '00001234'. How can
I do that?
Thanks a lot.