![]() |
Sergey Kornilov admin 1/20/2005 |
Zack, |
G
|
gluckett 3/18/2009 |
How do you do this in EDIT/ADD mode? I would like the user see the Currency in the TEXT box. If you have a price column, is there a way to have mysql, or your program, automatically put the dollar sign in front of the value when it is displayed in the table? |
J
|
Jane 3/19/2009 |
Gordon, global $control_FieldName; $control_FieldName["params"]["value"] = format_curency($control_FieldName["params"]["value"]); |