mySQL / ODBC / Windows problem

2002-03-27 Thread Neil Clark =TMM=
OK, problem I am running an app which states it supports mySQL, but I am getting error on only one page where an update occurs. The code is encrypted so I cannot see what and where it is at the mo. I am running : Windows 2000 Server SP2 [SRP1] IIS 5 ColdFusion 5 Enterprise Edition mySQl

RE: web server for XP home?

2002-03-27 Thread Craig Dudley
What ??? XPHOME is NOT, I repeat, NOT based on Windows98 It is based on the same NT core as XP Pro and Windows 2k before that. Btw, Apache runs like a DREAM on xp, it's free, easy to set up (if you can read instructions correctly), it has a smaller memory footprint than IIS and theoretically

Re: Another cfexecute question

2002-03-27 Thread Jochem van Dieten
Shawn McKee wrote: Is there any way, other than reading an output file, to get a return code from a command executed with cfexecute? Wrap it in cfsavecontent. Jochem __ Get the mailserver that powers this list at

RE: web server for XP home?

2002-03-27 Thread Mark Smyth
to be honest craig its probably because most people are familiar with IIS, but apache sounds good to me -Original Message- From: Craig Dudley [mailto:[EMAIL PROTECTED]] Sent: 27 March 2002 09:11 To: CF-Talk Subject: RE: web server for XP home? What ??? XPHOME is NOT, I repeat, NOT

Re: SQL lisence headaches

2002-03-27 Thread Jochem van Dieten
Ian Lurie wrote: Thought of that, but no stored procs, no triggers, no OLAP, and not nearly the performance for database-side UDFs, either. Firebird http://firebird.sourceforge.net/ PostgreSQL http://www.postgresql.org/ SAPDBhttp://www.sapdb.org/ Plenty of options available.

Re: mySQL / ODBC / Windows problem

2002-03-27 Thread Jochem van Dieten
Neil Clark =TMM= wrote: OK, problem I am running an app which states it supports mySQL, but I am getting error on only one page where an update occurs. The code is encrypted so I cannot see what and where it is at the mo. If the error is in the SQL you should be able to see what is

Locale functions and XP

2002-03-27 Thread Tristram Charnley
Heres a challenge... I've used the steps outlined in MM's Technote 22404 to get CF5's lscurrency format to work correctly on XP Pro but without success. The technique seems to be for W2000 servers only. Does anyone know how to force CF Server to use the msvcrt.dll in the cfusion\bin directory

Run EXE File

2002-03-27 Thread romulogomes
How can i run an exe file in the server with a CFM page? __ 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

RE: Run EXE File

2002-03-27 Thread James Maltby
Use cfexecute E.g. CFEXECUTE NAME=C:\WinNT\System32\yourfile.exe /CFEXECUTE HTH J -Original Message- From: romulogomes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 09:31 To: CF-Talk Subject: Run EXE File How can i run an exe file in the server with a CFM page?

Run SHELL

2002-03-27 Thread romulogomes
Can I use cfexecute to run a linux shell file? __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: Run SHELL

2002-03-27 Thread James Maltby
As far as I am aware cfexecute only runs on NT and UNIX platforms - whether that means Linux I dunno - worth a try I guess - you can use the optional ARGUMENTS syntax to pass command-line arguments to a program, elements of the ARGUMENTS array is copied into a corresponding array of exec()

RE: web server for XP home?

2002-03-27 Thread Dave Watts
XP Home = Windows 9x. XP Pro = NTx/2K Workstation. NET = NTx/2000 Server What ??? XPHOME is NOT, I repeat, NOT based on Windows98 It is based on the same NT core as XP Pro and Windows 2k before that. I think that Scott's simply trying to draw an analogy. XP Home fills the same

RE: CFID/Token/Registry - Easy question

2002-03-27 Thread Tony_Petruzzi
the main reason you don't want to use the registry is because this could corrupt your registry file. If that happens then server goes bye-bye. But the most strongest argument is that client variables are used to share CF information in a clustered environment. If you have several CF servers

RE: Run SHELL

2002-03-27 Thread Stephen Galligan
Romulogomes, Yup you can use it to run a shell script or any other program you wish. Here you can run a shell script called myscript CFSET arguments=#PARAM1# CFEXECUTE NAME=/usr/local/bin/myscript ARGUMENTS=#arguments# OUTPUTFILE=/var/www/html/mysite/mysite.foo

RE: SQL lisence headaches

2002-03-27 Thread Tony_Petruzzi
version 4 of mySQL supports stored procedures. don't know if they have trigger support yet. PostgreSQL i believe does. Anthony Petruzzi Webmaster 954-321-4703 http://www.sheriff.org -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 6:29

RE: SQL lisence headaches

2002-03-27 Thread Tony_Petruzzi
I run a small search engine on CF and MSSQL server. Runs fast as hell. Just need to know how to write good storedprocedures for performance. Like anything, if you don't optimize it for speed, it will run dog slow. Anthony Petruzzi Webmaster 954-321-4703 http://www.sheriff.org -Original

RE: mySQL / ODBC / Windows problem

2002-03-27 Thread Neil Clark =TMM=
Where are the db.log files? For mySQL or ColdFusion (if the latter, I know where they are!) Sorry, I am not a mySQL man. __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

RE: CF 5 Support for Oracle 9i

2002-03-27 Thread Chris Norloff
We've always used Oracle Native Drivers (comes with CF). They've worked well except for one version (8.1.6.2.1) that had memory leaks. Chris Norloff -- Original Message -- from: Kris Pilles [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Tue, 26 Mar

ColdFusion Listener?

2002-03-27 Thread Kris Pilles
I was curious if there is anyway to have a listener of sorts via coldfusion. I basically want a dynamic form of mine to verify each field against the server as the user submits the data. I see this done a lot with applets and with oracle but I haven't seen anything like this with Coldfusion?

Directory War Stories

2002-03-27 Thread Voris, Jim
I would like to be able to leverage directory services (ldap, e-directory, active directory, etc) in my cf application. I'm curious what people have done, page level permissions basis to take advantage of a directory. Jim __

HTML to PDF

2002-03-27 Thread Jille Floridor
Hi list, anyone got some advice/hints on how to create a pdf from a html/cfm template? I know there are various custom tags, but the server is running on RedHat Linux, so that excludes many of them.. I've seen some java based tags, but none of those did the job properly (adding images seems to

RE: web server for XP home?

2002-03-27 Thread Jeffry Houser
At 09:10 AM 3/27/2002 +, you wrote: Btw, Apache runs like a DREAM on xp, it's free, easy to set up (if you can read instructions correctly), it has a smaller memory footprint than IIS and theoretically is more secure as well, so WHY on earth would you want IIS? ( To set up a development

Anyone from Orlando not in the CFUG?

2002-03-27 Thread Robert Everland
I am co chair for our ColdFusion User Group here in Orlando, FL and I just want to make sure that I have everyone in the Orlando area signed up for our User Group. I am trying to get more user participation so that we can network and get to know each other. If you're interested in joining

RE: Anyone from Orlando not in the CFUG?

2002-03-27 Thread Raymond Camden
As a general follow up to this - anyone NOT in a CFUG is _really_ missing out on a wonderful exprerience. I encourage everyone not attending a CFUG to go to http://www.macromedia.com/v1/usergroups/ and see if a UG is in your area.

RE: Anyone from Orlando not in the CFUG?

2002-03-27 Thread Jeffry Houser
: whine, whine, whine: All three Connecticut ones went DOA in the past year. A quick search of the link below, Connecticut isn't even listed ( usually it is between Colorado and Delaware ) It also looks like there are no Macromedia user groups in Idaho, Maine, Mississippi, New

RE: Anyone from Orlando not in the CFUG?

2002-03-27 Thread Raymond Camden
Then I'd consider this an opportunity. ;) When I was launching the one here in Virginia, I got a _lot_ of help from Macromedia, and this was before I worked for the company. If you don't have a CFUG in your area, simply contact us and we can help you launch it. The person in charge of the CFUGs

Defroster

2002-03-27 Thread G
My friend was asking me earlier today about an application called Defroster. Says he thought it was a CF to ASP converter program? Does anyone have any information on this? I'd never heard of it. Thanks! Brian __ This list

Re: Developers Tool. Comment Engine.

2002-03-27 Thread Zac Spitzer
David Schmidt wrote: I know this is html post, but here is the link again. Perhaps it will work this time. http://devex.macromedia.com/developer/gallery/info.cfm?ID=3C8D8DE0-40A6-11D6 -83FE00508B94F85A sigh, yet another good reason why people shouldn't use UUID's for ID urls, they convey no

Execute a file on another server.

2002-03-27 Thread romulogomes
I have Cold Fusion runing on a Windows NT server and i have to execute a shell in a unix server using Cold Fusion. Does anyone know how to do it? __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

RE: Anyone from Orlando not in the CFUG?

2002-03-27 Thread Rick Walters
No really, Orlando's CFUG really is quite good. I have moved about quite a lot as a contractor and have seen more than a few alternatives. It is pleasant to report that Orlando's group remains more interested in coding than marketing. While it is important that CFUG's help promote CF as the

RE: Developers Tool. Comment Engine.

2002-03-27 Thread Rich Wild
sigh, yet another good reason why people shouldn't use UUID's for ID urls, they convey no useful information and they are also 10 times too long! just to help: http://www.funjunkie.co.uk/link.cfm converts: http://devex.macromedia.com/developer/gallery/info.cfm?ID=3C8D8DE0-40A6-11D6

RE: Developers Tool. Comment Engine.

2002-03-27 Thread David Schmidt
Actually, I believe the problem here is that a - is interpreted by an editor (even an email editor like Outlook) as a hyphen just being used to break up a set of syllables. Perhaps they should think about replacing the - with a _ when creating UUID's. After all, then you could use them for

RE: Developers Tool. Comment Engine.

2002-03-27 Thread Ramin Surya
That is not because of uuid. Outlook does that all the time. -Original Message- From: Zac Spitzer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 8:55 AM To: CF-Talk Subject: Re: Developers Tool. Comment Engine. David Schmidt wrote: I know this is html post, but here is the

CFFILE reads whole file into 1 var?

2002-03-27 Thread Ed Gordon
CFFILE READs whole file into 1 var? Is there a limit on the size of the contents of that file? Is there an alternative way to read and process one record at a time in the traditional fashion? I had to parse thru the file looking for CR's and CFLOOP thru the logic. Seems strange, but if that's the

RE:Increasing wrapping length in Outlook (was: Developers Tool. Comment Engine.)

2002-03-27 Thread Angel Stewart
Just set the length of wrapping in Outlook to more than 80 characters and you'll be fine when pasting URLS. Options Mail FormatInternet Format And go to Plain text Options and increase from 76 to ...well..whatever you like. There is an upper limit though. And it does make your emails look a bit

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Tony_Petruzzi
this one of my BIGGEST dislikes about CF. Whenever you read a file, it put the entire file into a variable. There is no way to open and file and read one line at a time. So if you have a 35 meg file and just want to read the last line, CF would throw the entire 35 meg file into memory and that

cfinput focus

2002-03-27 Thread Tony_Petruzzi
anyone know of a hack to make it so that when cfinput throw a JavaScript alert because a requirement isn't met that it will do a focus event to the offending form field? Anthony Petruzzi Webmaster 954-321-4703 http://www.sheriff.org

Re: Execute a file on another server.

2002-03-27 Thread Alex
More info. You have not given any information so we could answer your question. If you could open up a shell on a remote server everyone would be waking up to an empty or rooted box. On Wed, 27 Mar 2002, romulogomes wrote: I have Cold Fusion runing on a Windows NT server and i have to execute

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Jille Floridor
There is a custom (java) tag that reads the file line per line. I don't remember how the tag is called, but you'd probably find it if you check the developers exchange. Jille -Original Message- From: Ed Gordon [mailto:[EMAIL PROTECTED]] Sent: woensdag 27 maart 2002 16:37 To: CF-Talk

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Mike Townend
If its somethink like a csv then you can setup a Datasource in CF to look at the file and then just call the file via CFQuery If it's a csv then you could use CFX_CSVToQuery tag which will convert the file to a Query Object... Failing that Look for a cfx tag or write a COM object to handle

Re: CFFILE reads whole file into 1 var?

2002-03-27 Thread Paul Giesenhagen
I may not understand how that works, but I can't see anyway around not opening the whole file first. How would cold fusion or any other application be able to find the last line if it didn't open the whole file first. I would like to see where you can pass various delimiters that would allow

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Raymond Camden
There is also a UDF for this at www.cflib.org. === Raymond Camden, Principal Spectra Compliance Engineer for Macromedia Email: [EMAIL PROTECTED] Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda

RE: Increasing wrapping length in Outlook (was: Developers Tool. Comment Engine.)

2002-03-27 Thread David Schmidt
You mean, more odd than usual right? Dave (King of Odd Email) Schmidt -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 7:37 AM To: CF-Talk Subject: RE:Increasing wrapping length in Outlook (was: Developers Tool. Comment Engine.) Just

Distributing MS Access

2002-03-27 Thread Paul Giesenhagen
Does anyone know about the licensing with MS Access and sending an MS Access db with your application. It has always been my understanding that this is fine to do. Does anyone know for sure? Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector v2.0 - Commerce Builder

Re: CFFILE reads whole file into 1 var?

2002-03-27 Thread Joseph Thompson
Streams :-) C (and I assume Java) can read a file one character at a time. I may not understand how that works, but I can't see anyway around not opening the whole file first. __ This list and all House of Fusion

RE: Distributing MS Access

2002-03-27 Thread Shawn Regan
Yes, it is fine to do. MS even has a Access viewer only program that is ok distribute. Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 7:52 AM To: CF-Talk Subject:

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Shawn Regan
You could always read the file into a temp var then put it into an array by linefeed and return carriage. There you go no java custom tag. Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: Jille Floridor [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

Re: Anyone from Orlando not in the CFUG?

2002-03-27 Thread Hatton Humphrey
I tried to get a CFUG up and going here in Buffalo and we actually had an orgianization meeting scheduled and it then fell through. I'll agree that a CFUG is a wonderful thing... I'm still subscribed to the email list for the D/FW group. The problem here (when we tried to get one started in

ClusterCats

2002-03-27 Thread dave fauth
If anyone is doing ClusterCats, I have a configuration question that I can't figure out. I have the IP/DNS information correct and the clustering works correctly but my NT event logs are filling up with cluster errors every 30 seconds. Twice a minute I get an event log telling me this:

RE: Anyone from Orlando not in the CFUG?

2002-03-27 Thread Robert Everland
I have learned that in order to make it successful you have to be willing to do a lot of work yourself. People do not want to spend thier time for free. The benefit of you doing this though is that you tend to get a good reputation as long as you try to run the group decently. So even though you

Re: CFFILE reads whole file into 1 var?

2002-03-27 Thread Paul Giesenhagen
but wouldn't it have to open the whole file up first to find the first character or the 2000th character... Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector v2.0 - Commerce Builder - Original Message - From: Joseph Thompson [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: Distributing MS Access

2002-03-27 Thread Thane Sherrington
At 07:55 AM 03/27/2002 -0800, Shawn Regan wrote: Yes, it is fine to do. MS even has a Access viewer only program that is ok distribute. Any idea where one can get the viewer app? T __ Get the mailserver that powers this list

Getting field names, etc. from MSSQL 2000

2002-03-27 Thread Jamie Jackson
Is it possible to get information about a table via SQL (or some other method)? I would like to get field names, datatypes/lengths, etc. I am using MSSQL 2000. Thanks, Jamie __ Your ad could be here. Monies from ads go to

RE: Getting field names, etc. from MSSQL 2000

2002-03-27 Thread Neil Giarratana
I will leave it to the SQL gurus to describe the SQL commands for this but we found a tool that is fantastic for documenting SQL2000 Databases with pretty much anything you would need. http://www.jn-software.com/sql2000print_features.html Regards, Neil -Original Message- From: Jamie

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Jille Floridor
Agree, but in that case your variable still contains the complete file, right? -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED]] Sent: woensdag 27 maart 2002 16:58 To: CF-Talk Subject: RE: CFFILE reads whole file into 1 var? You could always read the file into a temp var

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Shawn Regan
Yes you have to open the file before you can do anything with it. Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 8:08 AM To: CF-Talk Subject: Re: CFFILE reads whole

RE: Distributing MS Access

2002-03-27 Thread Shawn Regan
Do a search at the MS website for viewers. They have them for power point, word, access and excel. Shawn Regan Applications Developer Pacific Technology Solutions -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 8:24 AM To: CF-Talk

RE: web server for XP home?

2002-03-27 Thread jon
Yeah... but realistically, how much different is IIS going to behave than Apache -- especially if you don't have full control over the IIS configs? I've been running XP HOME on my laptop with apache as a portable development machine for about 4 months now -- no trouble there whatsoever. I've got

RE: Getting field names, etc. from MSSQL 2000

2002-03-27 Thread Diana Nichols
Here's a standard routine I use for listing tables and columns. More info can be found by looking up information schema views in SQL books Online. cfquery name=get datasource=#dsn# select * from information_schema.columns order by table_name, column_name /cfquery cfoutput query=get

Re: Getting field names, etc. from MSSQL 2000

2002-03-27 Thread Jamie Jackson
Thanks for the tip, though I was hoping for something I could use dynamically within CF. Best case scenario would be if there is SQL that returns object descriptions. Thanks, Jamie On Wed, 27 Mar 2002 11:27:31 -0500, in cf-talk you wrote: I will leave it to the SQL gurus to describe the SQL

RE: web server for XP home?

2002-03-27 Thread Mike Townend
Yea but the conversion causes a memory leak and so its not v stable at all... Best wait till the xp servers come out... -Original Message- From: jon [mailto:[EMAIL PROTECTED]] Sent: 27 March 2002 16:32 To: CF-Talk Subject: RE: web server for XP home? Yeah... but realistically, how

RE: Getting field names, etc. from MSSQL 2000

2002-03-27 Thread Ramin Surya
sp_columns [tablename] Try that! -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 10:42 AM To: CF-Talk Subject: Re: Getting field names, etc. from MSSQL 2000 Thanks for the tip, though I was hoping for something I could use dynamically

RE: Distributing MS Access

2002-03-27 Thread Eric J Hoffman
Yes you can. If you build an app for shipment that runs offline as a program (good old school access programming) you would need Office Developer Tools to package it and send with runtime libraries, but even then it was completely acceptable AFAWK. Regards, Eric J. Hoffman Director of Internet

custom 404 troubles

2002-03-27 Thread Todd Ashworth
I have a custom 404 template set up. When I go to a bad .html file, the custom 404 comes up properly. When I go to a bad .cfm it doesn't. I can't activate the check that file exists option, because it screws up one of my custom tags. I was thinking about doing a meta refresh to the custom 404

Re: Getting field names, etc. from MSSQL 2000

2002-03-27 Thread Jamie Jackson
YES!!! This is exactly what I needed! Huge thanks, Jamie On Wed, 27 Mar 2002 11:34:33 -0500, in cf-talk you wrote: Here's a standard routine I use for listing tables and columns. More info can be found by looking up information schema views in SQL books Online. cfquery name=get

Re: Anyone from Orlando not in the CFUG?

2002-03-27 Thread Stephen Moretti
Jeffry, A quick search of the link below, Connecticut isn't even listed ( usually it is between Colorado and Delaware ) There are groups in Massachusetts, loads in New York, New Jersey and Rhode Island. It also looks like there are no Macromedia user groups in Idaho, Maine,

Re: custom 404 troubles

2002-03-27 Thread BEN MORRIS
cferror will allow you to specify a template to use, but you cannot use cf variables and tags as usual. You could do a meta refresh to your 404 page. Todd Ashworth [EMAIL PROTECTED] 03/27/02 11:51AM I have a custom 404 template set up. When I go to a bad .html file, the custom 404 comes up

Re: Anyone from Orlando not in the CFUG?

2002-03-27 Thread Stephen Judd
The NH CFUG recently became the Northern New England CFUG (http://www.mmug.info/index.jsp). There's a meeting Tuesday, 4/2 in Brattleboro, Vermont. Stephen Judd Local Area Network Manager UNH Cooperative Extension 59 College

RE: CFFILE reads whole file into 1 var?

2002-03-27 Thread Hoffman, Joe (CIT)
http://www.intrafoundation.com/freeware.html#cfx_readline by Lewis Sellers The CFX_ReadLine tag allows you to read a text file line by line instead of having to load the entire thing in at once via CFFILE. Joe Hoffman mailto:[EMAIL PROTECTED] National Institutes of Health Center for

Re: custom 404 troubles

2002-03-27 Thread Chris Norloff
You mean you're using the Missing Template Handler in CF admin? Or are you using CFERROR type=request? When you say you go to a bad file, do you mean you enter the name of a file that doesn't exist? I use the Missing Template Handler and it works with CFM pages but not HTML pages or

RE: Anyone from Orlando not in the CFUG?

2002-03-27 Thread Neil Giarratana
Regarding a New Hampshire user group, the Northern New England MMUG (Brattleboro, VT) is run within 1/2 a mile of New Hampshire and we expect quite a draw from New Hampshire. Regards, Neil -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27,

dynamic select boxes with dynamic names

2002-03-27 Thread Metzy Martinez
Hi everyone i've come accross a problem I'm creating dynamic select boxes. i can have none to infinity and so i need for them to have dynamic names. Because i'm not allowed to have select boxes with the same name. but when i post my results i'm having a problem resolving the the name of the

RE: dynamic select boxes with dynamic names

2002-03-27 Thread Sam Roach
Try the Evaluate command: cfloop INDEX=loopcount FROM=1 TO=#FORM.NUMOFQUESTIONS# STEP=1 #Evaluate(Answer#loopcount#)# /cfloop -- Sam -Original Message- From: Metzy Martinez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 9:22 AM To: CF-Talk Subject: dynamic select

RE: mySQL / ODBC / Windows problem

2002-03-27 Thread Matt Robertson
Neil, Assuming a default install of mySQL, the log is at c:\mysql\data\mysql.err You might ask these guys if they're using CFUPDATE on that query. That tag is problematic on mySQL... Some cfupdates work and some don't. The solution was to switch to straight SQL and the problem disappeared.

RE: mySQL / ODBC / Windows problem

2002-03-27 Thread Neil Clark =TMM=
Thanks Matt, I know it is a problem with the actual SQL as everything else is sweet. When you create a new datasource to mySQL, do you have to check any of the multiple checkboxes?! Neil __ Get the mailserver that powers this

Re: Closing window

2002-03-27 Thread phumes1
How can I close a window using javascript without having to click on a link or button? After my CF code runs I want the window to close. +---+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL PROTECTED]

RE: Closing window

2002-03-27 Thread Tony_Petruzzi
window.close(); Anthony Petruzzi Webmaster 954-321-4703 http://www.sheriff.org -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 1:17 PM To: CF-Talk Subject: Re: Closing window How can I close a window using javascript without having to click

RE: Closing window

2002-03-27 Thread Neil Clark =TMM=
Within a onRequestEnd.cfm file Place script window.close(); /script __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

RE: Closing window

2002-03-27 Thread Matthew R. Small
You can do this only if the window is a child of another window. If it is not, then a dialog box will pop up asking the user if he/she wants to close the window. - Matt Small -Original Message- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 1:17 PM To:

RE: Closing window

2002-03-27 Thread VAN VLIET, SCOTT E (SBCSI)
If there is nothing to display on the page: script window.close(); /script Not that this is buggy in NN, so I would recommend: .. Your CF Code goes here .. html head script type=JavaScript !-- function closeMe() { window.close(); } //-- /script /head body onload=closeMe(); /body /html

Re[2]: Closing window

2002-03-27 Thread Critz
oi phumes1!! at the end of your page after your cf processing just put script self.close() /script -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion - Wednesday, March 27, 2002, 1:17:04 PM,

Re: Closing window

2002-03-27 Thread Rick Walters
Without using Javascript or another client side language? You can't. You could manually close the window or have a client event trigger some other process. Good Fortune, Richard Walters, Webmaster, Davita Laboratory Services [EMAIL PROTECTED] (800) 604-5227 x 3525 [EMAIL PROTECTED]

Re: Closing window

2002-03-27 Thread Rick Walters
Disregard this.. I read your question incorrectly. Good Fortune, Richard Walters, Webmaster, Davita Laboratory Services [EMAIL PROTECTED] (800) 604-5227 x 3525 [EMAIL PROTECTED] 03/27/02 01:19PM Without using Javascript or another client side language? You can't. You could manually close

RE: Closing window

2002-03-27 Thread phumes1
Thats cool but whats the advantage of putting this code in the onrequestend.cfm instead on my file.cfm? If I have other templates in the same directory that I don't want closed I should put the window.close only in the files that I want, right? At 06:14 PM 3/27/2002 +, you wrote: Within a

Re: Word to HTML

2002-03-27 Thread Greg Saunders
More precisely: http://www.cfcomet.com/cfcomet/Word/index.cfm?ArticleID=B70AD80E-3DAF-4CDC-AEA1E8059FD78D43 Greg Saunders At 02:43 PM 3/26/2002 -0800, Douglas Brown wrote: http://www.cfcomet.com Success is a journey, not a destination!! Doug Brown - Original Message -

Re[2]: Closing window

2002-03-27 Thread Critz
oi Neil!! wouldn't that execute that bit of code on EVERY page in the app then? -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion - Wednesday, March 27, 2002, 1:14:49 PM, you wrote: NCT Within a

RE: Closing window

2002-03-27 Thread Neil Clark =TMM=
Well, if you want it to be actioned DEFINITELY at the end of the server call, use OnRequestEnd.cfm. Your page will effectively action the close window before the server call has ended. N __ This list and all House of Fusion

RE: Closing window

2002-03-27 Thread Neil Clark =TMM=
Good point! :-) sorry, I think it works directory by directory... I have had a bad day, and to top it all off my 2nd monitor just blew up! Uurgh Neil __ Get the mailserver that powers this list at http://www.coolfusion.com

RE: dynamic select boxes with dynamic names

2002-03-27 Thread Metzy Martinez
Sam that was perfect Thank you so much -Original Message- From: Sam Roach [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 12:36 PM To: CF-Talk Subject: RE: dynamic select boxes with dynamic names Try the Evaluate command: cfloop INDEX=loopcount FROM=1

RE: Anyone from Orlando not in the CFUG?

2002-03-27 Thread Dave Watts
Perhaps at this point I should really plug the UK usergroups. :o) The UK CFUG, the largest and original ColdFusion Usergroup is based in London ... I feel compelled to correct you on this. The first ColdFusion User Group was (and is) the DC CFUG, founded by Steve Drucker and me in 1996.

Forms: submit via button and required fields not working

2002-03-27 Thread Tim
I have a form that I wanted to restrict so that the user has to hit the Submit button to enter the form, and not the Enter key. I included the following: input type=button name=Submit Value=Submit Request onClick=form.submit() This does work as far as resticting the Enter Key, but the

RE: Forms: submit via button and required fields not working

2002-03-27 Thread Matthew R. Small
You're using cfform, right? Form.submit() does not drive the form submission event. What you can do is look at your form page's html source and find the javascript in the form tag that is called when the form is submitted. Call the same functions in your button tag and it should work. - Matt

Re: Forms: submit via button and required fields not working

2002-03-27 Thread Alex
onClick=somefunction() function somefunction() { validation_goes_here submit(); } On Wed, 27 Mar 2002, Tim wrote: I have a form that I wanted to restrict so that the user has to hit the Submit button to enter the form, and not the Enter key. I included the following: input

CFNORTH CF Mx conference news

2002-03-27 Thread Michael Smith
I got this message from the Toronto CFUG. Check it out if you are interesting in going to Toronto for a CF Mx conference in May. - Michael Smith, TeraTech, Inc http://www.teratech.com/ CFNORTH UPDATE issue No.3 CFNorth ColdFusion Developers Conference, MAY 4-5 Toronto Eaton Centre Marriott

RE: mySQL / ODBC / Windows problem

2002-03-27 Thread Matt Robertson
Neil, You mean in cf administrator? You can't use CF to create datasources (so far at least). You have to have admin access to the server and use the Windows ODBC applet to do that directly -- Programs / Administrative Tools / Data Sources (ODBC). Then CF will automatically be able to see the

Re: CF and EBAY

2002-03-27 Thread Tony Schreiber
I wrote one of those two. It goes a step further and grabs all the bidders on the matching auctions... Very evil. ;) I have an agent that takes a search term and an optional category and searches for all items of that type. Would that do? I also did a little with an ebay agent in my HTTPAgent

RE: CF and EBAY

2002-03-27 Thread Robert Everland
Can the rest of us see? Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 3:19 PM To: CF-Talk Subject: Re: CF and EBAY I wrote one of those two. It goes a step further

Dynamic attributes in CF tags?

2002-03-27 Thread Jamie Jackson
Is it possible to dynamically generate attributes in CF tags? Of course it's possible to dynamically change attribute values: cftag attribute=#myVar# But, is it possible to dynamically control *inclusion* of the attribute itself? For instance: cftag #iif(len(myVar), de(attribute= myVar ')#

XML news feed

2002-03-27 Thread chris.alvarado
I know this is like the 1.3^35 time this has been brought up but can anyone list the XML news feeds they know of? Preferably free but if its good i wouldnt mind paying. Thanks a 1.3^35 =) -chris.alvarado [application.developer] 4 Guys Interactive, Inc.

RE: Dynamic attributes in CF tags?

2002-03-27 Thread Raymond Camden
It is, but only for custom tags. To use this feature, you pass a struct called AttributeCollection. Ie: cfset atts = structNew() cfif x cfset atts.foo = 1 cfelse cfset atts.goo = 1 /cfif cf_wow normal=1 attributeCollection=#atts# Depending on x, you will either have foo or goo

  1   2   >