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: *

  1. ChiefJoseph

    Office Automation compatability

    Greetings all, Here is the deal, I'm at a university working on a little project that will allow professors to use a text file that is generated after scantrons are ran, and filter this into a excel spreadsheet(for grades). Now the text file that gets generated is all messed up with missing...
  2. ChiefJoseph

    Performance with CustomTags

    Doe's anyone know if you loose a lot of performance time when you use a lot of Custom tags?
  3. ChiefJoseph

    Good Programming Info

    Hey Chief here, If you guys havent got the ColdFusion Developers Journal I highly recomend it. It has some great articles on creating you own tags and such.
  4. ChiefJoseph

    Timing, CF VS PERL

    Does anyone know how much longer CF takes to process compared to Perl. I realize that Perl will be quicker but does anyone know the extent?
  5. ChiefJoseph

    Output problem when multiple messages exists

    I need to call apon the power of the cold fusion gods Heres what i got, <CFQUERY NAME=&quot;DateFindQuery&quot; DATASOURCE=&quot;Callender&quot; DBTYPE=&quot;ODBC&quot;> SELECT MessageDay FROM UserMessage WHERE ((MessageMonth='#mo#' AND MessageDay='#count#' AND...
  6. ChiefJoseph

    &lt;CFSET i=0&gt; &lt;CFLOOP CONDITION=&quot;#

    Hey guys, Heres the deal, I want to dynamically populate an array then output it later. Now my C++ brain tells me to do it this way. <CFSET days=ArrayNew(1)> This is where i populate the array <CFSET n=0> <CFLOOP CONDITION=&quot;n LT endday&quot;> <CFSET days[n]=&quot;n&quot;> THIS IS...
  7. ChiefJoseph

    CFLOCATION after a INSERT statement

    Hey I swear i read about this on a previous question but i cant find it, heres the code: <CFQUERY NAME=&quot;InsertMessage&quot; DATASOURCE=&quot;mydb&quot; DBTYPE=&quot;ODBC&quot;> INSERT INTO UserMessage ( stuff... ) VALUES ( stuff... ) </CFQUERY> <CFLOCATION...
  8. ChiefJoseph

    MMMMmmm COOKIES

    Hey this is a real studip problem but its driving me crazy! Heres the code, <cfcookie name=&quot;test&quot; value=&quot;Accepts cookies&quot;> Now in all of my documentation this should set(or write) the cookie in the clients computer. but its not working at all. I cant find any cookie by...
  9. ChiefJoseph

    visual studio

    hey, do you guys think its worth getting the visual studio? I have cute html and i'm thinking that it will work just as well. I used the trial version and I didnt think it was worth the 1400 dollars :) tell me what you think ChiefJoseph
  10. ChiefJoseph

    Creating a BBS for a newbie

    Hey I want to have info that is submited inserted into a large textbox. Is there a specific cmd that I can use? thanx ChiefJoseph

Part and Inventory Search

Back
Top