help - running a cf query opens homesite

2002-09-24 Thread Cox SMTP west
I have a drop down list, when you pick an option and click proceed your selection should come up in the browser. I upgraded from access 97 to access xp. Now when I click on proceed homesite opens. Any ideas? __ Signup for

SOT: Statistics gatherers

2002-09-24 Thread James Sleeman
Hi all, I'm currently investigating statistics gathering packages, such as ActiveTracker, to be used to probide usage statistics for fusebox-like sites. The hosting providor's stats package (which probably parses log files) only sees index.cfm (yea, they should get a better package)

RE: IE6 and CFLocation

2002-09-24 Thread Thomas Chiverton
Or CFHTMLHEAD ? Or basically anything where CF programatically adds code to the head section of a page? No, it's just plain forms, and a cfloction tag. No code after the cflocation at all. Tom C __ Get the mailserver that

RE: Email validation

2002-09-24 Thread Thomas Chiverton
Very nice piece of work! REFindNocase(^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+ )*\.(([a-z ]{2,3})|(aero|coop|info|museum|name))$,email_address) I'd add a '=' to the first two cases, as in http://www.regxlib.com/REDetails.aspx?regexp_id=39, which allow through some of the more

RE: Two tables same column name?

2002-09-24 Thread Mark Smyth
hi john try aliasing the value you want to pull out, there is a way which will negate the need to name all the columns you want to select, but I can't remember it off the top of my head. The code below should work, let me kow if you have any problems Mark cfquery name=getRep

Omitting certain directories using cfdirectory

2002-09-24 Thread FlashGuy
Yo All, I'm not sure how to go about this. I'm using cfdirectory and cfloop to list a directory structure. This is all working great. I also have a access database where I enter in some of the directories that I'm listing. For example the directory structure for C:\ might read... Documents

NSLookup

2002-09-24 Thread James Smith
Hi all. Here is a problem I have been pulling my hair out over. I want to do an NSLookup directly (ie: no custom tags if it can be avoided) and have tried both w3sockets and TCPClient to open the socket but not for love nor money can I find the appropriate commands to send. I can use either to

RE: NSLookup

2002-09-24 Thread Thomas Chiverton
both w3sockets and TCPClient to open the socket but not for love nor money ^^^ can I find the appropriate commands to send. I can use either to connect to a POP3 server, login, read mail etc but I just cant get DNS queries to work. DNS uses UDP doesn't it ?

Re: NSLookup

2002-09-24 Thread Zac Spitzer
James Smith wrote: Hi all. Here is a problem I have been pulling my hair out over. I want to do an NSLookup directly (ie: no custom tags if it can be avoided) and have tried both w3sockets and TCPClient to open the socket but not for love nor money can I find the appropriate commands to

HTML2excel

2002-09-24 Thread Simon Whittaker
Hi there, I have been using Peter Stolz's CF_HTML2EXCEL tag on CF 4.5 with great success - however on an upgrade on one of our dev boxes I am getting an error like the following: Error occured while connected to the Excel object! Error Details: An exception occurred when executing a Com method.

Re: HTML2excel

2002-09-24 Thread Simon Whittaker
sorry - should have said upgrade to CFMX DOH!!! Simon - Original Message - From: Simon Whittaker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 12:34 PM Subject: HTML2excel Hi there, I have been using Peter Stolz's CF_HTML2EXCEL tag on CF 4.5 with

RE: HTML2excel

2002-09-24 Thread Robertson-Ravo, Neil (REC)
Have you upgraded your CFMX install? -Original Message- From: Simon Whittaker [mailto:[EMAIL PROTECTED]] Sent: 24 September 2002 12:35 To: CF-Talk Subject: HTML2excel Hi there, I have been using Peter Stolz's CF_HTML2EXCEL tag on CF 4.5 with great success - however on an upgrade on

Re: NSLookup

2002-09-24 Thread James Smith
I was under the impression that it used UDP by preference but will fall back to TCP if UDP is not available. -- Jay - Original Message - From: Thomas Chiverton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 12:23 PM Subject: RE: NSLookup both

Re: NSLookup

2002-09-24 Thread James Smith
The reason for attempting direct interaction is that the page I have here has about 200+ domains on it and it is growing every day and every custom tag I have tried can't cope with the volume. -- Jay - Original Message - From: Zac Spitzer [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

RE: NSLookup

2002-09-24 Thread Thomas Chiverton
I was under the impression that it used UDP by preference but will fall back to TCP if UDP is not available. That sounds more like it, actually :-) Either way, it's not something you want to implement yourself. Tom Chiverton You don't have to be a mad scientist to believe in ColdFusion

Re: NSLookup

2002-09-24 Thread Zac Spitzer
James Smith wrote: The reason for attempting direct interaction is that the page I have here has about 200+ domains on it and it is growing every day and every custom tag I have tried can't cope with the volume. like always, cache your results, if it's possible, most likely the results your

Re: NSLookup

2002-09-24 Thread Len Conrad
I was under the impression that it used UDP by preference UDP is used to query as long as the response packets do not have the TC = TrunCated bit set. If TC, then the DNS client queries with TCP. but will fall back to TCP if UDP is not available. afaik, TCP is not tried as fallback if UDP

JRE 1.4.1 ?

2002-09-24 Thread Stacy Young
Has anyone been using this JRE for CFMX? Wondering if you've run into any incompatibility problems... Stace AVIS IMPORTANT: --- Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reservees a l'usage de la

RE: JRE 1.4.1 ?

2002-09-24 Thread Alex Hubner
No problems at all. People here in Brazil are just facing a bug (it happens also in 1.3) regarding Locales. CFSET SetLocale(Portuguese (Brazilian)) cfoutput#lsCurrencyFormat(977,9)#/cfoutput The output should be R$ 977,90 (note the two digits in the cents). But its bug in the JVM, not in the

RE: JRE 1.4.1 ?

2002-09-24 Thread Stacy Young
That's good news...but I've been having problems with the CFC explorer...it throws an error when attempting to introspect a CFC... That happen to you? -Original Message- From: Alex Hubner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 8:38 AM To: CF-Talk Subject: RE: JRE

RE: JRE 1.4.1 ?

2002-09-24 Thread Alex Hubner
Good question, I didn't test it yet. | alex hübner | [EMAIL PROTECTED] | www.cfgigolo.com -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 9:41 AM To: CF-Talk Subject: RE: JRE 1.4.1 ? That's good news...but I've

RE: JRE 1.4.1 ?

2002-09-24 Thread Stacy Young
Hold up I just tried viewing the same CFC thru the internal web server (as opposed to Apache 2 and it works fine...HHhmmm... I've got CFIDE mapped in my conf file for Apache 2...and the administrator works fine...wondering why the explorer doesn't... Any ideas? -Original Message-

RE: JRE 1.4.1 ?

2002-09-24 Thread Stacy Young
This is the error I get when invoking the explorer from the external Apache server: -- Component not found The component definition file for component 'CFIDE.componentutils.cfcexplorer' cannot be found on this server.

RE: JRE 1.4.1 ?

2002-09-24 Thread todd
Just asking the obvious here, when you made that alias, you cycled the Apache server, yes? ~Todd On Tue, 24 Sep 2002, Stacy Young wrote: This is the error I get when invoking the explorer from the external Apache server: -- Component not

RE: JRE 1.4.1 ?

2002-09-24 Thread Stacy Young
I think I've seen this mentioned somewhere before...just not sure where...doing some digging... With 1.3.1 the CFC explorer works, but only on the internal web server. With 1.4.1 it doesn't work on either... Not a show stopper I guess considering it's really only used in development...just

RE: JRE 1.4.1 ?

2002-09-24 Thread Stacy Young
yep -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 9:13 AM To: CF-Talk Subject: RE: JRE 1.4.1 ? Just asking the obvious here, when you made that alias, you cycled the Apache server, yes? ~Todd On Tue, 24 Sep 2002, Stacy Young

Attn: Stacy re: Apache aliasing

2002-09-24 Thread todd
Btw, Stacy, one more thing... if you've made an alias for the CFIDE in the main part of the httpd.conf and you have multiple sub-websites (read: Mulitple NamedVirtualHosts) ... don't forget to also map CFIDE to those as well. They cannot and will not see it unless you add the alias

QueryNew() Filtering Problems

2002-09-24 Thread Ryan Edgar
I have created a query using the QueryNew and QueryAddColumn functions. My data is output correctly until I start trying to interrogate it using query of query. For Example, if I have a column called cost with the values 6000, 5, 4, 3000, 2000 and want to pull out only the records where

RE: JRE 1.4.1 ? (fwd)

2002-09-24 Thread todd
Stace, I just confirmed the same issue. I moved the CFIDE to the directory you have mapped below and made my aliases in Apache. I can get to the CFAdmin just fine, but I can't invoke the cfcexplorer. I was also using the jdk.1.4.1 SF (?) and I moved it back to the built in CFMX jre, same

RE: Attn: Stacy re: Apache aliasing

2002-09-24 Thread Stacy Young
Hi Todd, nope not using multiple. Ok I tested with the original JRE (IBM) and it works on the Internal web server but not Apache 2. (Same result as Suns JRE 1.3.1) The CF admin works fine on all JRE's when accessing via the external Apache 2 web server. Hhmmm -Original Message- From:

RE: QueryNew() Filtering Problems

2002-09-24 Thread Raymond Camden
Can we see your code? I had no issues with this on either CF5 or MX. Here is the code I used: cf_querysim name=foo price name 6000foo 1 goo 2 moo /cf_querysim cfdump var=#foo# cfquery name=test dbtype=query select price fromfoo where price 7000 /cfquery

RE: JRE 1.4.1 ? (fwd)

2002-09-24 Thread Stacy Young
Could be. Maybe connector related? I still have my CFIDE in the original spot under the CFusionMX/wwwroot folder...but my Apache 2 root is in another location. Ok I just tried moving the Apache 2 root to C:/CFusionMX/wwwroot and still no go. - Server Error

RE: WHYYYYY!!!!!!

2002-09-24 Thread Dave Watts
What I do know is that if you don't lock memory variables in CF 5 or earlier, your server will typically crash under load, and if you consistently lock memory variables with the SCOPE attribute, your server won't crash under load. I agree that empirical testing is the way to go,

Re: NSLookup

2002-09-24 Thread James Smith
Thanks for the help so far, I now have it working with the folowing code. cfset Address = www.microsoft.com cfset DigPath = expandpath(./BIND8.3.3Tools/dig.exe) cfset DigArgs = @192.168.2.3Address +pfmin cfsavecontent variable=Results cfexecute name=#DigPath# arguments=#DigArgs#

RE: JRE 1.4.1 ? (fwd)

2002-09-24 Thread todd
I just redid my connector, no go. ~Todd On Tue, 24 Sep 2002, Stacy Young wrote: Could be. Maybe connector related? I still have my CFIDE in the original spot under the CFusionMX/wwwroot folder...but my Apache 2 root is in another location. Ok I just tried moving the Apache 2 root to

RE: WHYYYYY!!!!!!

2002-09-24 Thread Tony Weeg
dave, is that, welcome to atlanta where the playa's play? :) I had to! ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent:

Re: NSLookup

2002-09-24 Thread James Smith
The reason for attempting direct interaction is that the page I have here has about 200+ domains on it and it is growing every day and every custom tag I have tried can't cope with the volume. -- Jay - Original Message - From: Zac Spitzer [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Rounding numbers in coldfusion

2002-09-24 Thread Declan Maher
I am using a float datatype in the database and calculating some numbers on the page. The calculation seems to round up the numbers to the nearest integer, even when I use numberformat or decimal format. How can I prevent it doing this? Example below cfif isdefined(P90) and P90 gt 0 cfif

RE: Rounding numbers in coldfusion

2002-09-24 Thread Declan Maher
Figured it out. Thanks anyway!! -Original Message- From: Declan Maher Sent: 24 September 2002 14:40 To: CF-Talk Subject: Rounding numbers in coldfusion I am using a float datatype in the database and calculating some numbers on the page. The calculation seems to round up the numbers

RE: JRE 1.4.1 ? (fwd)

2002-09-24 Thread Stacy Young
If I'm not mistaken that last error I got is from Apache so it may be connector related...but to add to the puzzle the CFC explorer doesn't even work on the Internal web server running JRE 1.4.1. I'm going to reconfirm that now... Stace -Original Message- From: [EMAIL PROTECTED]

RE: JRE 1.4.1 ? (fwd)

2002-09-24 Thread Stacy Young
My mistake...Internal web server works fine with 1.4.1 leading me to believe it's solely a connector issue. Stace -Original Message- From: Stacy Young Sent: Tuesday, September 24, 2002 9:47 AM To: '[EMAIL PROTECTED]' Subject: RE: JRE 1.4.1 ? (fwd) If I'm not mistaken that last error

RE: JRE 1.4.1 ? (fwd)

2002-09-24 Thread Stacy Young
Reported the bug to MM. Stace -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 9:50 AM To: CF-Talk Subject: RE: JRE 1.4.1 ? (fwd) My mistake...Internal web server works fine with 1.4.1 leading me to believe it's solely a connector

IIS Security

2002-09-24 Thread Candace Cottrell
What is the disadvantage of using the native IIS directory security functionality over using a cf-based login? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED]

Filemaker faults to win a bid for using CF

2002-09-24 Thread Kodjo Ackah
I need some strong points on the shortcomings of filemaker to win a bid to use CF. Any bright ideas? Kodjo Ackah Principal Consultant Concrete Media Ltd 32 Great Sutton Street Clerkenwell London, EC1V 0DX Tel:+44 (0)20 7251 8090 Fax: +44 (0)20 7251 8780 Mobile: +44 (0)7748 79 1038 Office

Error sending an attachment using CFMAIL

2002-09-24 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** Hi, I have a form in which a user adds a Subject, Message and selects a

RE: Strange threading issue, cflock?

2002-09-24 Thread Smith, Matthew P -CONT(DYN)
cfloop condition=(#datediff('S', tick, now())# LT 5)/cfloop Loops like that spike to 100% cpu utilization, not a good method. You can use a tag like cfx_sleep, or the deadlock timeout, which is great on hosts that charge for cfx component installation/use. Matthew P. Smith Web Developer,

RE: IIS Security

2002-09-24 Thread Robertson-Ravo, Neil (REC)
I am pretty sure that there are Netscape issues with IIS/NT security based systems. -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]] Sent: 24 September 2002 14:54 To: CF-Talk Subject: IIS Security What is the disadvantage of using the native IIS directory security

Re: Error sending an attachment using CFMAIL

2002-09-24 Thread Candace Cottrell
Can you copy and paste the error for us? :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 9/24/2002 10:00:23 AM

Re: Error sending an attachment using CFMAIL

2002-09-24 Thread Howie Hamlin
What's the error? -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 *** Please vote for iMS here: http://www.sys-con.com/coldfusion/readerschoice2002/nominationform.cfm *** inFusion Mail Server (iMS) - The Award-winning,

CFMAIL message resent, completed this time.

2002-09-24 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** Hi (again), As I was saying, I have a form in which a user adds a Subject,

RE: IIS Security

2002-09-24 Thread Tony Weeg
the only thing I can think of is the amount of users that windows servers are allowed to have depending on your server license. (ie, 5 user license etc.) I have ran into the problem of too many users logged in when using windows security model. however, if you use cf and a database, then you

Re: IIS Security

2002-09-24 Thread Zac Spitzer
Candace Cottrell wrote: What is the disadvantage of using the native IIS directory security functionality over using a cf-based login? you don't have so much control over the interface ( ie browser login dialogs ) and it generally more flexible via cf logins with error handling.. ie you

RE: Error sending an attachment using CFMAIL

2002-09-24 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** Sorry, my clumbsy fingers sent the email before it was finished. I have sent

Re: IIS Security

2002-09-24 Thread Zac Spitzer
Robertson-Ravo, Neil (REC) wrote: I am pretty sure that there are Netscape issues with IIS/NT security based systems. only with NTLM/kerbos auth, use basic security... NTLM is not secure anyway coz it's flawed (crackable) ... if you are worried about passwords in clear text then use ssl z

Re: Omitting certain directories using cfdirectory

2002-09-24 Thread Candace Cottrell
I'm not sure if I am understanding you correctly. Do you mean based on the info in strSelect, when using the cfdirectory action=list, you only want to show c:\Inetpub c:\Temp c:\Windows Just clarifying :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's

Re: QueryNew() Filtering Problems

2002-09-24 Thread Zac Spitzer
Raymond Camden wrote: Can we see your code? I had no issues with this on either CF5 or MX. Here is the code I used: cf_querysim name=foo price name 6000 foo 1 goo 2 moo /cf_querysim cfdump var=#foo# cfquery name=test dbtype=query select price fromfoo

Re: Omitting certain directories using cfdirectory

2002-09-24 Thread Candace Cottrell
Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 9/24/2002 6:57:51 AM Yo All, I'm not sure how to go about this. I'm using cfdirectory and cfloop to

RE: CFMAIL message resent, completed this time.

2002-09-24 Thread Chad
Use #CFFILE.ServerFile# to get the name of the file. -Original Message- From: Adams, Stephen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 9:06 AM To: CF-Talk Subject: CFMAIL message resent, completed this time.

RE: CFMAIL message resent, completed this time.

2002-09-24 Thread Mike Townend
Try using CFFile to Upload the file to a temp directory, then attach the file to the email, send the email then delete the file... HTH -Original Message- From: Adams, Stephen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 15:06 To: CF-Talk Subject: CFMAIL message

Re: CFMAIL message resent, completed this time.

2002-09-24 Thread Candace Cottrell
Are you uploading the file? cfif form.file IS NOT cffile action=UPLOAD destination=D:\Webserver\InetPub\wwwRoot\TEMPDOCS\ filefield=form.file nameconflict=OVERWRITE cfmail to=[EMAIL PROTECTED] from=[EMAIL

Re: IIS Security

2002-09-24 Thread Candace Cottrell
I'm thinking I should just try to figure out this LDAP thing. That way I dont have to give all these folks 50-11 usernames and passwords. We are on Novell, and this is an intranet setting :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH

Re: CFMAIL message resent, completed this time.

2002-09-24 Thread Howie Hamlin
How are you referencing the uploaded file? I think you have to refer to it as #cffile.serveFile# Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 *** Please vote for iMS here:

RE: JRE 1.4.1 ? (OK I GIVE UP!)

2002-09-24 Thread Stacy Young
I'm back on JRE 1.4.1 and now the CFC explorer is not working at all with the Internal Web Server. I've tried everything...emptying cfclasses, restarting services etc...No configuration changes have been made to the web server... I get this error for any explorer functions: Component not found

RE: QueryNew() Filtering Problems

2002-09-24 Thread Raymond Camden
Now that's funny. The original poster said he no issue with ordering. I have no problems ordering either, in both CF5 or CFMX. Here is a modified form of my code: FYI, querysim is using querySetCell to set data. cf_querysim name=foo price name 6000foo 1 goo 2 moo 1

Re: Omitting certain directories using cfdirectory

2002-09-24 Thread FlashGuy
Hi Candace, Was there a reply to my question? I don't see anything. On Tue, 24 Sep 2002 10:10:16 -0400, Candace Cottrell wrote: Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org

RE: QueryNew() Filtering Problems

2002-09-24 Thread Mark A. Kruger - CFG
Ryan, It's sorting in Alpha order rather than numeric order. Querysetcell( ) will treat your col. data as a string not a number. I awlays had this issue with wddx'ing a manually created query. When I wanted it to say number6000/number it would say string6000/string

RE: CFMAIL message resent, completed this time.

2002-09-24 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** No, I am sending the file as an attachment to a series of recipients.

RE: Omitting certain directories using cfdirectory

2002-09-24 Thread Bryan F. Hogan
cfset strSelect = Inetpub,temp,WINDOWS cfdirectory action=LIST directory=c:\ name=directories/ cfoutput query=directories cfif type is dir and listfindnocase(strselect,name)#name#/cfif /cfoutput Hope this helps -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED]] Sent:

Re: Omitting certain directories using cfdirectory

2002-09-24 Thread Candace Cottrell
Just this.. I dont know how that other messge appeared. weird ! I'm not sure if I am understanding you correctly. Do you mean based on the info in strSelect, when using the cfdirectory action=list, you only want to show c:\Inetpub c:\Temp c:\Windows Just clarifying :) Candace K.

RE: CFMAIL message resent, completed this time.

2002-09-24 Thread Mosh Teitelbaum
In the future, some code would make it easier to troubleshoot the specific problem. That said, I'm not sure what you're doing wrong, but the general order of your code should be something to the effect of: 1) Use CFFILE to accept the uploaded file, as in: CFFILE ACTION=Upload

OT: Forging a web page

2002-09-24 Thread Brian Fox
Are there any tools that allow users change data in a cfm/html page? A fax of one of my web sites' pages made it to my desk yesterday. A student is challenging grades with a forged date in the banner of the web page. I know the date is forged because two separate systems have logged a

Form Builder

2002-09-24 Thread Robertson-Ravo, Neil (REC)
Anyone got or know of a decent form builder for use via a browser? I want to put more power into the hands of the client :-) evil laugh/ Neil __ Signup for the Fusion Authority news alert and keep up with the latest news in

RE: JRE 1.4.1 ? (OK I GIVE UP!)

2002-09-24 Thread Stacy Young
Ok my bad. I had changed the root mapping in CFMX to the Apache 2 folder. Switched it back to the cfmx web root and it works fine on the Internal server. :) The original bug is still valid though. Explorer doesnot work through Apache 2. Cheers Stace -Original Message- From: Stacy

Re: Omitting certain directories using cfdirectory

2002-09-24 Thread S . Isaac Dealey
You could draw the directory list and loop over it while checking to see if a given directory is in your list... cfoutput index=mydirectorylist cfif ListFindNoCase(mylist,mydirectorylist.name) #mydirectorylist.name# /cfif /cfoutput Or you could use

Re: Omitting certain directories using cfdirectory

2002-09-24 Thread FlashGuy
Correct. On Tue, 24 Sep 2002 10:38:17 -0400, Candace Cottrell wrote: Just this.. I dont know how that other messge appeared. weird ! I'm not sure if I am understanding you correctly. Do you mean based on the info in strSelect, when using the cfdirectory action=list, you only want to

RE: IDE for the Mac...?

2002-09-24 Thread Bill Brown
I will heartily second the jEdit recommendation. Because it's Java-based, it works on many platforms. I use the same IDE at work (Windows 2k) as I do at home (TiPB). Plus, it has more source code editing features than CF Studio or any other text editor I've seen. I never got into BBEdit, but

RE: CFMAIL message resent, completed this time.

2002-09-24 Thread Candace Cottrell
Right, but you still have to upload it and then delete it. See my example below :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 9/24/2002 10:38:22

Re: OT: Forging a web page

2002-09-24 Thread Jerry Johnson
In Netscape 6, click on the File menu, then click on the Edit Page option. The just edit/type any changes you want to see in the editor window. Then hit print. It couldn't be much easier. Jerry Johnson [EMAIL PROTECTED] 09/24/02 10:47AM Are there any tools that allow users change data in a

RE: Form Builder

2002-09-24 Thread Joshua Miller
I've got one that generates an add/edit/delete/search form based on a SQL Server database. The tool uses SQL Server META data to display form labels, field types, etc. If you're interested I can show you a demo. Email me off-list if you're interested. Joshua Miller [EMAIL PROTECTED]

RE: Forging a web page

2002-09-24 Thread Thomas Chiverton
Are there any click and point type browser/editor hybrids that get a page then allow editing the page? Netscape's composer ? The 'save as complete web page' feature in most browsers and copy of Dream Weaver ? . . . etc. Tom Chiverton You don't have to be a mad scientist to believe in

RE: Forging a web page

2002-09-24 Thread Mosh Teitelbaum
If you're talking about the date that is commonly displayed in the header or footer when you print a web page, it's usually as simple as changing the date/time on your computer. -- Mosh Teitelbaum evoch, LLC Tel: (301) 625-9191 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW:

WDDX Error in CFMX

2002-09-24 Thread Reilly, Jim
I am testing on CFMX Pro box, that has code that currently works in CF 5. I am getting this error: WDDX packet parse error at line 1, column -1. Document root element is missing.. From this line: cfwddx input=#ThisTag.GeneratedContent# output=tempVar action=wddx2cfml validate=no (Note: The

RE: CFMAIL message resent, completed this time.

2002-09-24 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** Thanks, you're example works fine. Cheers. -Original Message- From:

Re: IIS Security

2002-09-24 Thread Rafael (Alan Bleiweiss)
Why not give them an interface to assign their own Unique CF run UserID/PW, with a master admin function that allows one person to add, modify and delete them if needed? In one scenario we set this up for a client and because it was an Intranet, each individual had to sign up themselves

Re: OT: Forging a web page

2002-09-24 Thread todd
In IE 6, you can just save_as HTML, it will copy everything down to your local machine (images included) and open that up in an editor. ~Todd On Tue, 24 Sep 2002, Jerry Johnson wrote: In Netscape 6, click on the File menu, then click on the Edit Page option. The just edit/type any changes

RE: IDE for the Mac...?

2002-09-24 Thread Joshua Miller
I agree, BBEdit has some nice features but JEdit is infinitely more extensible, it's built in JAVA, runs anywhere and it's free. Joshua Miller [EMAIL PROTECTED] -Original Message- From: Bill Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 10:59 AM To: CF-Talk

RE: Form Builder

2002-09-24 Thread Josh Trefethen
I built one for a client but cannot share the app. I built it using Flash MX. It has drag and drop form elements and allows the user to create forms, and customize just about everything about them, on the fly...it is pretty darn cool. Wish I could share it! --Josh -Original Message-

RE: Two tables same column name?

2002-09-24 Thread John Gedeon
I guess that is the only way to do that. I was hoping not to have to list all the columns I needed but to use the *. Thanks any way guys :) At 09:49 AM 9/24/2002 +0100, you wrote: hi john try aliasing the value you want to pull out, there is a way which will negate the need to name all the

RE: IDE for the Mac...?

2002-09-24 Thread Mark W. Breneman
Take a long look at BBedit. One of the programmers in the office uses it. WOW is all I can say. I wish CFstudio had 1/2 of the features. One that I find very impressive is how the Snippets work. The snippets can have vars in them like :date/time: and :selected text:. Oh, and a very cool undo

RE: OT: Forging a web page

2002-09-24 Thread Joshua Miller
Yeah, look at the source, if there's a META creator that's different than the original then you've caught him. Netscape and IE usually put some meta information about the browser/editor in the source code near the top. Look for something like: meta name=Generator ... Joshua Miller [EMAIL

RE: WDDX Error in CFMX

2002-09-24 Thread Robertson-Ravo, Neil (REC)
there is a packet length in CF5, but you say it works in that. wierd?.. -Original Message- From: Reilly, Jim [mailto:[EMAIL PROTECTED]] Sent: 24 September 2002 16:12 To: CF-Talk Subject: WDDX Error in CFMX I am testing on CFMX Pro box, that has code that currently works in CF 5. I

Re: Forging a web page

2002-09-24 Thread Stephen Moretti
Internet Explorer 5ish has a Save as, which saves the whole lot. Then there are various programs that will spider a site and grab all the files for you to have a local copy too If you're using fusebox and the date on the page is supplied via a variable in the attributes scope, then you

RE: WDDX Error in CFMX

2002-09-24 Thread Raymond Camden
There are two confirmed WDDX bugs that may be affecting you: 1) Does your packet contain any date time info? Any large packet with datetime info will not be deserialized. You must do a regex and replace any datetime.../datetime with string.../string This will have zero impact on your ability to

Setting cookies...followup on previous email regarding cfdirectory

2002-09-24 Thread FlashGuy
Yo all, I'm setting a cookie for the users session that holds information which I query to display the directory structure based on the cookie contents. Cookie = Program Files,temp,windows In the middle of the session there is a possiblity that the user changes this by a preferences

RE: Rounding numbers in coldfusion

2002-09-24 Thread James Taavon
can you share with the rest of us who may be interested in your soliution? -Original Message- From: Declan Maher [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 9:42 AM To: CF-Talk Subject: RE: Rounding numbers in coldfusion Figured it out. Thanks anyway!! -Original

Re: OT: Forging a web page

2002-09-24 Thread S . Isaac Dealey
I'm curious to know how easy it is to copy a page, all files included, and then modify it. There's the right click save method and notepad, but this is a little too convoluted and tedious. I've never found this tedious actually... If you know what you're looking for, you open the html doc (

RE: QueryNew() Filtering Problems

2002-09-24 Thread Ryan Edgar
Mark, Thanks for your help. I used the Val() function and this works perfectly. I wouldn't have identified that in a million years. What is strange is that the query I am using is quite large, but when I threw together a small dummy version to post to the list, it worked perfectly without Val()

Re: JRE 1.4.1 ?

2002-09-24 Thread Paul Hastings
No problems at all. People here in Brazil are just facing a bug (it happens also in 1.3) regarding Locales. i haven't really looked yet. anything else in 1.4.1 as far as i18n? i say one item about thai numbers locale variant. ah, this is all so cool ;-) --- Outgoing mail is certified Virus

RE: WDDX Error in CFMX

2002-09-24 Thread Reilly, Jim
Raymond, 1) There is no datetime tags. 2) There are no quotes as keys, just in the values. 3) I added the Trim. Still no luck! I appreciate the help!!! You or anyone else have a thought...? Tkx, Jim Tkx, James M. Reilly GlobalSpec 350 Jordan Road Troy, NY 12180 Tel: 518.880.0200

Re: OT: Forging a web page

2002-09-24 Thread Jeffry Houser
Well, as you said.. saving the HTML and editing it. I believe the save as function of Internet Explorer automatically copies all the images locally. I bet this is what was done. Taking a screenshot of the page and changing it in a photo editor such as Photoshop is also possible,

  1   2   3   >