RE: Getting Username/Password Challenge (CF5)

2002-11-02 Thread Brook Davies
.. I'm preparing a response to your crash email. Look for it shortly. Lee | -Original Message- | From: Brook Davies [mailto:brook;maracasmedia.com] | Sent: Saturday, November 02, 2002 10:25 AM | To: CF-Talk | Subject: RE: Getting Username/Password Challenge (CF5) | | | Lee, | | I

RE: CFMX Server - still crashing

2002-11-02 Thread Brook Davies
| -Original Message- | From: Brook Davies [mailto:brook;maracasmedia.com] | Sent: Saturday, November 02, 2002 10:03 AM | To: CF-Talk | Subject: CFMX Server - still crashing | | | I think I'm going crazy. My CFMX server crashes almost every | day now and it | is a really big problem. I

RE: Getting Username/Password Challenge (CF5)

2002-11-02 Thread Brook Davies
What about Security Policy settings? Have you looked at these? I have had the same thing happen and ended up trying everything under the sun to get it to work, until finally it did. Unfortunately, I'm not 100% on what fixed the issue. bd At 10:54 AM 02/11/02 -0800, you wrote: | Thanks Lee.

Re: cfexecute and restarting CF-Service remotely

2002-11-02 Thread Brook Davies
Have you tried it with UNC paths? You will also need to give the CF account on the remote box considerable permission using the Security Policy Settings (on WIn2k) in order to remotely restart a service. At 11:05 PM 02/11/02 +0100, you wrote: Hi list, I want to restart CF on box A from box B

RE: CFMX Server - still crashing

2002-11-02 Thread Brook Davies
with this problem. Let me know if YOU find the culprit. Take care... And good luck! Lee | -Original Message- | From: Brook Davies [mailto:brook;maracasmedia.com] | Sent: Saturday, November 02, 2002 10:03 AM | To: CF-Talk | Subject: CFMX Server - still crashing | | | I think I'm going

CFMX possible bug, anyone care to verify

2002-10-29 Thread Brook Davies
an error (try it at 12980 and 12981)--- cfset str= cfloop from=1 to=12981 index=i cfset str=stri /cfloop BR cfoutputThs string is #len(str)# chars long/cfoutput !--- this is the expression which causes the error --- cfset z=REfindnocase((\[)([[:print:][:space:]])*(\]),str,1) Brook Davies

Re: CFMX Issue(s) Status

2002-10-28 Thread Brook Davies
Lee, when I run this bat file, the cfserver continues to respond and service requests but if I look in the services control panel, it says that the Cold Fusion MX Application Server is not started. And when I try to start it generates a type 2 error. But at the same time the CFMX server is

CFMX med-high traffic sites

2002-10-28 Thread Brook Davies
was extremely stable, now it crashs at completely irregular intervals sometimes under very little load. Brook Davies ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

UDF argumement text size limitations?

2002-10-28 Thread Brook Davies
Is there a max length for a string passed to a udf? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk FAQ:

RE: CFMX med-high traffic sites

2002-10-28 Thread Brook Davies
- if we get the same problem? Thanks Rob -Original Message- From: Brook Davies [mailto:brook;maracasmedia.com] Sent: Monday, October 28, 2002 2:05 PM To: CF-Talk Subject: CFMX med-high traffic sites I'm curious; how many of you are running CFMX on medium - high traffic sites without

Re: CFMX med-high traffic sites

2002-10-28 Thread Brook Davies
Client variables locked?? I don't think you have to lock client variables do you??? We do not use any session vars and only a handful of application variables which are all locked. No problems on early versions of CF. At 03:41 PM 28/10/02 -0800, you wrote: I know this may be obvious, but

Re: CFMX med-high traffic sites

2002-10-28 Thread Brook Davies
this for me? Brook At 04:03 PM 28/10/02 -0800, you wrote: Sorry, too late in the day for me. Just session and app vars. On 10/28/02 3:52 PM, Brook Davies [EMAIL PROTECTED] wrote: Client variables locked?? I don't think you have to lock client variables do you??? We do not use any session vars

OT: anybody use psigate??

2002-10-25 Thread Brook Davies
Anybody on this list use psigate for payment processing? If so please email me off list. At 10:55 AM 25/10/02 -0700, you wrote: This is kind of off what you're talking about, but the java cfx in MX now switches params to all uppercase no matter what - which broke some of my java cfx tags. Don't

RE: Going to DevCon armed with a Pocket PC?

2002-10-25 Thread Brook Davies
Where can I learn more about Flash and wireless devices?? I am stoked to see some flash interfaces on wireless devices. Which devices support flash? Does blackberry have any flash support or plans for it? Oh man, it would be so cool to have flash interfaces on wireless apps :) Brook At

RE: Going to DevCon armed with a Pocket PC?

2002-10-25 Thread Brook Davies
[EMAIL PROTECTED] -Original Message- From: Brook Davies [mailto:brook;maracasmedia.com] Sent: Friday, October 25, 2002 3:58 PM To: CF-Talk Subject: RE: Going to DevCon armed with a Pocket PC? Importance: High Where can I learn more about Flash and wireless devices?? I

Re: CFGRAPH Help

2002-10-24 Thread Brook Davies
Have you tried using hexadecimals? At 02:00 PM 24/10/02 -0400, you wrote: I'm having some strange problems using CFGRAPH under CFMX ... I've specified for specific colors to display in the bars and for the title to display, but it the title doesn't show and the colors are always red. Anyone know

Re: whitespace woes

2002-10-24 Thread Brook Davies
Try wrapping the entire thing in a cfsavecontent tag and then trim the output: CFSAVECONTENT VARIABLE=XMLOUTPUT CFPROCESSINGDIRECTIVE SUPPRESSWHITESPACE=YesCFSETTING ENABLECFOUTPUTONLY=Yes SHOWDEBUGOUTPUT=No CFIF NOT ISDEFINED(do) CFOUTPUT htmlbodyform/form/body/html /CFOUTPUT CFELSEIF do EQ

RE: UDF and Null Errors?

2002-10-23 Thread Brook Davies
Take off eh! Are you Canadian? ;) The code is pretty simple, here it is: (FYI, this code tackles the SoEditor problem I mentioned a few posts back...) Also, interestingly enough, if I take out the entire body of the UDF, I get the same error... cfif IsSoEditorEmpty(attributes.htmlbody)

RE: UDF and Null Errors?

2002-10-23 Thread Brook Davies
Sometimes my code does not post, here is the actual function: cffunction name=IsSoEditorEmpty hint=Checks the SoEditor Field for User Inserted Content cfargument name=str required=true hint=The String to Check cfif ReFindNoCase([^]*,str,1) !--- check for

Remote SQl Server

2002-10-23 Thread Brook Davies
Is it practical to run a webserver on one side of town/country and connect to a remote SQL Server on the other side of town? We have a box that sends out mail and handles open rate tracking / bounce processing / unsubscribes etc. We need to host this mail/web server in a remote location (300

RE: UDF and Null Errors?

2002-10-23 Thread Brook Davies
it is. - Yoda -Original Message- From: Brook Davies [mailto:brook;maracasmedia.com] Sent: Wednesday, October 23, 2002 5:15 PM To: CF-Talk Subject: RE: UDF and Null Errors? Sometimes my code does not post, here is the actual function: cffunction name=IsSoEditorEmpty hint=Checks

RE: Remote SQl Server

2002-10-23 Thread Brook Davies
- From: Brook Davies [mailto:brook;maracasmedia.com] Sent: Wednesday, October 23, 2002 2:29 PM To: CF-Talk Subject: Remote SQl Server Is it practical to run a webserver on one side of town/country and connect to a remote SQL Server on the other side of town? We have a box that sends out mail

Sending multi-part messgaes with CFMAIl and CFMX

2002-10-22 Thread Brook Davies
In regards to this thread. I have script that works in pre-CFMX for sending multi-part messages but not in CFMX. Can any one point me in the right direction for sending multi-part messages with CFMX. -Brook At 09:41 AM 22/10/02 -0700, you wrote: W2k_jdk1.4.1_IIS5_THX1138 If you have a cfmail

RE: cfcomponents with instance data

2002-10-22 Thread Brook Davies
: morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Brook Davies [mailto:brook;maracasmedia.com] Sent: Monday, October 21, 2002 7:15 PM To: CF-Talk Subject: cfcomponents with instance data Is there any way to use persistent components

OT: Dreamweaver and not cfm file extension

2002-10-22 Thread Brook Davies
Does any one know how to set up DreamWeaver to use non cfm file extensions and still have access to the CF wizards and helpers etc Brook ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: CF to excel formatting questions

2002-10-22 Thread Brook Davies
Is it just me or does CFGRID actually suck? I just did a search on google for Microsoft Office web components, the results are scary. http://www.google.ca/search?hl=enie=UTF-8oe=UTF-8q=%22Microsoft+Office+we b+components%22meta= -Brook At 02:07 PM 22/10/02 -0400, you wrote: If all of your

CFMX server problems...

2002-10-22 Thread Brook Davies
not generate any log file errors. Which, umm, sucks, for lack of a better word.. http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=143threadi d=468954#1666050 Brook Davies ~| Archives: http://www.houseoffusion.com

SoEditor and RegEx help

2002-10-21 Thread Brook Davies
Hello, I'm using the SoEditor wyiwyg Editor and I need some help with a regular expression. The Soeditor when it is initially loaded prepopulates the text area with some basic html. Head and body tags etc. The problem I'm having with this is that if a user does not enter anything, it still

Re: SoEditor and RegEx help

2002-10-21 Thread Brook Davies
Thanks for your quick replies quys, all code answers, I'll give them each a try and see whats best. I am aware that you can simply exclude the pageedit tag within the SoEditor, but then it also strips out any user added header and html info, which doesn't work so well. Brook At 03:06 PM

Re: SoEditor and RegEx help

2002-10-21 Thread Brook Davies
Okay, the HTMl code got cut out. How can you paste HTML code to this list? I'm trying again with the below: ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

cfcomponents with instance data

2002-10-21 Thread Brook Davies
Is there any way to use persistent components with instance data without using sessions? I really want to take advantage of this aspect of components, but our setup uses client vars only. The only way I can think of using persistent components unique to each user is to store them in an array

Bulk Insert

2002-09-09 Thread Brook Davies
this would be? Thanks :) Brook Davies __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk

Re: Bulk Insert

2002-09-09 Thread Brook Davies
not run the BULK INSERT. Does any one know why this would be? BD Thanks :) BD Brook Davies BD __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http

Re: Bulk Insert

2002-09-09 Thread Brook Davies
this account can BD not run the BULK INSERT. Another funny thing is the owner account (cfuser) BD can also not run the BULK INSERT. Does any one know why this would be? BD Thanks :) BD Brook Davies BD BD __ Your ad could be here

RE: CFServer crashes... please help... URGENT

2002-09-09 Thread Brook Davies
Is there anything is the cf logs? IIS logs? Event Viewer? Can IIS serve regular html pages? At 11:30 PM 09/09/02 -0400, you wrote: make sure your iis mappings arent amuck. we have had our iis mappings all of a sudden trip out, lose their heads on the cfm extension, even though, they were in

Re: Arguments for the CF Compiler?

2002-09-07 Thread Brook Davies
Stacy, Do you have the compile.bat script that was floating around the list some time back? Also, if you find our how to compile templates with an extension other than cfm (*.nat for example), please tell me! Brook At 01:52 PM 07/09/02 -0400, you wrote: Wondering if anyone knows all the

Quick CFC questions

2002-09-06 Thread Brook Davies
I really like CFC's in CFMX and am almost done rewriting my site to use CFC's to encapsulate the core functionality. I'm only using the basic features of CFC's, for lack of experience or understanding of some of the more advanced features (waiting for Ben's Book!). So, I'm just curious if

RE: Quick CFC questions

2002-09-06 Thread Brook Davies
x901 -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 9:47 AM To: CF-Talk Subject: Quick CFC questions I really like CFC's in CFMX and am almost done rewriting my site to use CFC's to encapsulate the core functionality. I'm

CFQueryParam, Inserts and NoCount

2002-09-04 Thread Brook Davies
I've been using the SQL NOCOUNT and Select identity to retrieve the ID of newly inserted rows. I recently (after the talk on this list yesterday -re: sql injection attacks) decided to update these inserts to use cfqueryparam. But it appears as though cfqueryparam does not support the use of

Invoking a CFC - overhead

2002-09-04 Thread Brook Davies
I have a CFC, and I have been watching the time it takes to invoke it and process it. It seems a little strange. I have the code wrapped in a timer and I am outputting the processing time. Inside the CFC from top to bottom the total time is 0-10 milliseconds. The timer that is wrapped around

Re: OT: CF-related software wish list

2002-09-04 Thread Brook Davies
If you are doing any amount of email delivery (and who isn't these days) in combination with CF the infusion mailserver products are very cool. Well priced, stable and reliable and they have great integration with CF. If you ever need to build any kind of intelligent email delivery system, the

RE: CFQueryParam, Inserts and NoCount

2002-09-04 Thread Brook Davies
Can I still use stored procedures if the queries are completely dynamic? Dynamic tablename and fieldnames. insert into #mytable# (#myfield1#,#myfield#) values(#myvalue1#,#myvalue2#) I do a bunch of preprocessing on the data to determin what fields they are and so forth and would be able to

Re: cfqueryparam and scrubbing form inputs

2002-09-03 Thread Brook Davies
This tag, CodeCleaner, I just looked at it and it doesn't look like it should be used for SQL Injection Hack protection. It looks like it will clean a string so that it can be rendered back to the browser without javascript, meta refreshes and the like happening. But if you look at the source

CodeCleaner Alternative from CFLIB.ORG (Was Re: cfqueryparam and scrubbing form inputs)

2002-09-03 Thread Brook Davies
You could try this SQl Injection related UDF from cflib.org. http://www.cflib.org/udf.cfm?ID=612 At 05:41 PM 03/09/02 +0200, you wrote: Matt Robertson wrote: In the past I've used the CodeCleaner custom tag to scrub form inputs. Recently I've expanded my use of CFQUERYPARAM to include

SQL Injection Attacks (scrubbers cont.)

2002-09-03 Thread Brook Davies
I have been trying to use the UDF below, which I got from http://www.cflib.org/udf.cfm?ID=612enable=0. The problem is this UDF will return true whenever a field contains the word delete, drop, insert etc. Or when it contains a single quote character. This doesn't really work very well since a

RE: SQL Injection Attacks (scrubbers cont.)

2002-09-03 Thread Brook Davies
] +---+ ...'If there must be trouble, let it be in my day, that my child may have peace'... - Thomas Paine, The American Crisis -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 11:54 AM To: CF-Talk Subject: SQL Injection

Re: list to array, now to another array

2002-09-01 Thread Brook Davies
I don't know if this is what you mean, but you could convert each item in your original array to an array itself, so you would have an array of arrays. If your FullReturn Array looks like the one below, you could try something like: cfloop from=1 to=#arraylen(FullReturn)# index=ArrayPos

Re: java.lang.OutOfMemoryError

2002-08-29 Thread Brook Davies
Jon, Were you able to use CFC's with BEA JRockit? When I used it all of my CFC calls failed. Switching back to the default JVM fixed this issue. Brook At 02:41 PM 29/08/02 -0400, you wrote: Is this a very busy server with a lot of connections? The java.lang.OutOfMemoryError error is one that

Re: Can this be done?

2002-08-29 Thread Brook Davies
Open up IIS, and click on the properties of the website in question. Click on the home directory tab. Then click Configuration. Copy the path used in the *.cfm mapping and create a new mapping for *.html that points to the same executable as the *cfm path. That should do it At 03:24 PM

RE: Losing Client variables

2002-08-25 Thread Brook Davies
My System: CFMX,WIn2K Sp3 CF Application Settings: UseUUID enabled, I tried the test with a client var DB, cookies and the registry and did not experience any variation in the results. The only thing I could see out of the ordinary is it looks like Netscape (both versions tested) is not

CFMX from the command line

2002-08-21 Thread Brook Davies
/SMS alerts to various system administrators based on the severity of the alerts. Brook Davies maracasmedia inc. __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk

CFC's and BEA Jrokit

2002-08-20 Thread Brook Davies
as part of an expression. Is this specific to my configuration or does anyone else using the BEA Jrokit JVM get these errors? Brook Davies At 02:47 PM 20/08/02 -0700, you wrote: http://www.kolumbus.fi/jukka.manner/ appears to be live with two versions. I'm currently using 1.4 with CFMX

CFMX: Debugging times or page processing times

2002-08-20 Thread Brook Davies
Is it just me or is it hard to get an accurate page execution time using MX and the built in debugging. I've heard people on this list mention that having debugging on increases the page execution time. But, does it actually increase the time on each template?? Are the template execution

RE: Someone must know about this... (Solved.. I think)

2002-08-19 Thread Brook Davies
Hey, I got one of those blank pages on houseoffusion.com today. Are they running cfmx? Reloading the page fixed it... FYI, I have an MX problem with intermittent page not found errors. And Its not DNS related becuase it happened when accessing the CFadministrator via and IP. At 01:18 PM

CFMX, ODBC Socket and Client Vars Resolved

2002-08-19 Thread Brook Davies
connection. Brook Davies maracasmedia inc. __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http

Re: client variables problem

2002-08-19 Thread Brook Davies
Everybody is unable to log in or just a particular user? At 02:04 PM 19/08/02 -0400, you wrote: I have an application in development where client variables are stored in the application database with this configuration: Windows 2000 Server + ColdFusion 5 Windows NT 4 + MS SQL Server 7 Every

Re: client variables problem

2002-08-19 Thread Brook Davies
I've seen something similar. Does the site use frames? At 02:58 PM 19/08/02 -0400, you wrote: Everybody is unable to log in or just a particular user? It appears to be across the board on the users. At 02:04 PM 19/08/02 -0400, you wrote: I have an application in development where client

Re: file upload application

2002-08-19 Thread Brook Davies
This ActiveX control is very cool. You can drag files into it and upload them. It only works on windows though: http://www.aspupload.com/xupload/livedemo.html At 04:38 PM 19/08/02 -0400, you wrote: Hello, We are looking at developing a Java, VB, or C++ application to help us upload files

RE: BEA JRockit = Fast

2002-08-18 Thread Brook Davies
I'm new to Java. Do Jrun and other app servers (Bea Weblogic) use a common JVM which is independent from the application server? I guess what I'm asking is does this JVM from BEA work with CFMX? How would one install it? Is it as easy as installing it over the existing JVM or is there more to

invoking components

2002-08-18 Thread Brook Davies
I have a cf page which calls 4 different cfcomponents using cfinvoke in sequential order. Would it be faster to use the inherit property so only 1 cfinvoke command was issued and the one component called the others methods? Is this an appropriate use of inheritance? thanks :) .bd

CFMX: DataSource error in the Administrator

2002-08-18 Thread Brook Davies
I get the following error every time I try to access the data source options page in the administrator. I'm not sure when this started happening exactly, but It was working at one point. Also, this only happens when trying to create an ODBC Socket Connection. I'd love to try the Type 4

Re: CFMX: DataSource error in the Administrator

2002-08-18 Thread Brook Davies
I think I found a way around this by breaking the page out of the frameset and adding the datasource=test to the query string. This seems to work, but I wonder why the datasource name is not being passed correctly in the first place.. At 03:41 PM 18/08/02 -0700, you wrote: I get the following

RE: CFMX: DataSource error in the Administrator

2002-08-18 Thread Brook Davies
Dave, I haven't had much luck trying use the SQL Server Drivers from CF. I think it has something to do with using trusted connections. I'm not sure how to set up SQL Server to accept logins via a username and password. I have changed the default account SQL Server is running under, and

RE: BEA JRockit = Fast

2002-08-18 Thread Brook Davies
Did you see any mention of price for this product? At 06:10 PM 18/08/02 -0400, you wrote: I'm new to Java. Do Jrun and other app servers (Bea Weblogic) use a common JVM which is independent from the application server? I guess what I'm asking is does this JVM from BEA work with CFMX? How

CFMX charting

2002-08-17 Thread Brook Davies
and also searched my entire harddrive. This GraphData.cfm file does not exist on my system! Can someone please send me a copy of this file. FYI, I never deleted this file and this is a new clean install. Brook Davies maracasmedia

Re: Simple JS question

2002-08-17 Thread Brook Davies
area shape=rect coords=211,29,253,39 href=showme.html target=content At 04:50 PM 17/08/02 -0700, you wrote: I ahve a page where there is an iframe and the links that I would like to use to opoulate it are within an image map. How do I reference the iframe in the map to populate it with

Re: Simple JS question

2002-08-17 Thread Brook Davies
:) At least it's easy to implement ;) At 04:59 PM 17/08/02 -0700, you wrote: GeeeshI feel stupid now CF_HEADBETWEENLEGS Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Brook Davies [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, August 17, 2002

RE: CFMX charting

2002-08-17 Thread Brook Davies
Thanks Dave! At 08:11 PM 17/08/02 -0400, you wrote: I've been having some issues with the charting engine. Nothing shows up and/or I get a broken image icon when generating a chart. The chart does exist in the chart cache dir. The chart path looks like this

Updating a row in a cached Query

2002-08-17 Thread Brook Davies
error. And I also tried: cfset Variables[attributes.query_name][company][attributes.start]=TestValue Which did not generate an error but did not update the cached query either. I think the scope is wrong. Anybody done this before? Brook Davies maracasmedia

RE: Updating a row in a cached Query

2002-08-17 Thread Brook Davies
That makes sense, thanks Dave :) I'm calling it a night (9:30pm my time), I'll get back to it tomorrow. FYI, the query was cached with the cached within attribute so I guess I'll have to flush it. Have a good night Brook At 12:18 AM 18/08/02 -0400, you wrote: Is it possible to update a

cfcomponents and required complex values

2002-08-16 Thread Brook Davies
I have a cfc which has the following argument. The problem is that if I do not pass it an array it throws an error that the value is not an array. How do I make it optional to pass a value to this method? cfargument name=descriptlistArray type=array required=false default= Brook Davies

Type 3/4 Drivers Vs. ODBC Socket

2002-08-16 Thread Brook Davies
This is a reply to thread by Dave Watts from the other day Are the type 3/4 drivers superior to using the ODBC socket connection. I've had a few issues with the ODBC socket connection, particularly with large client vars. I'm not sure if the other drivers will remedy the problem but I a

RE: Type 3/4 Drivers Vs. ODBC Socket

2002-08-16 Thread Brook Davies
Interesting, I'll try this later today, thanks for the tip. At 12:39 PM 16/08/02 -0400, you wrote: Are the type 3/4 drivers superior to using the ODBC socket connection. Yes, generally the Type 3 and 4 drivers will work better than the ODBC Socket. I wouldn't recommend using ODBC Socket

RE: Type 3/4 Drivers Vs. ODBC Socket

2002-08-16 Thread Brook Davies
When Can't you use the Type 4 Driver? At 12:40 PM 16/08/02 -0400, you wrote: for the record the ODBC-Socket driver is a type 3 driver. And yes Type 4 are better then type 3 use. Use the type 4 every time you can. ---nimer -Original Message- From: Dave Watts [mailto:[EMAIL

Re: wizards

2002-08-16 Thread Brook Davies
Try this tutorial, we build some pretty amazing js multi pages forms using the princibles explained here: http://www.dansteinman.com/dynduo/en/forms.html Here is a sample http://www.dansteinman.com/dynduo/examples/forms2.html At 01:09 PM 16/08/02 -0400, you wrote: I use form wizards for data

RE: wizards

2002-08-16 Thread Brook Davies
://www.logiforms.com/formdata/user_forms/243_1802639/1469/ At 02:03 PM 16/08/02 -0400, you wrote: Thanks Brook! This is great! Looks like it would be easy to add a back button, too! -Brad -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 1:35 PM

Re: cfoutput adding whitespace

2002-08-16 Thread Brook Davies
If your using CFMX, the new whitespace management option in the administrator works like a gem. Or you can use cfsetting enablecfoutputonly=yes to suppress any output not within a cfoutput tag block. Don't forget to close this tag with cfsetting enablecfoutputonly=no. Brook At 02:16 PM

REPOST: precompiling templates

2002-08-16 Thread Brook Davies
I'm using the pre compile script below (way below) and I get the following error from the CFcompiler. Can anybody shed some light on this? Brook Davies C:\CFusionMX\libcompile c:\inetpub\wwwroot\cfide\administrator\ Exception in thread main java.lang.ArrayIndexOutOfBoundsException

RE: precompiling templates

2002-08-15 Thread Brook Davies
When I run the compile.bat file I get an error that 'java' is not a recognized as an internal or external command. Do I need to install something to have 'java' recognized by my system as an executable? Brook At 07:42 PM 12/08/02 -0400, you wrote: There is a -webinf argument you can pass to

RE: precompiling templates

2002-08-15 Thread Brook Davies
_ Pete Freitag CTO, CFDEV.COM http://www.cfdev.com/ -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 5:47 PM To: CF-Talk Subject: RE: precompiling templates When I run the compile.bat file I get an error that 'java' is not a recognized

RE: CF MX bugs/transition problems info

2002-08-14 Thread Brook Davies
Maybe there using CFMX. At 11:43 AM 14/08/02 -0400, you wrote: And I can't get teratech or cfconf to come up - I think Teratech runs all of them - and must be down at the moment. === Raymond Camden, ColdFusion Jedi Master for

RE: OT but Important Amber alert missing child should I post here ?

2002-08-14 Thread Brook Davies
Have a little compassion. Just do what you feel, post the freakin link and put an end to thisor post a link in your signature and then post some good cf-resources (sneaky) At 05:11 PM 14/08/02 +0100, you wrote: Yep, I think its awful that a child is abducted etc.. but I really think

Re: CFMX connectivity problems (not DB-related)

2002-08-13 Thread Brook Davies
to see some CFMX sites with moderate to high traffic who are not having issues.That would be comforting. :) Brook Davies maracasmedia At 11:43 AM 13/08/02 +0200, you wrote: Tormod Guldvog wrote: Here's what they say (quote from their reply to my post in their forums): If you are worried

RE: CFMX connectivity problems (not DB-related)

2002-08-13 Thread Brook Davies
the problem. Actually, upgrading NN AT ALL cured the problem. Just my .02 | -Original Message- | From: Brook Davies [mailto:[EMAIL PROTECTED]] | Sent: Tuesday, August 13, 2002 11:29 AM | To: CF-Talk | Subject: Re: CFMX connectivity problems (not DB-related) | | | Now you mention it, I have

Re: Ok.. Now THIS is REALY StRaNgE!

2002-08-13 Thread Brook Davies
Try Deleting the compiled class files. At 12:13 PM 13/08/02 -0700, you wrote: Here's the scenario: 1 - Shared IIS5/CFMX server 2 - About 20 sites on this server -- 4 of which use CF. 3 - Site in question has no special setup.. Standard site in IIS. 4 - Site

Re: SOT: Multi-Part Email from CF

2002-08-13 Thread Brook Davies
Search the archives here http://www.mail-archive.com/cf-talk@houseoffusion.com/ , this code has been posted many,many times At 06:01 PM 13/08/02 -0700, you wrote: Does anyone have some instructions or sample code to help me figure out how to send out multi-part email messages in both plain

RE: SOT: Multi-Part Email from CF

2002-08-13 Thread Brook Davies
for not saving it. Kirk -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 6:24 PM To: CF-Talk Subject: Re: SOT: Multi-Part Email from CF Search the archives here http://www.mail-archive.com/cf-talk@houseoffusion.com/ , this code has been posted many,many

Re: CFMX and XML

2002-08-10 Thread Brook Davies
From the Release notes addition on macromedia.com: You can now use cfhttp to post raw XML data, by using a new parameter type called XML. This sends the raw XML data with content-type = text/xml. The following is a sample cfhttp call to post raw XML data: cfhttp url=... method=POST

CFMX Client Variables

2002-08-10 Thread Brook Davies
table and their is only 1 record. Has anyone else seen anything like this? Brian? Brook Davies maracasmedia inc. __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics

CFMX and client Varibales Cont. Testers Wanted!

2002-08-09 Thread Brook Davies
I reported the other day that I am receiving a lot of datasource errors when using largish client variables and a MSSQL7.0 variable repository under CFMX. No issues with the EXACT same config under CF4.5. If some one running MX could try this within an application that has client variables

Re: CFMX and client Varibales Cont. Testers Wanted!

2002-08-09 Thread Brook Davies
This got cut out of my last message: !--- set this to a file that weighs approx 20k --- cfset myfile=f:\inetpub\wwwroot\development\mlmsites.txt cffile action=read file=#myfile# variable=tempVar Setting client variable myTestVar.. cfset client.myTestVar=tempVar At 10:03 AM 09/08/02 -0700, you

CFMX and client variables

2002-08-09 Thread Brook Davies
Can somebody/anybody please try this on a CFMX installation within an application which is defined to use a MSSQL7.0 datasource for client variables storage. If some one can confirm that this works for them, then I can continue to look for other reasons other than a MX related issue. !--- set

RE: Callling Client or Session varibles from a javascript

2002-08-09 Thread Brook Davies
something a little more useful with the result and unique for each type of call made. Brook Davies maracasmedia inc. At 06:20 PM 09/08/02 -0400, you wrote: I got that, but how do I call the other frame as a read only and then pull the data back to the first frame to report back to the caller

RE: Callling Client or Session varibles from a javascript

2002-08-09 Thread Brook Davies
of a function to call on the way back as part of the initial argument. Then you can do something a little more useful with the result and unique for each type of call made. Brook Davies maracasmedia inc. At 06:20 PM 09/08/02 -0400, you wrote: I got that, but how do I call the other frame as a read only

RE: Callling Client or Session varibles from a javascript

2002-08-09 Thread Brook Davies
a little more useful with the result and unique for each type of call made. Brook Davies maracasmedia inc. At 06:20 PM 09/08/02 -0400, you wrote: I got that, but how do I call the other frame as a read only and then pull the data back to the first frame to report back to the caller

RE: cf-talk quiz ...

2002-08-09 Thread Brook Davies
Your kidding me, its Friday?!* I had no idea, this week has been a big waste with downed servers. I swear PCanywhere is a little ^%$! Be very cerful when you install PCanywhere. Its gets it's grubby little hooks everywhere and can cause some serious issues Brook At 04:06 PM 09/08/02

RE: cf-talk quiz ...

2002-08-09 Thread Brook Davies
Just don't try programming afterwards...lol At 04:33 PM 09/08/02 -0700, you wrote: I think I'll just find a joint... At 04:06 PM 8/9/02, you wrote: I can tell I am not too sophisticated, I am going to find a joint that has some bloody good beers, hope everyone has a great weekend. Kind

RE: Great product for Remote server-system work was RE: cf-talk quiz ...

2002-08-09 Thread Brook Davies
- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 4:27 PM To: CF-Talk Subject: RE: cf-talk quiz ... Your kidding me, its Friday?!* I had no idea, this week has been a big waste with downed servers. I swear PCanywhere is a little ^%$! Be very

CFMX and client variables (size limit?)

2002-08-08 Thread Brook Davies
=my17kfile.txt variable=client.myclientvar or something similar while client variables are enabled for DB storage. Brook Davies __ Your ad could be here. Monies from ads go to support these lists and provide more resources

Re: CFMX and client variables (size limit?)

2002-08-08 Thread Brook Davies
+0200, you wrote: Brook Davies wrote: I'm not sure if this is the correct way to calculate the size of the client var data, but I used cfdump to output it and then cut and paste it into a notepad and the doc weighed 17k. In general the application's client var string will almost never

<    3   4   5   6   7   8   9   10   >