Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 19631 - 19661 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19631
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...
Nigel Atkinson
nigelatkinso...
Offline Send Email
Oct 1, 2003
7:29 am
19632
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 ...
rory clarke
calmvoyger
Offline Send Email
Oct 1, 2003
8:21 am
19633
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...
Send Email
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...
Schlosser, JoAnn
jojo_super77
Offline Send Email
Oct 1, 2003
2:25 pm
19635
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,...
Nigel Atkinson
nigelatkinso...
Offline Send Email
Oct 1, 2003
2:26 pm
19636
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@...
Send Email
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...
Mr. Kim Siever
kimsiever
Offline Send Email
Oct 1, 2003
3:27 pm
19638
FileExists(pathToFile) ... From: Mr. Kim Siever [mailto:kim.siever@...] Sent: Wednesday, October 01, 2003 11:28 AM To: coldfusion-howto@yahoogroups.com ...
Roger Dahlstrom
rdahl
Online Now Send Email
Oct 1, 2003
3:28 pm
19639
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@...
Send Email
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...
Rizal Firmansyah
masswork
Offline Send Email
Oct 1, 2003
3:37 pm
19641
That is absolutely horrible looking. Man, I hope I can come up with something else. Thanks for the help everyone. ... ...
Rusty Owens
the_game570
Offline Send Email
Oct 1, 2003
5:29 pm
19642
Yeah, it sure is. However, I submit to you that it is just as horrible looking to hijack someone's windows and resize them. ... From: Rusty Owens...
Roger Dahlstrom
rdahl
Online Now Send Email
Oct 1, 2003
5:30 pm
19643
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...
Dan Plesse
empiricallys...
Offline Send Email
Oct 1, 2003
5:59 pm
19644
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,...
majwingnut19
Online Now Send Email
Oct 1, 2003
6:04 pm
19645
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...
Donnie Garvich
dgarvich
Online Now Send Email
Oct 1, 2003
6:10 pm
19646
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...
cid_matrix
Offline Send Email
Oct 1, 2003
6:17 pm
19647
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) .. ... .....
eric marden
xenlab
Offline Send Email
Oct 1, 2003
6:19 pm
19648
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...
Mary-Catherine Gerrey
duckboxxer
Offline Send Email
Oct 1, 2003
6:33 pm
19649
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...
majwingnut19
Online Now Send Email
Oct 1, 2003
6:38 pm
19650
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 ...
rory clarke
calmvoyger
Offline Send Email
Oct 1, 2003
6:41 pm
19651
<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...
Mary-Catherine Gerrey
duckboxxer
Offline Send Email
Oct 1, 2003
6:45 pm
19652
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...
eric marden
xenlab
Offline Send Email
Oct 1, 2003
6:51 pm
19653
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...
cid_matrix
Offline Send Email
Oct 1, 2003
6:53 pm
19654
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...
cid_matrix
Offline Send Email
Oct 1, 2003
7:06 pm
19656
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!!! ... ...
majwingnut19
Online Now Send Email
Oct 1, 2003
7:59 pm
19657
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...
Mary-Catherine Gerrey
duckboxxer
Offline Send Email
Oct 1, 2003
8:03 pm
19658
From: Rizal Firmansyah [mailto:rizal.firmansyah@...] ... Thanks Rizal. This worked how I needed. Mr. Kim Siever Website Development Office ...
Mr. Kim Siever
kimsiever
Offline Send Email
Oct 1, 2003
8:24 pm
19659
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...
Dan Plesse
empiricallys...
Offline Send Email
Oct 1, 2003
8:34 pm
19660
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...
mainstreetcentral@...
richardx1313
Offline Send Email
Oct 1, 2003
9:33 pm
19661
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...
Kang, Daniel
dancf2002
Offline Send Email
Oct 1, 2003
11:47 pm
Messages 19631 - 19661 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help