Format currency which is displayed in a text box....

V

varun.jasuja

Hi all,
I am actually having a text box which is populated in the following
manner:
***************************
<html:text property = "ecAmount" size = "15" maxlength = "20"
onblur="return Fctn2()" readonly="true"
style="text-align:right;border-width:0;background:#C1D1E5;"/>

****************************
I am displaying the currency in the textbox..
I could ave displayed the formatted curreny if i was using a label...
But I'm confused on how to format the values of the text boxes..
Please help...
 
F

fredg

Hi all,
I am actually having a text box which is populated in the following
manner:
***************************
<html:text property = "ecAmount" size = "15" maxlength = "20"
onblur="return Fctn2()" readonly="true"
style="text-align:right;border-width:0;background:#C1D1E5;"/>

****************************
I am displaying the currency in the textbox..
I could ave displayed the formatted curreny if i was using a label...
But I'm confused on how to format the values of the text boxes..
Please help...

You have posted this message to the wrong newsgroup.
The access in this groups name refers to Microsoft Access, a database
program.
Please repost to the correct newsgroup for whatever Office program you
are using. I would suggest you include your Windows and Office version
number in the message.
 
Top