Arrays....

2001-03-04 Thread Kevin Mansel
How would i display the entire contents of an array? I keep getting this error Expression result cannot be converted to a string Expressions used inside tags like CFOUTPUT, CFQUERY, CFMAIL, etc. must evaluate to a value that can be converted to a string for output or dynamic text

getting hold of old archives

2001-03-04 Thread Brian Sheehan
I suscribed to this group a few weeks ago starting with digest #167 As very much a beginner to ColdFusion I've been finding it an excellent resource - however, I can't find any way of getting hold of the older digests - can anyone confirm whether this exists in a location where they can be

RE: getting hold of old archives

2001-03-04 Thread Angel Stewart
uhh Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ ??? -Gel -Original Message- From: Brian Sheehan [mailto:[EMAIL PROTECTED]] As very much a beginner to ColdFusion I've been finding it an excellent resource - however, I can't find any way of getting hold of the older

RE: Arrays....

2001-03-04 Thread Hal Helms
If it's a one-dimensional array, you could do this: cfloop from="1" to="#ArrayLen( array_name )#" index="i" #array_name[i]#br /cfloop For a two-dimensional array, you could do this: cfloop from="1" to="#ArrayLen( array_name )#" index="aRow" cfloop from="1" to="#ArrayLen( array_name[aRow]

Re: enablecfoutputonly and the mysterious space

2001-03-04 Thread Jeffry Houser
You may want to look into CFSILENT. You may also want to rewrite the page with no line breaks. Or (I'm not sure how or if possible) re-write the Flash movie to ignore whitespace. At 08:57 PM 03/04/2001 +1300, you wrote: I'm having this wonderful problem with a space being added to the

Debugged

2001-03-04 Thread paul smith
Since I moved my LAN behind a firewall with non-routable IPs, CF debugging no longer works for specific IP addresses - even when both the browser and CF server are on the non-routable IP addresses. CF debugging does work if I do not enter any IP addresses in CF Administrator. Is this expected

Refresh, on save

2001-03-04 Thread Michael
I am trying to figure out what I am missing in the setup, when working in studio, then save, and goto browse, I have to hit refresh, in order to see my changes, although on my system at work, once I hit browse, it show's the changes, automagically. What setting am I missing? Thanks Michael

Re: Debugged

2001-03-04 Thread Phoeun Pha
if there are no IP addresses enter, then coldfusion displays all the debugging info that is checked in the admin. - Original Message - From: paul smith [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, March 04, 2001 8:47 AM Subject: Debugged Since I moved my LAN behind a

CF_ColumnList Custom Tag

2001-03-04 Thread David Shadovitz
I've written a simple CFML Custom Tag which created a "properly" ordered list of columns in a query. This gets around the problem that the CF-supplied ColumnList is in an unpredictable order. If the SELECT clause is a list of columns, the tag returns a list of those columns in the same order

Re: Refresh, on save

2001-03-04 Thread Phoeun Pha
my friend, NEVER EVER use coldfusion's browser. use an external browser - Original Message - From: Michael [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, March 04, 2001 12:32 PM Subject: Refresh, on save I am trying to figure out what I am missing in the setup, when

Re: test for holes

2001-03-04 Thread Erki Esken
Hi everyone, is there any software that can test the .cfm site for holes. I'm heard about MunchkinLand from houseoffusion, but I can't open it. Where can I find and download it. Another testing product is SecretAgents.com's STOMP tool. It checks your CFML code for all sorts of things,

Re: Refresh, on save

2001-03-04 Thread Michael
How does that answer my question? Ooops it doesn't. While your point maybe valid, it does not answer my question. "Phoeun Pha" [EMAIL PROTECTED] wrote in message 001501c04e52$2a27a560$0100a8c0@m4x0w0">news:001501c04e52$2a27a560$0100a8c0@m4x0w0... my friend, NEVER EVER use coldfusion's

RE: Refresh, on save

2001-03-04 Thread Philip Arnold - ASP
I am trying to figure out what I am missing in the setup, when working in studio, then save, and goto browse, I have to hit refresh, in order to see my changes, although on my system at work, once I hit browse, it show's the changes, automagically. Are your browser settings the same? Check

RE: Refresh, on save

2001-03-04 Thread Patricia Lee
Go to Options Configure External Browsers Make sure the option for "Browse using a temporary copy (no need to save)" is not checked. You probably want the option for "Automatically save changes to current document" instead. This might fix your problem... even though the option is for

RE: enablecfoutputonly and the mysterious space

2001-03-04 Thread Patricia Lee
Yes, I can corroborate this. You do want to use CFSILENT. There are a lot of flash guys here and I've had to work with them once or twice and we have seen the mysterious single space problem and solved it with judicious use of the cfsilent tag. |-Original Message- |From: Jeffry Houser

RE: test for holes

2001-03-04 Thread ibtoad
What exactly do the results mean??? I tried it and got the following: 500shtml.dll 500carbo.dll 500shtml.dll Thanks, Rich -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 04, 2001 2:50 AM To: CF-Talk Subject: Re: test for holes You have to

RE: Refresh, on save

2001-03-04 Thread Deb Dickerson
If you've got IE 5.5, there's a KB that talks about that problem: http://www.allaire.com/Handlers/index.cfm?ID=19070Method=Full Deb -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 04, 2001 1:32 PM To: CF-Talk Subject: Refresh, on save I am trying

Re: test for holes

2001-03-04 Thread Howie Hamlin
The program looks for certain well-known holes (files which hackers look for). If you get a 500 then that is good since it means that there was an error retrieving the file from your server. HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com

Mailing Shots in CF

2001-03-04 Thread W Luke
Hi, I'm looking for a bit of advice and ideas with Mailing Shots in CF. I run a site with an Access DB, and use a basic cfmail query to grab the members and send the weekly mail out - however only half the members receive the email, due to a timeout problem. I don't know why - default 30

Re: Refresh, on save

2001-03-04 Thread Michael
This isnt the external browser, its the internal, but I appreciate your input/reply Thanks Michae "Patricia Lee" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Go to Options Configure External Browsers Make sure the option for "Browse using a temporary copy

RE: (yet another) Javascript Question

2001-03-04 Thread Philip Arnold - ASP
I don't really know Javascript, but that's a really cute name! Jeanne heh That's a new one - CF-Talk used for chatting someone up g Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 "Websites for the real world"

RE: Refresh, on save

2001-03-04 Thread Philip Arnold - ASP
This isnt the external browser, its the internal, but I appreciate your input/reply In which case do you mean "use the built-in browser" or just the "browse" button? If you mean the built-in one, then it has cache problems... try using either IE or NS to view, internal or external That way

Refresh of internal Browser

2001-03-04 Thread Michael
On the internal browser of studio I am trying to figure out what I am missing in the setup, when working in studio, then save, and goto browse, I have to hit refresh, in order to see my changes, although on my system at work, once I hit browse, it show's the changes, automagically. What

RE: CF / SQL 2000 XML?

2001-03-04 Thread David Shadovitz
How's this for inelegance? Do your "select *" query, and then do a new query using an alias: "select #test.columnlist# as goodname" -David On Friday, March 02, 2001 8:40 AM, Michel Vuijlsteke [SMTP:[EMAIL PROTECTED]] wrote: Is it possible to use the new XML output in SQL Server 2000 in

Re: Refresh, on save

2001-03-04 Thread Michael
The built in one, which is what I use primarily "Philip Arnold - ASP" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... This isnt the external browser, its the internal, but I appreciate your input/reply In which case do you mean "use the built-in browser"

RE: (yet another) Javascript Question

2001-03-04 Thread ron
I don't really know Javascript, but that's a really cute name! Jeanne heh That's a new one - CF-Talk used for chatting someone up g But not surprising, considering the source. -ron ~~ Structure your ColdFusion code with Fusebox. Get

RE: Arrays....

2001-03-04 Thread Aidan Whitehall
How would i display the entire contents of an array? Use CF_Show to output it on screen (Developers Exchange). And looking at the source code might give you an idea of how to code what you're after. -- Aidan Whitehall [EMAIL PROTECTED] Netshopper UK Ltd Advanced Web Solutions Services

Re: Refresh of internal Browser

2001-03-04 Thread Michael
Ok here's the skoop, I edit my code, click the save, or do the key sequence, and then click the browse tab, and the page is displayed with the updated Code, NO refresh has been initiated at all, And I can NOT figure out what setting this is, to allow this to happen. Does any one know what

RE: Refresh of internal Browser

2001-03-04 Thread Philip Arnold - ASP
Ok here's the skoop, I edit my code, click the save, or do the key sequence, and then click the browse tab, and the page is displayed with the updated Code, NO refresh has been initiated at all, And I can NOT figure out what setting this is, to allow this to happen. Have you got "Use

Re: Refresh of internal Browser

2001-03-04 Thread Michael
Use MS internet explorer, with 0 days of history recorded. I have the work system right next to the home computer now and still cannot figure out which setting I am not getting or seeing Beating head on desk Michael "Philip Arnold - ASP" [EMAIL PROTECTED] wrote in message [EMAIL

Re: Debugged

2001-03-04 Thread paul smith
Yes, I know. I assume it displays it to everyone, too. How do I get it to display it to me only? best, paul At 09:46 AM 11/14/00 -0600, you wrote: if there are no IP addresses enter, then coldfusion displays all the debugging info that is checked in the admin. - Original Message -

OT: Enterprise Manager

2001-03-04 Thread Kinley Pon
I have been frustated out of my brains...I foolishly selected to have the wizard for registering a new SQL Server turned off. So from that point on, each time I right-click a server and then click "New SQL Server Registration", I get the "Registered SQL Server Properties" dialog box instead.

RE: Debugged

2001-03-04 Thread Philip Arnold - ASP
if there are no IP addresses enter, then coldfusion displays all the debugging info that is checked in the admin. Yes, I know. I assume it displays it to everyone, too. How do I get it to display it to me only? Put in your IP address into the box at the bottom - you must have a static IP

Re: Debugged

2001-03-04 Thread CF
Your answer is in the mail you responded to ;) Go to your CF Administrator and enter the IP addresses of the machines you want the debug info shown to. Also Paul, change make sure one of those addresses you enter is the IP address of the gateway machine that does your NAT and you should be good

UPDATE!!!!! Refresh of internal Browser, and thanks to all that helped

2001-03-04 Thread Michael
Hmm I would never have thought of it, but the IE explorer on the work system was 5.00.3103.1000 and the one on the home system was different in the fact that it had SP1 applied to it, I removed SP1 and it worked the same way on the home computer as it did with the work one. SO I have what

RE: UPDATE!!!!! Refresh of internal Browser, and thanks to all t hat helped

2001-03-04 Thread Kevin Gilchrist
Haven't got to look into it but I could have sworn that the release notes of *some* version of Cf Studio said that there was an enhancement that fixed it so that you wouldn't have to hit the save button to get a refresh... -Original Message- From: Michael [mailto:[EMAIL PROTECTED]] Sent:

Re: UPDATE!!!!! Refresh of internal Browser, and thanks to all t hat helped

2001-03-04 Thread Michael
Well if you find that I would appreciate you sharing it. THANK YOU "Kevin Gilchrist" [EMAIL PROTECTED] wrote in message AF835BB136A5D411874800D0B746D08C24A642@REDMAIL">news:AF835BB136A5D411874800D0B746D08C24A642@REDMAIL... Haven't got to look into it but I could have sworn that the release

Re: enablecfoutputonly and the mysterious space

2001-03-04 Thread Victor Chou
Thanks, I'll have a look at CFSILENT, I'm curreently "fixing" it by removing all line breaks and white spaces from the application.cfm and its included files, but this ain't pretty for a whole chunk of session management stuff. And there is no way to fix it in Flash, the Flash load variable

RE: Enterprise Manager

2001-03-04 Thread Dylan Bromby
i'm not sure if i fully understand the problem...but if you're trying to connect to a remote server, have you tried setting it up using the client network utility? -Original Message- From: Kinley Pon [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 04, 2001 11:47 AM To: CF-Talk Subject:

RE: Structure of Structures?

2001-03-04 Thread David Shadovitz
And let me add that CF_ObjectDump is a great tag to display this kind of stuff, as a check that you've gotten it right. -David On Saturday, March 03, 2001 3:35 PM, Scott Weikert [SMTP:[EMAIL PROTECTED]] wrote: You're close... Struct1 = StructNew(); Struct1[key] = StructNew();

Re: Refresh of internal Browser

2001-03-04 Thread Seamus Campbell
I had this problem - reinstalled everything then found for me this was the problem In Interent Explorer Tools Internet Options Temp Internet Files Settings Make sure this is checked Check for newer versions of the stored pages: Every visit to the page HTH Seamus At 05:48 am 5/03/01 , you

RE: Debugged

2001-03-04 Thread Dave Watts
I know how to do it. My problem is it doesn't work. Putting a static address in there doesn't work. Remember, we're only talking about across the LAN. Yes, I know I don't want to leave it empty, my point in describing this is that debugging display DOES work, but ONLY if I show it to

RE: Debugged

2001-03-04 Thread Philip Arnold - ASP
I know how to do it. My problem is it doesn't work. Putting a static address in there doesn't work. Remember, we're only talking about across the LAN. Yes, I know I don't want to leave it empty, my point in describing this is that debugging display DOES work, but ONLY if I show it to

Re: Debugged

2001-03-04 Thread paul smith
Thanks! Pretty bizarre. Workstation/browser is at 172.17.42.22 CFAS is at 172.17.42.18 And I have to put the public IP of my router (209.144.180.17) in the CFAS admin dialog for debugging to work! In summary, the CFAS Admin for debugging contains 2 IP addresses: 172.17.42.22 209.144.180.17

RE: Debugged

2001-03-04 Thread Dave Watts
Thanks! Pretty bizarre. Workstation/browser is at 172.17.42.22 CFAS is at 172.17.42.18 And I have to put the public IP of my router (209.144.180.17) in the CFAS admin dialog for debugging to work! In summary, the CFAS Admin for debugging contains 2 IP addresses: 172.17.42.22

Re: Debugged

2001-03-04 Thread CF
Yes, like I said earlier .. we have a similar type setup. Everyone who has a private IP address has their address translated by the NAT server. As far as the Internet is concerned, everyone that passes through that server has that server's IP address. To show the debug for people only on your

RE: Debugged

2001-03-04 Thread paul smith
OK. Now I see. Of course! Thanks! (Since I'm viewing the website using http://www.mySite.com not http://172.17.42.18 , I need to go thru the router.) best, paul At 06:24 PM 3/4/01 -0500, you wrote: Thanks! Pretty bizarre. Workstation/browser is at 172.17.42.22 CFAS is at

Re: Debugged

2001-03-04 Thread paul smith
OK. Interesting. I only need the IP address of the NAT server. Fortunately, here debugging to all on the LAN is not a problem. Thanks! best, paul At 06:26 PM 3/4/01 -0500, you wrote: Yes, like I said earlier .. we have a similar type setup. Everyone who has a private IP address has their

Re: Refresh of internal Browser

2001-03-04 Thread Michael
What version of IE are you running NOW? That was the problem with me was the version THanks Michael "Seamus Campbell" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I had this problem - reinstalled everything then found for me this was the problem In

Re: Refresh of internal Browser

2001-03-04 Thread Seamus Campbell
5.5 At 11:05 am 5/03/01 , you wrote: What version of IE are you running NOW? That was the problem with me was the version THanks Michael "Seamus Campbell" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I had this problem - reinstalled everything then

Re: Structure of Structures?

2001-03-04 Thread Scott Weikert
Oh most definitely - that is a GREAT tag. I use it for debugging this sort of thing all the time :) - Original Message - From: "David Shadovitz" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, March 04, 2001 2:16 PM Subject: RE: Structure of Structures? And let me add

Executing using Coldfusion

2001-03-04 Thread Lord Skulbite
Can anyone tell me if I can execute batch or executable files using Coldfusion or with a CFX tag? Richard ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: OT: Enterprise Manager

2001-03-04 Thread Kinley Pon
a big thanks to you Jeffry...after uninstalling and going through the registry removing any references to SQL Server, I am now able to make use of the registering SQL Server wizard. again, a big thanks. Have a great day! - Kinley -Original Message- From: Jeffry Houser [mailto:[EMAIL

Re: Executing using Coldfusion

2001-03-04 Thread Howie Hamlin
Use the CF internal cfexecute function or CFX_Execute from http://www.intrafoundation.com/freeware.html CFEXECUTE Enables ColdFusion developers to execute any process on the server machine. Syntax CFEXECUTE NAME=" ApplicationName " ARGUMENTS="CommandLine Arguments" OUTPUTFILE="Output

No record Found????

2001-03-04 Thread ibtoad
OK maybe it's getting too late. What is the correct SQL to display "Sorry No Record Has Been Found" after a Query show no results? In other words What is the correct statement for cfif no results then "Sorry ..."? Thanks, Rich ~~ Structure

Re: No record Found????

2001-03-04 Thread Seamus Campbell
cfif QueryName.RecordCount IS 0 Sorry No Record Has Been Found /CFIF At 03:24 pm 5/03/01 , you wrote: OK maybe it's getting too late. What is the correct SQL to display "Sorry No Record Has Been Found" after a Query show no results? In other words What is the correct statement for cfif no

RE: No record Found????

2001-03-04 Thread zac
OK maybe it's getting too late. What is the correct SQL to display "Sorry No Record Has Been Found" after a Query show no results? In other words What is the correct statement for cfif no results then "Sorry ..."? Test the recordCount property of the query cfif queryName.recordCount

Grab images file with cfhttp

2001-03-04 Thread Rudy Rustam
Hi, I'm trying to get some image files with cfhttp. Have been trying for hours and no luck at all. All I got from cfhttp.filecontent is just the filename. All ideas are welcome, thanks in advance. - Rudy ~~ Structure your ColdFusion code with