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 Shaun E 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. roropacific

    New Horizons

    Hello: I am in the Portland Oregon area. I went and met a sales man at New Horizons. I did not have the 20 grand he was asking. I asked him if he would quote me a price on just set of classes for a MCSA. He replied to me by this cute little emailed quote. "I want to caution you, that our...
  2. roropacific

    Action page does not update / insert data into database

    Here is the form <html> <head> <title>Customer Service FeedBack Form</title> </head> <body> <h1>Customer Service FeedBack Form</h1> <hr> <FORM method=&quot;post&quot; action=&quot;doregister.cfm&quot; name=&quot;Customer Service Feedback&quot;>&#13;&#10;<ol>&#13;&#10;<li>&#13;&#10;&#13;&#10...
  3. roropacific

    Just get a Blank form

    Hello I have created this form for output I do not get any results. What I am doing wrong? I have a different form that works fine. <html> <head> <meta HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;TEXT&quot;/html; charset=windows-1252&quot;> <meta HTTP-EQUIV=&quot;Content-Language&quot...
  4. roropacific

    Action File Appears not to be working

    the search.cfm appears to be not working. My browser just refreshes. Here is my action file &quot;search.cfm&quot; <CFPARAM NAME=DATASRC DEFAULT=custsrvc> <cfoutput>#form.searchvar# </cfoutput> <CFQUERY NAME=GETITEMS DATASOURCE=#DATASRC#> SELECT * FROM complaint where product_id like...
  5. roropacific

    Form Variable not passing to action

    Hello I am knew to cold Fusion. Here is my problem I have a form with one field and a submit button. When I enter something in the field and press submit. I get this error Error Diagnostic Information An error occurred while evaluating the expression: #form.searchvar# Error near line 3...
  6. roropacific

    Query Probelm

    I have this query I want to return information just where fiscyr = 2002. However it returns all years. select r.invtid,r.qty as returns ,i.qty as invoice, r.fiscyr, i.fiscyr as invoice_fiscyr from z_return as r left join z_invoice as i on i.invtid=r.invtid where r.fiscyr='2002' group by...
  7. roropacific

    XP_SENDMAIL and varibles

    Hello: I am trying to construct an sql string that has varibles concatenated to it. I am running SQL 7.0 sp4 on windows 2000 server. Code is below declare @yr as int declare @mo as int declare @dy as int declare @total as int declare @count as int declare @pos as int declare @sqlstr as...

Part and Inventory Search

Back
Top