Ask a Question related to Dreamweaver AppDev, Design and Development.
-
hypamw #1
How to do calculation with the values in 2 form lists?
Hello,
I have 2 form list menus on a page, say list_1 and list_2. Each of the llist
meuns has items associted with values. When a item in list_1 or list_2 is
selected, I want to multiply the values of the selected items in list_1 and
list_2. I'm using DW MX 2004 on Mac OS 10.2.8 with Apache, Mysql and PHP. How
can I do it? Does DW has any built-in function to this? Or Javascript?
Thanks in advance.
Pw
hypamw Guest
-
lists and sum of values
noob here. I have a table in a database populated with lists. I need to query the entire database and find the instance count of each value in... -
#Error in form calculation
I get #Error in a simple =sum() calcualtion in a form's footer. Same formula works just fine in another form. What could be a reason for the... -
inserting option values into drop down lists with getstring when using distinct in the SQL
I don't know what your problem is. It works fine for me. Here is my code: <% dim cn,rs set cn=server.CreateObject("adodb.connection") ... -
Form Calculation
Hi Everyone, I have the following controls in an Access 97 form with a table as the source and the default view as "Continuos Form": ... -
How to question: Added new values to dropdown lists & database
This is my attempt to rephrase a question I asked earlier that got no response. I suspect it was my poor/unplanned wording. Here is another... -
hypamw #2
Re: How to do calculation with the values in 2 formlists?
Hello,
I figured out how to get the index and value of the selected item on a list
menu and do the multiplication on the values. Now I want to update a textfield
with the calculation result. I think I don't need a recordset for the dynamic
update. Should I use textfield for this purpose? Or there is something else?
Thanks in advance.
Pw
hypamw Guest



Reply With Quote

