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 strongm 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. 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.
  16. TechDude

    How do you link from HTML page to a particular frame in a flash movie?

    I tried this out, it works, the moock.org page madprofessor mentioned is well detailed. remember to set liveconnect on in your embed using swLiveConnect=&quot;true&quot; otherwise it won't work in netscape. regards, Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you...
  17. TechDude

    Is Cold Fusion 5/windows stable?

    Hi all, my company is looking to upgrade to cf 5 from cf 4.5 on win 2k can anyone tell me if there are any known problems or instabilities with cf 5? much thanks, -Chris Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you continue to do what you have always done, you will...
  18. TechDude

    Which is better to create an online planner, CF or ASP?

    Incidentally, I just checked the tek-tips satisfaction ratings for cf and asp. cf: 77% happy 23% moderate 0% unhappy asp: 60% happy 37% moderate 3%unhappy for whatever that's worth -Chris Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you continue to do what you have...
  19. TechDude

    Which is better to create an online planner, CF or ASP?

    I've found that quite often there is already a canned solution to many problems. I would be willing to wager that there is already a web based planner/organizer which would ultimately be cheaper than the time to develop a new one. Of course If you have special needs which require customization...
  20. TechDude

    Form field named email

    Hi all, Has anyone noticed a problem with naming a field email in cf? I have on several occasions used a form with a text field called email which has not been recognized correctly by cold fusion. It doesn't seem to be recognized. currently, I'm doing a simple form mail script which loops...

Part and Inventory Search

Back
Top