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...
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.
I need to call apon the power of the cold fusion gods
Heres what i got,
<CFQUERY NAME="DateFindQuery" DATASOURCE="Callender" DBTYPE="ODBC">
SELECT MessageDay
FROM UserMessage
WHERE ((MessageMonth='#mo#' AND MessageDay='#count#' AND...
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="n LT endday">
<CFSET days[n]="n"> THIS IS...
Hey I swear i read about this on a previous question but i cant find it,
heres the code:
<CFQUERY NAME="InsertMessage" DATASOURCE="mydb" DBTYPE="ODBC">
INSERT INTO UserMessage (
stuff...
)
VALUES (
stuff...
)
</CFQUERY>
<CFLOCATION...
Hey this is a real studip problem but its driving me crazy! Heres the code,
<cfcookie name="test" value="Accepts cookies">
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.