Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
sidvic #1
adding values
I am trying calculate values after a selecion from a list box.
code is below.
<cfselect name="extra2" editable="true" width="250" Label="Accessories 2" ">
<cfoutput query="ace">
<option>#ace.desc#</option>
</cfoutput> </cfselect>
<cfinput type="Text" name="eq2" width="30" label="Qty">
<cfinput type="Text" name="eprice2" width="100" label="Price" >
i would like the vlaue of eprice2 to be calculated form the price column of th
quesry in the above select box and quanity entered in eq2 text field.
sidvic Guest
-
Adding values from various fields..
Hello, i'm trying to add a few values from multiple fields from 1 table. like: field a1 = 10 field a2 = 12 field a3 = 15 field a4 = 3 -
adding column values
My problem is how to add dataset component given column values (number values) - for example values from PRICE column to have a total amount... -
adding values to the
HI i have a datagrid with 5 columns. for the first 4 columns i do add the values using a arraylist. now i do need to add the values to the... -
Adding points to a database ( adding / subtrating numeric values)
HI all, I have build a user database that comes with user points for browsing private section of my site. I would like to know what is the... -
Adding custom values and database values to DropDwonList
The other way is to create a DataTable, put the --None-- as the first Row, then read the datareader into the DataTable, and append the --other-- at...



Reply With Quote

