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!

Search results for query: *

  • Users: TechDude
  • Content: Threads
  • Order by date
  1. 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.
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. TechDude

    CFFILE Read By Line

    Hi all, I have a csv file which I would like to read line by line into an array. The file is dynamically created so I cannot create an odbc source for it. I would like to read it line by line into an array using cffile. I'm guessing that I would need to read it into a variable using cffile and...
  11. TechDude

    arraysort multi dimensional array

    Hi all, does anyone know if you can sort a multi dimensional array using arraysort()? if so, what does it sort on? 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

    Array Error

    Hi, I am attempting to create and populate a multi-dimensional array within a set of grouped cfoutputs. I am getting the followiung error Cannot set element of indexed object The element at position 0 of the object cannot be set. May be the object is read-only. The object has elements in...
  13. TechDude

    Dynamic array name in cfset

    Hi all, I am trying to create a cfset statement which will set a dynamically named three dimensional array to a query value. the code I have created is: to create the arrays <cfloop index=&quot;z&quot; from=&quot;1&quot; to=&quot;#get_pack_size.recordcount#&quot;> <cfparam...
  14. TechDude

    Remote datasource

    Hi I need to access a datasource on a remote machine from a cfquery. any ideas? 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.
  15. TechDude

    escaping double quotes in a cfparam

    Hi all, I am creating a comma delimited file to be imported into excel. I need the text of the fields to be double quoted. the following code creates the file by concatenating the values of the form fields submitted by a form <cfparam default=&quot;&quot; name=&quot;temp_output&quot...
  16. TechDude

    X and Y form elements?

    Hi all, I'm noticing that whenever I submit a cfm, the corresponding page has x and y form fields. These wer not part of the form I submitted. Can anyone tell me what these are and how to get rid of them? Chris Sorel chris@exnihilo.com http://www.exnihilo.com Remember, If you continue to do...
  17. TechDude

    Dynamic CF parameter

    Hi all, I am trying to get the value of a dynamically created cf parameter. I am passing several form elements from the previous page which are dynamically created. This means that the element names are service1 service2 service3 where the number is dynamically created by cf based on record...
  18. TechDude

    Escaping the Pound sign

    I need to display the pound sign in a cfml document within a <cfoutput> tag, how do I escape the character so that cold fusion ignores 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...
  19. TechDude

    Importing data

    Hi All, I have a database which I was told is a ms sql server 6.x format. It has an extension of .dat, is this correct? I have noticed that sql server 2000 uses .mdf I am confused. I am trying to import it to sql server 2000 and cannot seem to do so. is this an incompatibility or a user...
  20. TechDude

    Regular Expression Support

    Hi all, can anyone tell me if cold fusion supports regular expressions? if not, what is the best workaround...javascript? 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...

Part and Inventory Search

Back
Top