NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Ubaidullah on November 24, 2023, 04:31:18 AM

Title: Number Picture in NetWebForm
Post by: Ubaidullah on November 24, 2023, 04:31:18 AM
Hi,

I have a number field in a NetWebForm. I want it to display a value of 2000 as 2,000.00 (commas and decimal).

In a browse it is easy to set the picture to @n10.2 but how do I do it in a form?

Regards,
Ubaidullah Nubar.
Title: Re: Number Picture in NetWebForm
Post by: Bruce on November 24, 2023, 05:27:09 AM
>> I have a number field in a NetWebForm. I want it to display a value of 2000 as 2,000.00 (commas and decimal).

formatting of NUMBER fields is set by the browser.

>> In a browse it is easy to set the picture to @n10.2 but how do I do it in a form?

change the field type to STRING

Cheers
Bruce