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 SkipVought 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. emokid

    Several functions in one page

    Hi, I wrote a function go that redirects you to the item you selected out of a drop down list. The function works perfect if you put it on a seperate page. If you put it in a page with another function, I get the message "document.frmBrowseByRegion has no properties." I can't see...
  2. emokid

    Getting information out of forms in a SQLdatabase

    YESSSSSSSS !!!!! tx emokid
  3. emokid

    Getting information out of forms in a SQLdatabase

    OK, here's the code I am working on. ---- this is the code on the first page ------ <cfquery name=&quot;strSQL&quot; datasource=&quot;dbTravago&quot; dbtype=&quot;ODBC&quot; username=&quot;admin&quot; password=&quot;&quot;> SELECT * FROM tblRegions </cfquery> </head> <body> <CFFORM...
  4. emokid

    Getting information out of forms in a SQLdatabase

    Tx for the suggestion, but it doesn't seem to work : it will look for a field in the form with the name RegDescr, and that one doesn't exist. It should be '#Form.x#', where x is the name of the field as it got out of the query. any other suggestions ??? tx, emokid
  5. emokid

    Getting information out of forms in a SQLdatabase

    I am new to ColdFusion, so this question might seem simple to you... I am making my form dynamicly : I query the database, so the name of the input-field is #RegDescr# to have different names for each input-field. The problem now is if I want to insert that information in another table, I tried...

Part and Inventory Search

Back
Top