i m tring to submit a numeric data

K

kdk1983

i had already defined it as a whole number (Integer) after that i m not
getting 0 as my first digit
can i use any pattern or validation for this.
 
M

Madhuri Nishanker Rao

Hi
Try the following steps to get ‘0’ as first your first digit:

1. Open the form in design mode
2. Open the properties window of the text box
3. Click on ‘Format’ button
4. Select ‘None(display XML value)’ radio button
5. Click ‘Ok’ twice
6. Save and preview the form
 
Top