If you are using SQL server
open your table in design view, >select the field that is showing the 4 decimals> look down to where it says scale if there is a 4 change it to 2. Now your fields with prices will only show 2 decimals after the ".".
as for the records that have already...
just a thought, set the permissions on the server directory to not accept anonymous access therefor if anyone tries to get into the directory where the page is stored then they will be prompted for username and password.
just a thought...
go http://devex.macromedia.com/developer/gallery/info.cfm?ID=BFD29A2C-2B0C-11D4-AA9700508B94F380&method=Full and download the tag it is very simple to use and gives the user the option of saving to disk or opening in browser.
good point will not hang server. :)
try this i think this is what you are trying to do..
<form name="form">
<select name="FName" onChange="this.form.FName2.value=this.value;">
<option>select 1</option>
<option value="test">test </option>
<option value="test...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.