RE: Why won't this work to give me a list of photos?

2008-07-20 Thread Rick Faircloth
#photo# - #photo_count#/cfoutputbr cfset photo_count = photo_count + 1 /cfloop Thanks, Rick -Original Message- From: Azadi Saryev [mailto:[EMAIL PROTECTED] Sent: Saturday, July 19, 2008 11:26 PM To: CF-Talk Subject: Re: Why won't this work to give me a list

RE: Why won't this work to give me a list of photos?

2008-07-20 Thread Rick Faircloth
#photo# - #photo_count#/cfoutputbr cfset photo_count = photo_count + 1 /cfloop Thanks! Rick -Original Message- From: Greg Morphis [mailto:[EMAIL PROTECTED] Sent: Sunday, July 20, 2008 12:22 AM To: CF-Talk Subject: Re: Why won't this work to give me a list

RE: Why won't this work to give me a list of photos?

2008-07-20 Thread Rick Faircloth
Oh, and I meant to ask how I would loop directly over a file? I tried some code, but it didn't work? How would that be written? Rick -Original Message- From: Azadi Saryev [mailto:[EMAIL PROTECTED] Sent: Saturday, July 19, 2008 11:26 PM To: CF-Talk Subject: Re: Why won't this work

Re: Why won't this work to give me a list of photos?

2008-07-20 Thread Will Tomlinson
Oh, and I meant to ask how I would loop directly over a file? I tried some code, but it didn't work? How would that be written? http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_j-l_15.html :) Will ~|

RE: Why won't this work to give me a list of photos?

2008-07-20 Thread Rick Faircloth
Oh...that works. Thanks, Wilbur! :o) Rick -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Sunday, July 20, 2008 7:08 AM To: CF-Talk Subject: Re: Why won't this work to give me a list of photos? Oh, and I meant to ask how I would loop directly over a file

Why won't this work to give me a list of photos?

2008-07-19 Thread Rick Faircloth
What's wrong with this code? (I don't get an error message from CF, just an IE Error 500...) Thanks, Rick cffile action=read file=e:\inetpub\webroot\real_estate_data\hmls\data\2008_0719_idx_custom\active_photos.txt variable=photos cfset photo_count=1 cfloop index=photo list=#photos#

Re: Why won't this work to give me a list of photos?

2008-07-19 Thread Azadi Saryev
is the file path correct? inetpub\webroot ? sure it's not wwwroot? if you are on a windows server use chr(10)chr(13) as newline delimiter why don't you loop directly over a file since you are on cf8? why do you use IE as your dev browser? switch to FF+Firebug+Coldfire immediately! :) Azadi

Re: Why won't this work to give me a list of photos?

2008-07-19 Thread Greg Morphis
What's #index# ? you dont have that variable declared anywhere.. should be #photo# right? On Sat, Jul 19, 2008 at 10:13 PM, Rick Faircloth [EMAIL PROTECTED] wrote: What's wrong with this code? (I don't get an error message from CF, just an IE Error 500...) Thanks, Rick cffile action=read

Verity - why won't it work?

2003-01-23 Thread Cutter (CF_Talk)
I have a site for a local school board set up on a Linux server running CFMX. I have set up two separate Verity collections, one to index the entire site and one to only index a documents directory. Having never done this before (and our lead developer not having any idea why it wasn't

RE: Verity - why won't it work?

2003-01-23 Thread Mark Leder
-Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 10:26 AM To: CF-Talk Subject: Verity - why won't it work? I have a site for a local school board set up on a Linux server running CFMX. I have set up two separate Verity collections, one

Re: Verity - why won't it work?

2003-01-23 Thread Cutter (CF_Talk)
time in the past? Thanks, Mark -Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 10:26 AM To: CF-Talk Subject: Verity - why won't it work? I have a site for a local school board set up on a Linux server running CFMX. I have set up two

RE: Verity - why won't it work?

2003-01-23 Thread Ben Doom
- why won't it work? : : : Different search pages are used to access each collection. It is a : shared environment, though currently these are the only two collections : on this server. Approximately 100 pages and 30+ documents (word and : .pdf). Both collections worked fine when the site

Re: Verity - why won't it work?

2003-01-23 Thread Cutter (CF_Talk)
Lackey Moonbow Software, Inc : -Original Message- : From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] : Sent: Thursday, January 23, 2003 1:17 PM : To: CF-Talk : Subject: Re: Verity - why won't it work? : : : Different search pages are used to access each collection. It is a : shared

RE: [cf-xml] Why won't this work on 4.0???

2001-07-17 Thread Zac Belado
Any idea why the following code works on CF4.5pro but not 4.01pro I believe there was a bug in the CFObject code in CF 4 and it was fixed in CF4.5 ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Why won't this work on 4.0???

2001-07-16 Thread Joshua Miller
Any idea why the following code works on CF4.5pro but not 4.01pro cfset request.sourceDoc=f:\web sites\_josh\cd_list.xml cfset request.styleDoc=f:\web sites\_josh\cd_list.xsl cfobject type=COM name=objSource context=INPROC class=Microsoft.XMLDOM action=CREATE cfobject type=COM name=objStyle

Re: Why won't this work?

2000-07-10 Thread Joel Blanchette
How does you cfquery look like Show us some code... Joel - Original Message - From: "Dick Applebaum" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, June 28, 2000 3:30 AM Subject: Re: Why won't this work? Chris I can't even get the in

Re: Why won't this work?

2000-07-10 Thread Fred T. Sanders
t: Re: Why won't this work? How does you cfquery look like Show us some code... Joel - Original Message - From: "Dick Applebaum" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, June 28, 2000 3:30 AM Subject: Re: Why won't this work?

RE: my pre-selected select box - why won't this work?

2000-07-05 Thread Mark Warrick
11:56 AM To: [EMAIL PROTECTED] Subject: my pre-selected select box - why won't this work? Sorry, this is probably very simple but I can't figure it out. I have a pre-selected value on my select box but it won't display. It should pre-select Maryland but it goes to the first option, Alaska

my pre-selected select box - why won't this work?

2000-07-03 Thread Park, Simon
Sorry, this is probably very simple but I can't figure it out. I have a pre-selected value on my select box but it won't display. It should pre-select Maryland but it goes to the first option, Alaska. If I hard-code "MD" into the 'SELECTED' parameter of the CFSELECT tag, the right option is

Re: my pre-selected select box - why won't this work?

2000-07-03 Thread Seth Petry-Johnson
Sorry, this is probably very simple but I can't figure it out. I have a pre-selected value on my select box but it won't display. It should pre-select Maryland but it goes to the first option, Alaska. If I hard-code "MD" into the 'SELECTED' parameter of the CFSELECT tag, the right option is

RE: my pre-selected select box - why won't this work?

2000-07-03 Thread Roberts, Jesse D
-3462 Fx. 714-896-3303 -Original Message- From: Park, Simon [SMTP:[EMAIL PROTECTED]] Sent: Monday, July 03, 2000 11:56 AM To: [EMAIL PROTECTED] Subject: my pre-selected select box - why won't this work? Sorry, this is probably very simple but I can't figure it out. I have a pre

RE: Why won't this work?

2000-06-28 Thread Chris Farrugia
like I did :) Sincerely, Chris Farrugia -Original Message- From: Leong Yew [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 12:49 AM To: [EMAIL PROTECTED] Subject: RE: Why won't this work? Chris, I don't know if this is what the template'

Re: Why won't this work?

2000-06-28 Thread Dick Applebaum
Chris I can't even get the initial page to display: Error Diagnostic Information ODBC Error Code = S1000 (General error) [Microsoft][ODBC Microsoft Access Driver] Unrecognized database format 'D:\FTP\chrisf\Database\bwpc.mdb'. The error occurred while processing an element with a

Re: Why won't this work?

2000-06-28 Thread Daniel-Laurence Cedilotte
PM Subject: Why won't this work? I have a link, it should work, but when you click the link, it just sits there and never does anything. To see this problem, go to www.bluewaterpc.com and then click SOHO Bundle on the left, and then the button for Calculate Price, and then you'll see the p

RE: Why won't this work?

2000-06-28 Thread Larry Juncker
Your button worked just fine for me. It took me to your billing info page. -Original Message- From: Chris Farrugia [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 27, 2000 8:18 PM To: [EMAIL PROTECTED] Subject: Why won't this work? I have a link, it should work, but when you click

Why won't this work?

2000-06-27 Thread Chris Farrugia
I have a link, it should work, but when you click the link, it just sits there and never does anything. To see this problem, go to www.bluewaterpc.com and then click SOHO Bundle on the left, and then the button for Calculate Price, and then you'll see the problematic button "Buy Now." It is

Re: Why won't this work?

2000-06-27 Thread pan
From: Chris Farrugia [EMAIL PROTECTED] I have a link, it should work, but when you click the link, it just sits there and never does anything. To see this problem, go to www.bluewaterpc.com and then click SOHO Bundle on the left, and then the button for Calculate Price, and then you'll see

Re: Why won't this work?

2000-06-27 Thread Todd Ashworth
From: Chris Farrugia [EMAIL PROTECTED] I have a link, it should work, but when you click the link, it just sits there and never does anything. To see this problem, go to www.bluewaterpc.com and then click SOHO Bundle on the left, and then the button for Calculate Price, and then you'll

RE: Why won't this work?

2000-06-27 Thread Chris Farrugia
PROTECTED]] Sent: Tuesday, June 27, 2000 9:57 PM To: [EMAIL PROTECTED] Subject: Re: Why won't this work? From: Chris Farrugia [EMAIL PROTECTED] I have a link, it should work, but when you click the link, it just sits there and never does anything. To see this problem, go to www.bluewaterpc.com

RE: Why won't this work?

2000-06-27 Thread Leong Yew
wed worked out fine. Could it be your browser that's problematic? Leong -Original Message- From: Chris Farrugia [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 1:25 PM To: [EMAIL PROTECTED] Subject: RE: Why won't this work? Wow, I can't get there, along with most everyone else..

Re: Why won't this work?

2000-06-27 Thread pan
: Why won't this work? From: Chris Farrugia [EMAIL PROTECTED] I have a link, it should work, but when you click the link, it just sits there and never does anything. To see this problem, go to www.bluewaterpc.com and then click SOHO Bundle on the left, and then the button for Calculate