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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TechDude

  1. TechDude

    Referencing a parent script from an iframe

    I figured it out. I needed to reference window.top... thanks for your help though. -Chris Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you continue to do what you have always done, you will continue to get what you have always gotten.
  2. TechDude

    Referencing a parent script from an iframe

    Hi all, I need to call a function in the main document from an iframe. can anyone tell me the syntax? thanks, -Chris Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you continue to do what you have always done, you will continue to get what you have always gotten.
  3. TechDude

    SQL Date Comparison Problem

    That did it, Much thanks! Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you continue to do what you have always done, you will continue to get what you have always gotten.
  4. TechDude

    SQL Date Comparison Problem

    Hi all, I am attempting to run a sql query to select records with a date older than 30 days ago. I don't get any errors but it doesn't return any results when I know that there are two results that should be returned. The date format in the database is mm/dd/yyyy. I'm using access 2000. Can...
  5. TechDude

    CF 5 Stability?

    Hi all, I have been waiting to see if cf 5/windows proved to be stable before upgrading. Has anyone found any major problems/instabilities with it? Anything I should know about? thanks, -Chris Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you continue to do what you have...
  6. TechDude

    Insert statement creating duplicate records?

    Thanks All, Quick update, I upgraded from 4.5.0.0 to 4.5.1 sp2. This seems to have fixed the problem. Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you continue to do what you have always done, you will continue to get what you have always gotten.
  7. TechDude

    Insert statement creating duplicate records?

    This is the code.... <cfif parameterexists(form.add)> <cfquery name=&quot;insert_services&quot; datasource=&quot;bms_faq&quot; dbtype=&quot;ODBC&quot;> INSERT INTO Services (service,visible) VALUES('#form.add_serv#',0) </cfquery> </cfif> <cflocation...
  8. TechDude

    Insert statement creating duplicate records?

    Hi all, I have a cf app that I created many moons ago which seems to have begun misbehaving. The app was working fine for several months. For some reason, when I execute a cfquery with an insert statement, it creates two records where it should only create one. None of the code has changed that...
  9. TechDude

    CFQuery Insert Problem

    I am having this problem currently, did you solve it? Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you continue to do what you have always done, you will continue to get what you have always gotten.
  10. TechDude

    RTF Converter

    Hi all, I need to dynamically create an rtf document via CF. Has anyone come across a custom tag for this? Anyone have some code for this? Thanks, Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you continue to do what you have always done, you will continue to get what...
  11. TechDude

    Word/PDF Generation

    Did this work? Where can I get the code? Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you continue to do what you have always done, you will continue to get what you have always gotten.
  12. TechDude

    Structure order

    Hi, I am creating a dynamic structure based on formfields, unfortunately, it seems that when I loop through the structure, it is ordered alphabetically instead of in the order that it was created. does anyone have any insight into the wwy in which structures are ordered? thanks, -Chris Chris...
  13. TechDude

    Need to schedule a cfm page to execute at a certain time

    Great! That looks like it will work fine. Much Thanks Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you continue to do what you have always done, you will continue to get what you have always gotten.
  14. TechDude

    Need to schedule a cfm page to execute at a certain time

    HI all, I need to have a cfmail executed automatically at the same time each day, does anyone know of a way to set this up in cfm? thanks, -Chris Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you continue to do what you have always done, you will continue to get what you...
  15. TechDude

    How to join tables from different datasources

    Khazmir, I don't think you can do that from access -chris Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you continue to do what you have always done, you will continue to get what you have always gotten.

Part and Inventory Search

Back
Top