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 All: I appreciate the valuable feed back. I will just ignore the sales person right now and NH and since I do not have 20K at my finger tips. I am gald to see that NH on the whole is OK. Hopefully the rest of their sales force will be truthfull and not slimey. Again Thank you all for...
  2. roropacific

    New Horizons

    Hello: What was presented to me was the following: "What is a computer", MCSE, MCSA and ComptiA. plus how to write is a resume, interview. Being funnled to a employeer for work expirence and eventually a job. NH says they do not garuanteed a job, but they sure imply that in their writing...
  3. 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...
  4. roropacific

    Just get a Blank form

    Fixed it. Using notepad for my editor.
  5. roropacific

    Action page does not update / insert data into database

    No No UNIX.. I have fixed it
  6. roropacific

    Action page does not update / insert data into database

    I figured it out. I was using wordpad. When I changed to opening and saving the file in notepad everything works
  7. roropacific

    Action page does not update / insert data into database

    Correct, I am using the correct data source. I do not get anything it is wierd.
  8. roropacific

    Action page does not update / insert data into database

    I just get a blank screen. No errors nothing.
  9. 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...
  10. roropacific

    Just get a Blank form

    I have added <FORM method=&quot;post&quot; action=&quot;insertdata.cfm&quot; name=&quot;add_user&quot;> Still not working
  11. roropacific

    Just get a Blank form

    I even tried to move the end form to this spot <input type=submit value=&quot;Add Customer&quot;> <input type=reset value=&quot;Reset Form&quot;> </form> <A href=&quot;menu1.htm&quot;> View Reports</A> <A href=&quot;search1.htm&quot;> Search for Product ID</A> <A href=&quot;search2.htm&quot;>...
  12. roropacific

    Just get a Blank form

    I get a totally blank output page. This dosen't even print out. Plus my database does not get a new record inserted into it. <html> <head> <title> Add Customer</title> </head> <body> <cfoutput> Record added. <br><br> <A href=&quot;customerservice1.cfm&quot;> Back</A> </br></br> </body>...
  13. roropacific

    Just get a Blank form

    <html> <head> <title> Add Customer</title> </head> <body> <cfoutput> Record added. <br><br> <A href=&quot;customerservice1.cfm&quot;> Back</A> </cfoutput> </br></br> </body> </html> I still get a blank output page, not even the field names. What else can it be?
  14. 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...
  15. roropacific

    Action File Appears not to be working

    I found my error Thank you for your help
  16. 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...
  17. roropacific

    Form Variable not passing to action

    Thank you for clearing that up. Now 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...
  18. 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...
  19. roropacific

    Xp slow logon help?

    I have found that DNS works faster
  20. roropacific

    Query Probelm

    Yes, brain freeze Thank you

Part and Inventory Search

Back
Top