I have a question related to grouping data
I have 2 fields, id and Serial No. id is unique and Serial No can be duplicate
the query like this:
<cfquery name="recordcheck" datasource="support">
select Max(id) as tempid, Serialno from loan where Serialno IN...
I have Class, Name and ID in database. I want to search all record under same class, so I use cfoutput query to display all the record in the same class, then, what i wanna do for the next step is to modify "Class" of several record in the listed result by selected checkbox . How can i...
I have two textfield in a form, say " field1" and "field2"
In my case, if the user enter a product ID in "field1" and press enter, the relative description will called dynamically from the database and loaded in field2 at the same time . How can i do with it?
I have 2 textfield in a form. If i enter a value in textfield 1 , relative value will be shown in textfield 2 from database. But the value in textfield 1 will lost. how can i keep the value in textfield 1?
Thanks
What i should started to make a page for searching the result in the database with some criteria? say, I have Name, Age, Sex and Location in the database, i wanna make a page which can filter the data from the database which the user can select the searching criteria first and then the searching...
Hi all,
I have some question related to frame loading.
I have two page. PageA (which is a simple html page having some linking) and PageB (which is a page with iframe named "newsframe"). How can i do the following action?
when i click on the link on PageA, then PageB is loaded in...
Hi. i am a newbies of Coldfusion i would like to ask if there is any call function like javascript in CF?
the case is i want to check 3 statement, if the 1st statment is true, then will use cfmail to send a email,
and then check 2nd statment, and then 3rd statement.. thanks a lot!
can i assign two variable if i choose a product in a drop down box ?
like if i choose Product A in drop down box, the value of product will be assigned as "A" and the ID No will be assigned as "1" and so on..!
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.