Hi I have a main (MS Accsess) table "microbesdata" with several memo fields. There is also a "subsidiary" file called "microbesTF". I want to set up a data...
No that is the FTP log you want mssmptsvc1, it should be in the same location unless you have changed it. If you don't have it i think you need to tick the ...
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Oct 1, 2003 9:21 am
19634
Does anyone here do work that is SCORM compliant? How does complying with this affect how you design an application and code a page or application? Looks...
Hi I found some useful looking code in Macromedia's forums for exporting to MS Excel and Word (listed below). The code works very well on entire tables but,...
What is the error you are getting? ... From: Nigel Atkinson [mailto:n.p.atkinson@...] Sent: Wednesday, October 01, 2003 10:27 AM To:...
Bryan F. Hogan
bryan.hogan@...
Oct 1, 2003 2:29 pm
19637
Hi all, I have a page that dynamically writes an image to a page. The image is named username.jpg and is the same username to which the rest of the information...
FileExists(pathToFile) ... From: Mr. Kim Siever [mailto:kim.siever@...] Sent: Wednesday, October 01, 2003 11:28 AM To: coldfusion-howto@yahoogroups.com ...
FileExists() ... From: Mr. Kim Siever [mailto:kim.siever@...] Sent: Wednesday, October 01, 2003 11:28 AM To: coldfusion-howto@yahoogroups.com Subject:...
Bryan F. Hogan
bryan.hogan@...
Oct 1, 2003 3:29 pm
19640
Kim, if you have direct access to storage where images reside, you can use #FileExists# function. But if not, you have to use <cfhttp> instead, and check...
Ok I looked again and no mssmptsvc1, so in general I enabled logging. I was Looking in Default SMTP Virtual Server and under connection both My IP address and...
I have created an action page for inserting info into a db. All the fields work except the check boxes. They are all of the same group and either all, none,...
Checkboxes are submitted as a list of the values of the checked items. You may use this list to loop, etc. Donnie Garvich, Senior Developer - Finality...
OK, here's the situation: I have ColdFusion 5. I'm accessing an Access database. My Intranet has been running fine for awhile now, but, recently we started...
Just make sure all the checkboxes of a particular group have same name, diff values and you'll be sent a comma separated list of values (ex: 0,1,4,6) .. ... .....
For the 700 records issue, when not displaying all, are you still getting everything in the query? What if you cache the query? Any funky tags or function...
thanks for the input...i've gotten as far as that, knowing that it's a comma delimited list, but i guess what i'm confused is more along the lines of...
so is it working ??? ... Ok I looked again and no mssmptsvc1, so in general I enabled logging. I was Looking in Default SMTP Virtual Server and under ...
<cfloop list="#form.chkbxList#" index="tmpVar"> <cfoutput>#tmpVar# is my list item</cfoutput> </cfloop> to loop over the lsit of passed checkboxes. Be sure to...
Here's all the list functions for CF MX: http://www.macromedia.com/livedocs/coldfusion/6.1/htmldocs/functi13.htm# wp1099435 Lists are similar to arrays, but a...
Nothing really funky going on. Just the CFQUERY, a couple of CFINCLUDES (nothing special) and code to change sorting by column. As far as your 1st question, I...
OK, I tried the caching theory, I get the same results. Basically just that error message. So, at least now we know that the timeout is NOT being caused by...
SWEET thanks for everything guys....i just placed the <cfquery> to insert inside a indexed <cfloop> and works like a charm! MEGA THANKS TO ALL!!! ... ...
700 lines is a lot for a browser to render. Have you tried this in different browsers? If you break things out into smaller chunks, like even 350, do you...
Well they all go out the mail "Spool" and they don't show up in "Undelivr"ed but they all go to C:\Inetpub\mailroot\Queue and they just sit their. I go to...
It's an Access database, right? Does your query return memo fields? How many? Try running the query without the memo fields or with only one as the very last...
I like to know if anyone is using cfmail with Novell Groupwise. I want to know if there any problems with cfmail & Novell Groupwise. Thank you, Daniel...