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

    Select HREF OnChange or Submit

    WOW.. THANKS!!! It's not that I really didn't want to use JavaScript, but I figured that it could be easily done with a one liner like you supplied. I just couldn't get it to go. Thanks again!!
  2. NoWizod

    Quotes in database query cut string

    Thanks for your efforts. Unfortunately the strings are still being truncated. I may have to set it up differently. Thanks again!
  3. NoWizod

    Quotes in database query cut string

    Thanks!! Is my syntax incorrect here? It looks correct to me but is throwing me an error. <cfset FORM.Description = Replace(#FORM.Description#,'"',&#8221,all)>
  4. NoWizod

    Quotes in database query cut string

    So, would the best way to accomplish that be to REReplace on the query strings? Thanks!!
  5. NoWizod

    Select HREF OnChange or Submit

    I have a drop-down list of different links to pages within the application, is there a way to code this so I can follow the link OnChange or via a Submit button without using JavaScript? I have tried several different ways and even though the correct option is selected it's not active. Here are...
  6. NoWizod

    Quotes in database query cut string

    Yes...that might be helpful! Sorry about that... To further clarify, I am able to print from the <cfoutput> tags, however it's being passed via the form to the form handler. I'm thinking that may be where the issue lies. <cfquery datasource="HardwareStore" name="products"> SELECT * FROM...
  7. NoWizod

    Quotes in database query cut string

    I am pulling information from a database which includes measurements and to show inches quotes are used. So, when I create the query and list, those Descriptions with measurements are being truncated where there are quotes. I haven't been able to find a solution. Without getting too crazy is...
  8. NoWizod

    Delete Record In Access DB

    Thanks for your help! I am attempting to teach myself from a Course Technology book (past the halfway point) and this is the first time I've been so stuck. I was trying to get it to match the Hands-On Project (requirements) they supplied at the end of the chapter, and thought at first glance...
  9. NoWizod

    Delete Record In Access DB

    I have been attempting to delete a record via the use of a form where selecting Delete will provide the correct RequestID to complete the operation, however I always get all IDs, so all records would be deleted. I am not sure where I'm going wrong, but I've been working on this one issue for a...

Part and Inventory Search

Back
Top