Ok summer school out so now onto my project agian... The CSV file idea worked great but it turns out professors are stupid and need a full functioning program for step by step instructions. I wrote my dada interpolation program in C++ and allthough vb would probably be easier, im thinking I...
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 tlhawkins,
So, how often do you use custom tags? I'm running into a CF programming technique problem. Is it better to write long CF scripts or modularize “specific tasks” into custom tags. I realize that this probably depends how often your using that “specific task” but do you have a...
Chief here,
First your asking a VERY broad question, try to narrow it down next time.
Now are your tables related? if they arent then you will need two <CFQUERY> statements.
If they are related, you can refer to them through a join. Now this can be an inner join,outer join, or another that...
I have the hard copy, but I think they do a web thing to. Just pick it up at you closest book store. I believe the company that publishes this is responsible for the javascipt, java, xml.... developer journals.
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...
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.