RE: IDE for the Mac...?

2002-09-25 Thread Hugo Ahlenius
For help on remote editing in VIM 6: :help netrw __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: VIM Questions was Re: IDE for the Mac...?

2002-09-25 Thread Hugo Ahlenius
| OK, I have VIM running on the Mac. I know that others have | touted VIM, | but I don't see the advantage -- it looks like several other | command-line editors available on *nix systems. It appears | to be heavy | on key-entry and light on GUI. It appears that to become proficient, | one must

Re: Cold Fusion and Excel question

2002-09-25 Thread Richard Meredith-Hardy
Depends where your excel file is. If it is on the server then you could set it up as a datasource (or on CF5 as a temporary datasource) and simply query it (not sure how reliable this is) If it is remote, then I have successfully managed to send wddx data directly from excel to the cf server

Re: OT: Forging a web page

2002-09-25 Thread Brian Scandale
Sounds like cheating... that should be an expellable offense... to put some balance back into the training of our future corporate execs. At 07:47 AM 9/24/02, you wrote: 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

RE: OT: Forging a web page

2002-09-25 Thread Parker, Kevin
We run a couple of online tests but in all cases the activity is logged and committed to a database. The Admin has access to run reports etc. ** Kevin Parker Web Services Manager WorkCover Corporation [EMAIL PROTECTED] www.workcover.com p: 08 82332548 f: 08 82332000 m: 0418 806 166

Re: OT: Can't use UNION

2002-09-25 Thread Jochem van Dieten
Paul Giesenhagen wrote: I am putting together an application and I canot use UNION, here is my query that I have used in the past, does anyone have a solution that would not use UNION? SELECT state, state_abv FROM #request.taxStateTable# UNION ALL SELECT province AS state, province_abv AS

Javascript Validation for Form Selects in CF ?

2002-09-25 Thread Ian Vaughan
Hi I am trying to add javascipt validation to my form fields before the data is submitted to the database via coldfusion, however it is not working correctly and would appreciate any help anybody on the list can give. I am not getting any javascript error messages it is just ignoring the fields

Retrieval of cached query failed

2002-09-25 Thread Critter
oi CF-Talk,!! I keep gettin the above error on one of my servers all of a sudden, and also CFServer is pegging the cpu at 100% for no apparent reason, and will not settle until restarting the service. Anyone seen anything like this??? Or know what causes it? -- Critz

Re: Javascript Validation for Form Selects in CF ?

2002-09-25 Thread Tim Painter
To check the selected value of a select, use if (document.form.dlos[document.form.dlos.selectedIndex].value == '') etc. also, your file description select doesn't have a name. HTH, Tim P. - Original Message - From: Ian Vaughan [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

CF Studio Search

2002-09-25 Thread Robertson-Ravo, Neil (REC)
Is there a way to stop a CF Studio Extended Search after you have set it off (erm, and not by killing the process!) __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the

RE: CF Studio Search

2002-09-25 Thread Collin Tobin
escape Collin Tobin QA Engineer 617 219 2000 [EMAIL PROTECTED] Macromedia® What the web can be.(tm) -Original Message- From: Robertson-Ravo, Neil (REC) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 7:05 AM To: CF-Talk Subject: CF Studio Search Is there a way to

RE: CF Studio Search

2002-09-25 Thread Robertson-Ravo, Neil (REC)
nope, that doesnt do it -Original Message- From: Collin Tobin [mailto:[EMAIL PROTECTED]] Sent: 25 September 2002 12:08 To: CF-Talk Subject: RE: CF Studio Search escape Collin Tobin QA Engineer 617 219 2000 [EMAIL PROTECTED] Macromedia® What the web can be.(tm) -Original

RE: CF Studio Search

2002-09-25 Thread Robertson-Ravo, Neil (REC)
oh my mistake, it does...it just takes ages... -Original Message- From: Collin Tobin [mailto:[EMAIL PROTECTED]] Sent: 25 September 2002 12:08 To: CF-Talk Subject: RE: CF Studio Search escape Collin Tobin QA Engineer 617 219 2000 [EMAIL PROTECTED] Macromedia® What the web can be.(tm)

RE: CF Studio Search

2002-09-25 Thread Collin Tobin
It does in Studio 5, not sure which version you have... Collin Tobin QA Engineer 617 219 2000 [EMAIL PROTECTED] Macromedia® What the web can be.(tm) -Original Message- From: Robertson-Ravo, Neil (REC) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 7:11 AM To: CF-Talk

RE: CF Studio Search

2002-09-25 Thread Robertson-Ravo, Neil (REC)
sorry Collin; I have version 5. -Original Message- From: Collin Tobin [mailto:[EMAIL PROTECTED]] Sent: 25 September 2002 12:14 To: CF-Talk Subject: RE: CF Studio Search It does in Studio 5, not sure which version you have... Collin Tobin QA Engineer 617 219 2000 [EMAIL PROTECTED]

Re: Javascript Validation for Form Selects in CF ?

2002-09-25 Thread Gyrus
- Original Message - From: Ian Vaughan [EMAIL PROTECTED] I am trying to add javascipt validation to my form fields before the data is submitted to the database via coldfusion, however it is not working correctly and would appreciate any help anybody on the list can give. The

CFFILE/SCHEDULE

2002-09-25 Thread Mark Stephenson - Evolution Internet
Hey, A few suggestions on how to achieve the following would be GREATLY appreciated. I am creating an app that requires the user to enter their username and password (NO VALIDATION AVAILBLE)... This then sets up an .ins file so that when opens configures their internet settings. I will be

Display 3 column text

2002-09-25 Thread FlashGuy
Here is my code below. I still can't get it to display in 3 columns? cfquery name=GetEnv datasource=user-profiles dbtype=ODBC SELECT strUsername,strGroup,strSelect FROMprofiles WHERE strUsername = '#auth#' /cfquery table wisth=100% cellpadding=6

RE: Retrieval of cached query failed

2002-09-25 Thread Chip Griffin
I have seen this error message in the past for long-running queries on CF 4.5. It appeared to me that CF was marking the query as cached when it began to execute, rather than when the results were returned successfully. If the same query was then executed a second time while the first one was

Encryption

2002-09-25 Thread Randell B Adkins
Does Encrypt on CFMX still use 32-bit encryption? If so, is there any talk of going higher? __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics.

Re: Can't use UNION

2002-09-25 Thread Sam Farmer
Use Q of Q. It provides support for UNIONS. HTH, Sam - Original Message - From: Paul Giesenhagen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 8:50 PM Subject: Re: Can't use UNION It is a distributed app .. Paul Giesenhagen QuillDesign

Display 3 column text *FOLLOWUP*

2002-09-25 Thread FlashGuy
Hi, It just occured to me that the examples I've been receiving might not work with my application. The line I'm grabbing from the database and want to display in 3 columns is a comma delimited line which could contain 5-100 names separated by a comma. inetpub,program files, test,temp I

RE: DATE TAG

2002-09-25 Thread Larry Juncker
I rewrote this into a UDF last night called MDYAsString and submitted it to cflib along with DayAsString and YearAsString I will include them below: cfscript /** * Returns an String representation of the day passed into it. * * @return Returns a string. * @author Larry Juncker ([EMAIL

Mime type

2002-09-25 Thread Marius Milosav
Does anybody knows what is the mime type for chm (compressed help file). thank you Marius Milosav www.scorpiosoft.com It's not about technology, it's about people. Virtual Company (VICO) Application Demo www.scorpiosoft.com/vicodemo/login.cfm

Re: Javascript Validation for Form Selects in CF ?

2002-09-25 Thread Ian Vaughan
Changed the code to and added a name one of the form fields but a javascript syntx error is occuring? what could cause this in the code below?? SCRIPT LANGUAGE=JavaScript !-- Begin function checkFields() { missinginfo = ; if (document.form.dltitle.value == ) { missinginfo += \n - Title of

RE: Mime type

2002-09-25 Thread Tony Weeg
application/mshelp, hlp chm, ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Marius Milosav [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 9:02 AM To:

RE: Display 3 column text *FOLLOWUP*

2002-09-25 Thread Adrian Lynch
cfset j = 1 cfloop list=#listElements# index=i cfoutput#i#/cfoutputcfif check if it j is 3, 6, 9, etc, if so, br or start a new tr cfset j = j + 1 /cfloop Ade -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED]] Sent: 25 September 2002 13:46 To: CF-Talk Subject:

RE: Display 3 column text *FOLLOWUP*

2002-09-25 Thread Everett, Al
cfif check if it j is 3, 6, 9, etc, if so, Simplest way (I think) is cfif j MOD 3 EQ 0 Better is if you use a variable for your columns. cfif j MOD columnCount EQ 0 -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 9:14 AM To:

Re: DATE TAG

2002-09-25 Thread Jerry Johnson
I did consider it (for about a second) and realized I would never ever have a need for this function, and the tagging and submission would double the development time. =) Thankfully Larry Juncker spruced it and posted it to cflib.org Jerry Johnson [EMAIL PROTECTED] 09/24/02 06:01PM Thanks,

RE: Display 3 column text *FOLLOWUP*

2002-09-25 Thread FlashGuy
OK...I added your code and now I get an error. Why? Error Diagnostic Information LIST The value cannot be converted to a string because it is not a simple value. Simple values are booleans, numbers, strings and date-time values. The error occurred while processing an element with a general

Re: Javascript Validation for Form Selects in CF ?

2002-09-25 Thread Dave Carabetta
Changed the code to and added a name one of the form fields but a javascript syntx error is occuring? what could cause this in the code below?? SCRIPT LANGUAGE=JavaScript !-- Begin function checkFields() { missinginfo = ; if (document.form.dltitle.value == ) { missinginfo += \n - Title of

RE: Display 3 column text *FOLLOWUP*

2002-09-25 Thread FlashGuy
Hi all, I figured out me error. It's working now! Thanks for all your help. On Wed, 25 Sep 2002 09:26:53 -0400, FlashGuy wrote: OK...I added your code and now I get an error. Why? Error Diagnostic Information LIST The value cannot be converted to a string because it is not a

RE: Display 3 column text *FOLLOWUP*

2002-09-25 Thread Everett, Al
ListElement isn't a list. It's a query. Did you want cfloop list=#listElement.ColumnList# index=i ? -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 9:27 AM To: CF-Talk Subject: RE: Display 3 column text *FOLLOWUP* OK...I added

Re: Javascript Validation for Form Selects in CF ?

2002-09-25 Thread Tim Painter
Ian, You have a couple of extra left curly braces after the check on dlos and area -- missinginfo += \n - Please select an operating system; } --- Remove this missinginfo += \n - Please select the required area; } --- and this one too. Tim P. - Original Message - From:

Re: Mime type

2002-09-25 Thread Marius Milosav
Thanks, but unfortunately application/mshelp is not the one for compressed help files, just for normal ones (hlp) Marius Milosav www.scorpiosoft.com It's not about technology, it's about people. Virtual Company (VICO) Application Demo www.scorpiosoft.com/vicodemo/login.cfm - Original

Re: OT: Can't use UNION

2002-09-25 Thread Paul Giesenhagen
v3.2.3 doesn't support FULL OUTER JOIN... Jochem .. I thought you had it for me, dang! Paul Giesenhagen QuillDesign - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 4:31 AM Subject: Re: OT: Can't use UNION

RE: Mime type

2002-09-25 Thread Tony Weeg
shite. sorry. thought it was right. ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Marius Milosav [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 9:54 AM

RE: OT: Forging a web page

2002-09-25 Thread Yager, Brian T Contractor/Sverdrup
Not necessarily cheating...Just using whatever resources are available to get the job done. Isn't that what real life is all about? Give this guy an A! But explain it better NOT happen again. Brian Yager President - North AL Cold Fusion Users Group http://www.nacfug.com Sr. Systems Analyst

Re[2]: Retrieval of cached query failed

2002-09-25 Thread Critter
oi Chip!! thanks, i'll have a look at it. -- Critz Macromedia Certified Advanced ColdFusion Developer CFX_BotMaster Network=Efnet Channel=ColdFusion Blog = http://blog.ctzc.com; Wednesday, September 25, 2002, 8:17:40 AM, you wrote: CG I have

input tag

2002-09-25 Thread FlashGuy
I'm using 3 column frames on my site with the following names. | left | middle | right | I have this input line on a page in the right frame. When I click on the Refresh button I want the middle frame refreshed. The below only refreshes the right frame when clicked. Whats wrong with my

Mass Database update

2002-09-25 Thread Chad
We have a client that wants to drop a database table and replace it with a new one every once and a while. Is there any dummy proof ways of doing this? Have them upload a CSV, use CFFILE to loop over the information and import it? The data will start as an Excel table.

Re: OT: Can't use UNION

2002-09-25 Thread Tyler Silcox
Paul, are you using CFMX? Because you could run your separate queries and then QoQ with a UNION statement. I know it's not a SQL solution, but it might do you alright- Tyler email | [EMAIL PROTECTED] - Original Message - From: Paul Giesenhagen [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: Mass Database update

2002-09-25 Thread Joshua Tipton
run it all in a dts package truncate the table and then use bcp to import the csv file. -Original Message- From: Chad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 10:37 AM To: CF-Talk Subject: Mass Database update We have a client that wants to drop a database table

RE: Mass Database update

2002-09-25 Thread Chad
BCP? -Original Message- From: Joshua Tipton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 9:38 AM To: CF-Talk Subject: RE: Mass Database update run it all in a dts package truncate the table and then use bcp to import the csv file. -Original Message-

RE: Mass Database update

2002-09-25 Thread Cantrell, Adam
You'll probably not want to tackle this with ColdFusion. Use a transformation tool native to your DB if it's truly 'massive'. This will give you the most integrity/performance. If you want to automate the process using ColdFusion, that would be fine. Have them upload the Excel spreadsheet via

Re: CF/localhost/OpenwaveSDK/WML, anyone?

2002-09-25 Thread Jeffry Houser
I have done it, but never had any problems with 505 errors. Did you try typing the absolute URL? http://localhost/wap_test/index.cfm ( or whatever ). Beyond that I'm not sure what your problem might be. At 09:46 PM 9/24/2002 -0400, you wrote: Hi all, has anyone ever used the Openwave

Re: Mass Database update

2002-09-25 Thread Howie Hamlin
If you're using SQL server then you can do this much more efficiently with a DTS. http://www.sqlteam.com/item.asp?ItemID=10627 HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com - 631-737-4668 x101 *** Please vote for iMS here:

RE: input tag

2002-09-25 Thread Cantrell, Adam
http://developer.irt.org/script/frame.htm -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 9:28 AM To: CF-Talk Subject: input tag I'm using 3 column frames on my site with the following names. | left | middle | right |

RE: Mass Database update

2002-09-25 Thread Mark A. Kruger - CFG
Chad, DTS will allow you to import from a .CSV. To dummy proof it use the column transformations tool in the package designer and write little validation routines in VB script. The little IDE makes it pretty easy. You can validate for length, numeric, date etc. (the date validation is

IP Address as CF Number

2002-09-25 Thread Jim McAtee
Can an IP address be safely manipulated as a CF numeric variable? I want to be able to apply network masks using the BitAND() function to determine if a given address is on a particular subnet. My concern is that IP addresses are 32 bit unsigned numbers, but if I'm not mistaken, CF numeric

RE: IP Address as CF Number

2002-09-25 Thread Robertson-Ravo, Neil (REC)
they are effectively just lists with a period delimiter AFAIK -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: 25 September 2002 15:38 To: CF-Talk Subject: IP Address as CF Number Can an IP address be safely manipulated as a CF numeric variable? I want to be able

RE: IP Address as CF Number

2002-09-25 Thread Robertson-Ravo, Neil (REC)
sorry, I totally missed the point of that post.:-) I just read the first line!!! aahhh its nearly hometime. -Original Message- From: Robertson-Ravo, Neil (REC) [mailto:[EMAIL PROTECTED]] Sent: 25 September 2002 16:07 To: CF-Talk Subject: RE: IP Address as CF Number they are

Re: IP Address as CF Number

2002-09-25 Thread Jim McAtee
Yes, that's how IP addresses are normally represented in a human readable form. I've created a function to apply a network mask to an address in this form, but it would be much faster to do a single AND. // Return the network base address given an ipaddress and an ip // network mask -- both

ot: milonic menus question

2002-09-25 Thread Janine Jakim
Quick question. I'm having problems passing a variable with the milonic menus. In my testing I've found that CLIENT variables pass fine- it's my attributes.variable or form.variable that doesn't pass. Can milonic only pass client or session variables? Thanks for any insight. Janine

Advanced Statistical Analysis

2002-09-25 Thread Deanna Schneider
Hi Folks, So, we have a client that wants some complex statistical analysis of her data. The way we've always dealt with that in the past is we've given the client an excel download that she can import into SAS or SPSS, but now she thinks it's important for our institution to be able to do this

Web Search NS Error

2002-09-25 Thread Greg Luce
I have a search form on a page that uses js (which I didn't write) to call a new window using whichever search engine was selected. Anyone have any ideas why it won't work with Netscape 4.7? It calls up a new window with a 405 error. I may just do it with CF for Nutscrape. Here's the code:

Properly handling checkboxes

2002-09-25 Thread Yexley Robert D Contr Det 1 AFRL/WSI
I've got an HTML form that consists of mostly checkboxes. Initially, when I tested submitting the form, it was giving me problems for the checkboxes that were NOT checked. So I figured, OK, I need to figure out some way to get the current value of the checkbox, then go ahead and set it to

RE: Advanced Statistical Analysis

2002-09-25 Thread Deeds, Dave
We played a little bit...a long time ago, in a galaxy far, far away :-) Actually, we did some stuff with SAS by establishing an ODBC connection to an existing SAS dataset, which then could be displayed with CF. But if you don't have SAS that could be a problem. Dave Deeds Idaho Power Company

OT: ColdFusion Enterprise For Sale

2002-09-25 Thread Jeffry Houser
I apologize for the off-topic post. I have a copy of ColdFusion MX Enterprise for sale. This is the full version, not an upgrade. This is unused and was only opened to verify the box contents. I may be willing to consider an exchange. ( I have a fondness for all things musical and am

Question about RE: Re-Sort a Query...

2002-09-25 Thread Scott Mulholland
I actually had to just accomplish something similar to this last week, but I had to sort just a subset of a main query, basically just sort the N records you were viewing on the screen. (N is set by user) I did this by building a new query from the main query but only using the rows shown:

Admin Settings

2002-09-25 Thread Chris Jenkins
Does anyone know why they omitted the Restart after n unresponsive requests from MX? FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Re: Advanced Statistical Analysis

2002-09-25 Thread Alex
You might be able to use CF to call C routines that crunch the numbers but CF itself would be too slow. I have used MATLAB but it's expensive. A free solution would be to use python with a matrix library (numeric), maybe C extensions, and gnuplot to generate the ever important visuals. On Wed,

Re: Properly handling checkboxes

2002-09-25 Thread Candace Cottrell
Does the ISdefined(form.checkbox) function not work for what you were trying to do? Can we see the code? (Hey from a fellow Daytonian) 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: Properly handling checkboxes

2002-09-25 Thread Chris Lofback
Use a CFPARAM on the page that receives the form submission and default the checkbox fields to FALSE. Because the checkbox does not get submitted if unchecked (ie, set to false), the receiving page handles it properly. Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C

RE: Advanced Statistical Analysis

2002-09-25 Thread Ken Wilson
Is your database at the same location as the SAS server? Why not let SAS feed reports back out to your site leaving the heavy processing on the SAS side rather than on CF. Some of the standard SAS-generated html reports are pretty ugly but you can improve that if your willing to invest the time.

Re: CF/localhost/OpenwaveSDK/WML, anyone?

2002-09-25 Thread Jeff Small
on 9/25/02 7:20 AM, Jeffry Houser at [EMAIL PROTECTED] wrote: I have done it, but never had any problems with 505 errors. Did you try typing the absolute URL? http://localhost/wap_test/index.cfm ( or whatever ). Beyond that I'm not sure what your problem might be. Yeah, for some reason,

RE: Properly handling checkboxes

2002-09-25 Thread Yexley Robert D Contr Det 1 AFRL/WSI
I tried the whole cfparam name=form.checkboxName default=F thing, and it didn't work for me. It kept generating errors telling me that checkboxName is undefined in form. I thought that would be the answer too, but it didn't work properly. Bob ))) -Original Message- From: Chris

RE: Advanced Statistical Analysis

2002-09-25 Thread Jeremy Allen
While MATLAB costs money, GNU Octave (which does everything MATLAB does, sometimes even better) is free. It would not be difficult to use Octave instead of MATLAB. I have used Octave for some Linear Algebra work and found it just as good in Octave in almost every way. (As in, there was nothing I

RE: Properly handling checkboxes

2002-09-25 Thread Douglas McKenzie
Problem with checkboxes is that they only exist and show a value if they have been checked. For instance, you might have input type=checkbox name=var value=foo If its checked when the form is submitted, you will have form.var and the value 'foo' to play with but if its not, then you get nothing

RE: Web Search NS Error

2002-09-25 Thread Turetsky, Seth
The js code to set MySearcher in the processSearch function looks off: mySearcher = formObj.tosearch.value; change to: mySearcher = formObj.tosearch[formObj.tosearch.selectedIndex].value; If that did work in IE, I guess IE doesn't require the selectedIndex to get the selected item in a

Re: milonic menus question

2002-09-25 Thread David Hannum
I think you're trying to pass URL scope on your variables, not FORM. Dave - Original Message - From: Janine Jakim [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 11:19 AM Subject: ot: milonic menus question Quick question. I'm having problems

RE: Admin Settings

2002-09-25 Thread Stacy Young
Not 100% but it's probably because there's no exec service monitoring the main CF process anymore. Stace -Original Message- From: Chris Jenkins [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 11:41 AM To: CF-Talk Subject: Admin Settings Does anyone know why they omitted

MX, IE6 and Client Vars

2002-09-25 Thread Andy Ewings
Has anyone had the problem where the standard code you stick in your application.cfm to kill sessions (when using client vars) does not work for users on IE6 when your site is being delivered by CFMX? __ Get the mailserver that

RE: Urgent - Multiple CF Applications with common sessions?

2002-09-25 Thread Trey Rouse
Let me see if I can summarize how we handled this... The common login system runs under its own application and handles user authentication then provides a list of applications the authenticated user has access to. We link to the child application and the first item in the child application is

Re: Advanced Statistical Analysis

2002-09-25 Thread Deanna Schneider
I don't really know much about SAS or SPSS, but my understanding was that folks are using a desktop version to do their crunching. Is that even possible, or does a server have to exist somewhere that I could potentially tap into? (If there is a server, it's not one of ours. It would belong to the

RE: Web Search NS Error

2002-09-25 Thread Greg Luce
Seth, you rock! The only problem left is when you enter 2 words in the form. It looks like this in the url: http://www.google.com/search?q=hotel Chicago, when it needs to have a + between the search words. Do you see a good place to parse that into the search string? -Original Message-

connectstring in CFMX

2002-09-25 Thread Bryan Stevenson
Are DNS-less connections still possible in CFMX? I'm getting an Attribute validation error for tag query error when I try and use a connectstring. TIA Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

Re: connectstring in CFMX

2002-09-25 Thread Critter
oi Bryan!! they cannot be used in cfmx -- Critz Macromedia Certified Advanced ColdFusion Developer CFX_BotMaster Network=Efnet Channel=ColdFusion Blog=http://blog.ctzc.com; Wednesday, September 25, 2002, 12:16:31 PM, you wrote: BS Are

RegEx - POSIX

2002-09-25 Thread Adrian Lynch
Looking in the books, PUNCT doesn't seem to include double or single quotes. Is there one that includes ALL non letters or numbers? I have a form that needs the user can only put letters and numbers in. I've started using RegExs over other ways of checking the field, I thought punct covered all

Re: RegEx - POSIX

2002-09-25 Thread Jerry Johnson
Why not negate letters and numbers (rather that listing those you can;t have, list only those you can) [^[:alnum:]] Jerry Johnson [EMAIL PROTECTED] 09/25/02 12:17PM Looking in the books, PUNCT doesn't seem to include double or single quotes. Is there one that includes ALL non letters or

RE: WYSIWYG html editor applet?

2002-09-25 Thread Trey Rouse
Really, the online demo doesn't appear to be JAVA compliant, that is to say it isn't working on any of our MAC or Unix/Opera installs. I fished around the site for some actual supported platforms information and didn't really find any details. Can you point me to the creamy filling? The only

OT: Crystal Reports (subreports)

2002-09-25 Thread Tim Do
Has anyone found a workaround for having a subreport within a subreport? __ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

RE: RegEx - POSIX

2002-09-25 Thread Adrian Lynch
Nice one Jerry, that was rather obvious :OP So is there no posix char class that wraps all non letters and numbers? Ade -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED]] Sent: 25 September 2002 17:30 To: CF-Talk Subject: Re: RegEx - POSIX Why not negate letters and

RE: Properly handling checkboxes

2002-09-25 Thread Chris Lofback
Remember that the CFPARAM default value doesn't necessarily have to be FALSE. It should be whatever value you want the checkbox to return when it is unchecked. Just as a reality check, did you make sure that you do have a DEFAULT parameter value in the CFPARAM and that the checkbox name

RE: Filemaker faults to win a bid for using CF

2002-09-25 Thread Trey Rouse
It better be a fairly small application cause it doesn't scale well at all. -Original Message- From: Kodjo Ackah [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 9:00 AM To: CF-Talk Subject: Filemaker faults to win a bid for using CF I need some strong points on the

Set Return Path through CFMail?

2002-09-25 Thread Stephen Cassady
Hey everyone, I'm looking to set the return-path of email we set out different from the FROM address. For example: FROM: [EMAIL PROTECTED] Return-path: [EMAIL PROTECTED] Does anyone have any suggestions? I've not seen anything yet. Stephen Cassady [EMAIL PROTECTED] FAQ:

Re: connectstring in CFMX

2002-09-25 Thread Bryan Stevenson
Thanks Critz ;-) DOH! That sucks. Anybody have an explanation as to why they went away? Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

RE: Set Return Path through CFMail?

2002-09-25 Thread Costas Piliotis
cfmailparam name = Reply-To value = [EMAIL PROTECTED] Right from the documentation. -Original Message- From: Stephen Cassady [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 9:41 AM To: CF-Talk Subject: Set Return Path through CFMail? Hey everyone, I'm looking to set

JVM setting?

2002-09-25 Thread Joe Eugene
Anybody know the correct settings for JVM using JRE 1.4.1 for 1. CF4.5 2. CF5.40 3. CFMX. in windows machines. There jvm.dll 's in the 1. Java/j2re1.4.1/bin/client/jvm.dll 2. JavaSoft/JRE/1.3.0_01/bin/hotspot/jvm.dll directory. is it better to use one or the other eventhough they are

RE: connectstring in CFMX

2002-09-25 Thread Dave Watts
DOH! That sucks. Anybody have an explanation as to why they went away? Because that feature isn't supported in JDBC. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 : dream :: design :: develop : MXDC 02 :: Join us

Log File Option missing in CF Administrator

2002-09-25 Thread Alexander Sherwood
Strange: Log File option is missing in the CF Administrator (CFMX). WinNT. Only similar forums post was Unix permissions issue. The options to set the log files directory and log settings are there, but no option to view/filter the log files. Anyone else see this before? Thanks,

RE: WYSIWYG html editor applet?

2002-09-25 Thread Pete Freitag
Here are the requirements, Java 2 (eg JRE 1.3 and up), and browser supporting the LiveConnect API. The key there is the LiveConnect API, its the API that allows JavaScript and the Applet to talk. The API was developed by Netscape, and works great on windows. Works on most Unix, but Mac does not

Re: connectstring in CFMX

2002-09-25 Thread Bryan Stevenson
Thanks Dave Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

RE: JVM setting?

2002-09-25 Thread Dave Watts
There jvm.dll 's in the 1. Java/j2re1.4.1/bin/client/jvm.dll 2. JavaSoft/JRE/1.3.0_01/bin/hotspot/jvm.dll directory. is it better to use one or the other even though they are different versions? I don't think you'd want to use the one in the client directory. If I recall correctly, Sun

RE: Web Search NS Error

2002-09-25 Thread Turetsky, Seth
Right before you open the window, this should work You may need to do some regular expressions in case they put in multiple spaces though. if (myQuery){ myQuery = myQuery.replace(' ','+'); window.open(myQuery,newwin); return false; } -Original Message- From: Greg

IRC or chat room where CF'rs hang out

2002-09-25 Thread Stevens, Jason
Is there an IRC room or a chat room where cold fusion developers/sysadmin's and the like hang out through out the day and have discussions... answer questions, etc. I recently joined a couple free source projects that have their own IRC channel and have found it not only to be incredibly helpful

RE: JVM setting?

2002-09-25 Thread Pete Freitag
1.4.1 should work with all versions of CF. I think sun combined the hotspot JIT and the client JVM (optimized for GUI) into one JVM, because the 1.4.x download doesn't include the hotspot jvm.dll anymore. So use the 1.4.1 but specify -server option, that optimizes for server, rather than GUI

RE: JVM setting?

2002-09-25 Thread Pete Freitag
I don't think you'd want to use the one in the client directory. If I recall correctly, Sun distributes two JVMs within the J2 SDK - one for client use, and another for server use. I suspect that the JRE only comes with one of those, but I'm not sure. Yeah looks like the SDK for 1.4.x does

RE: IRC or chat room where CF'rs hang out

2002-09-25 Thread Costas Piliotis
There is, but the guy who manages this list got bad mouthed on one of those IRC forums. They kinda seem like jerks from the sound of things. This is likely your best resource honestly... -Original Message- From: Stevens, Jason [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25,

Re: Filemaker faults to win a bid for using CF

2002-09-25 Thread David Fafard
I have used it in the past. The Filemaker application MUST be open as GUI on the target server for it to interact as a web data source. It does ok with simple queries, slows down with large queries and sorting. It ques request one at a time - linear But, if the client already has Filemaker

  1   2   3   >