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. lovecf

    Code Review, Update process Does NOT work

    This is how we fixed it: <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <html> <head> <title>Update Candidates Information</title> </head> <!--- Update ---> <CFQUERY DATASOURCE=&quot;interview&quot; name=&quot;myupdate&quot;> UPDATE interview SET InitialIntdate...
  2. lovecf

    Code Review, Update process Does NOT work

    I already removed the , the problem appears to be in the update statement, and using cfif and so on.
  3. lovecf

    Code Review, Update process Does NOT work

    This is the form page: <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <!--- include toolbar.cfm---> <cfinclude template=&quot;Toolbar.cfm&quot;> <html> <head> <CFPARAM Name=&quot;ID&quot; Default=1> <title>Interview 2</title> </head> <CFQUERY...
  4. lovecf

    Login and Directed to certain page????????

    OK skppyny, which part is the login form and which part is the action form? Somewhat confused, but then again, with this project that I am working on it is getting crazier every moment because one person wants one form and the other person wants things there way. thanks
  5. lovecf

    Login and Directed to certain page????????

    I am looking for examples of logining in someone,: Userid:__________, Password:___________, and then based on there permissions (another field in the database) sending them to a certain form for viewing information on candidates,.......... If you have a permission of Me, then you see a form...
  6. lovecf

    Refresh , / on save

    yes I am still lovecf, because I do love working in CF, the problem was IE, but now that I went to a previous version, I cant use the latest CSS features. so I am kinda up a creek. Thanks Michael
  7. lovecf

    Refresh , / on save

    fixed it
  8. lovecf

    Refresh , / on save

    This is through the internal browser, not external
  9. lovecf

    Refresh , / on save

    I am trying to figure out what I am missing in the setup, when working in studio, then save, and goto browse, I have to hit refresh, in order to see my changes, although on my system at work, once I hit browse, it show's the changes, automagically. What setting am I missing? Thanks Michael

Part and Inventory Search

Back
Top