Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. paradis222

    Querying related to grouping

    I think I should amend this query... but how can i amend for the same result and function? I would like to select all record in table &quot;serialrecord&quot;, if there is duplicate serial no in the &quot;loan&quot; table, then select serial no with a large value of &quot;id&quot; <cfquery...
  2. paradis222

    Querying related to grouping

    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=&quot;recordcheck&quot; datasource=&quot;support&quot;> select Max(id) as tempid, Serialno from loan where Serialno IN...
  3. paradis222

    Sending a ColdFusion e-mail in both plain text and html

    Pcorreia, Can I have your tag too? thanks dy@picturesplanes.com Really thanks!
  4. paradis222

    Modify selected record at a time

    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 &quot;Class&quot; of several record in the listed result by selected checkbox . How can i...
  5. paradis222

    dynamic textfield

    I have two textfield in a form, say &quot; field1&quot; and &quot;field2&quot; In my case, if the user enter a product ID in &quot;field1&quot; 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?
  6. paradis222

    Keep value in textfield

    But can u give me some idea how can i do that? thanks!
  7. paradis222

    Keep value in textfield

    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
  8. paradis222

    Search result with some criteria

    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...
  9. paradis222

    Question About Frame

    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 &quot;newsframe&quot;). How can i do the following action? when i click on the link on PageA, then PageB is loaded in...
  10. paradis222

    calling function like javascript

    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!
  11. paradis222

    Chinese (Big5) Data from Access

    How can I display Chinese(Big5) Data from Access 2000 with Win2000 server?
  12. paradis222

    Assign 2 variable

    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 &quot;A&quot; and the ID No will be assigned as &quot;1&quot; and so on..!

Part and Inventory Search

Back
Top