[KCFusion] ColdFusion Certification

2001-05-15 Thread Sheeran, Jean
Has anyone taken the Allaire CF exam? Has anyone passed it? At a price of $150 it is not very expensive compared to some other 'certifications' out there, but I am still curious about whether or not this exam has any impact. Does it really mean enough for it to be worth preparing for it? Jean

[KCFusion] FW: CFFILE

2001-05-09 Thread Sheeran, Jean
Would it be easy to loop through each file in a directory, and if its a .htm or .html file, slap a line of code at the beginning, a line of code at the end, then make it a .cfm file? I have an old support manual that is all .htm and .html, and I would like to put it in our new interface by

RE: [KCFusion] CF 5.0-- test it while you can!

2001-05-04 Thread Sheeran, Jean
I would love to test the RC, but I get a message whenever I try to log on from another computer that its a Single User License and that I have to stop and restart CF services before I can view content from another page. ?? What am I missing? Jean Sheeran remel Laboratory Products EDI

[KCFusion] looping over form fields

2001-04-30 Thread Sheeran, Jean
I have done this before, so I don't know what my hang-up is here. The following code (successfully) loops through and makes an inventory request form with 10 lines. First line cfloop from=1 to=10 index=linenumber step=1 cfoutput tr tdinput type=text

RE: [KCFusion] looping over form fields

2001-04-30 Thread Sheeran, Jean
td#Evaluate(locProdNum)#/td td#Evaluate(locLot)#/td /tr /cfloop -Original Message- From: Sheeran, Jean [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 2:18 PM To: '[EMAIL PROTECTED]' Subject: [KCFusion] looping over form fields I have done this before