RE: Problems on MX

2003-10-29 Thread Kwang Suh
If you guys are using cfmx 6.1, be sure to turn off "Save Class Files" in the caching section in the administrator. Then, delete all files in the C:/CFusionMX/wwwroot/WEB-INF/cfclasses/ directory. -Original Message- From: Greg Saunders [mailto:[EMAIL PROTECTED] Sent: October 29, 2003 2:0

RE: Best places to sell tag?

2003-10-29 Thread Michael T. Tangorre
Sean Corfield blogged about this the other day... http://www.cftagstore.com/ Good luck. Mike -Original Message- From: Jake McKee [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 7:44 PM To: CF-Talk Subject: Best places to sell tag? All, I'm interested in selling some c

Best places to sell tag?

2003-10-29 Thread Jake McKee
All, I'm interested in selling some code I have created for a CF based blog. Besides the obvious MM Exchange, where else would be a good place to promote this? Thanks! Jake [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: detect line break

2003-10-29 Thread Barney Boisvert
listGetAt(csvData, index, chr(10) & chr(13))   -Original Message-   From: brob [mailto:[EMAIL PROTECTED]   Sent: Wednesday, October 29, 2003 3:54 PM   To: CF-Talk   Subject: detect line break   Hey guys i have some data in some  CSV files that are separated by a line break.  How can i set

RE: Wierd CFC Path Problem - Question on CFC types

2003-10-29 Thread Jim Davis
No ideas on this at all? Jim Davis -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 6:24 PM To: CF-Talk Subject: RE: Wierd CFC Path Problem - Question on CFC types I'm now seeing my problem in most of my CFCs - but only on the production

RE: detect line break

2003-10-29 Thread cf-talk
Set your delimiter to #Chr(10)# -Novak -Original Message- From: brob [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 3:54 PM To: CF-Talk Subject: detect line break Hey guys i have some data in some  CSV files that are separated by a line break.  How can i set this as a del

detect line break

2003-10-29 Thread brob
Hey guys i have some data in some  CSV files that are separated by a line break.  How can i set this as a delimiter in coldfusion.  Thankie! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: ColdFusion MX Application Server (6.1) problem

2003-10-29 Thread Peter Tilbrook
Strange indeed. Spotted these two links yesterday so maybe they will help: http://www.macromedia.com/support/coldfusion/ts/documents/cfmx61_sqlserver_c pu.htm and http://www.macromedia.com/support/coldfusion/ts/documents/cfmx_hang_issues.h tm HTH Peter Tilbrook ColdFusion Applications Develope

ANNOUNCE: CF_Underground V - Tim Buntel and CFDJ quote

2003-10-29 Thread Michael Smith
We are only 19 days away from CF_Underground V. I wanted to let you know that Tim Buntel (CF product manager) and Damon Cooper (CF QA head honcho) will be dropping into CF_Underground. So if you have any questions for them bring them to the panel. Also check out this month's CFDJ magazine where ed

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Mosh Teitelbaum
Sorry, missed the onKeyPress function.  But, like I said, it still relies on _javascript_.  The method I described in one of my other emails is straight HTML. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Me

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Michael T. Tangorre
Obviously... he said he wants to control "enter" not stop it from happening. Capturing the onKeyDown event solves this as I have showed.. -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 4:24 PM To: CF-Talk Subject: RE: OT multiple submi

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Mosh Teitelbaum
Sure it does.  At least, it did when I just tried it in MSIE 6.0 Win. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/    -Original Message- From: Heald, Tim [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003

Strange Oracle Error

2003-10-29 Thread Jeremy Brodie
Does anyone have any insights to the following oracle error? Error Diagnostic Information ODBC Error Code = S1000 (General error) [Oracle][ODBC][Ora]ORA-02041: client database did not begin a transaction SQL = "select MYFIELD from MYVIEW" Data Source = "MYDATASOURCE" The error occurred while p

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Heald, Tim
If you don't have a submit button then hitting enter doesn't work. Tim The opinions expressed here do not necessarily reflect those of the U.S. Department of State or any affiliated organization(s).  Nor have these opinions been approved or sanctioned by these organizations. This e-mail is uncla

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Mosh Teitelbaum
But that doesn't stop anyone from hitting enter to submit the form.  And it means that JS is required to submit a simple form. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Tangorre, Micha

Re: SES urls on CFMX 6.1

2003-10-29 Thread Scott Brady
Matt Robertson wrote: > OK, looks like tinyclick is no longer the resource it once > was.  Here's the actual url. > > http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=3&threadid=680232 > > > Considering  I had a Support Ticket open with CrystalTech for this very issue until I

Re: Problems on MX

2003-10-29 Thread Greg Saunders
Hi Mike, I can't tell you why it happens, but I can report that I've seen the exact same problem.  I posted here awhile back, and submitted a bug report to Macromedia, but so far there's been no resolution. Greg Saunders Senior Learning Scientist Carnegie Mellon West http://west.cmu.edu At 02:

CFHTTP amd I doing this right?

2003-10-29 Thread Eric Creese
I am trying to get googles searchresults on to my page wit the following URL= "" href="http://www.google.com/search?sitesearch=">http://www.google.com/search?sitesearch= &q=dts > [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Mosh Teitelbaum
Ian: Pushing enter in a form simply submits the form.  This is different from pushing a submit button to submit a form.  Submit buttons (can optionally) have a name and value associated with them.  The name and value of the button used to submit the form gets sent to the server along with all of t

Problems on MX

2003-10-29 Thread Mickael
Hello Everyone. I have had this error a few times on my development machine.  I fix the problem by either deleting templates or whole directories then restoreing them. Here is my error Errors reported by Java compiler: Found 1 semantic error compiling "C:/CFusionMX/wwwroot/WEB-INF/cfclasses/cfhtm

RE: CF_UPSPRICE

2003-10-29 Thread Matt Robertson
Salvador wrote: >If you know of any other free tags out there, I'd greatly appreciate >it CF_UPSRateMonger http://mysecretbase.com/page_37.html - Matt Robertson   MSB Designs, Inc.  [EMAIL PROTECTED] ---

Re: Test only

2003-10-29 Thread Doug White
Test - pls disregard [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: RSS Feed Newbie question

2003-10-29 Thread Michael Dinowitz
This was discussed at this URL (for reference) http://www.houseoffusion.com/lists.cfm?link=m:4:28075:141390 Links located in that discussion are of great value. I have an RSS feed for the lists about to go up and the format is actually rather simple. This site has an intro article: http://www.xml.c

RSS Feed Newbie question

2003-10-29 Thread Ketan Patel
Hi All, I have some articles page which I want to provide as a RSS feed. I am looking for a way to provide  RSS feeds from my webiste http://www.instantposition.com . As a start I need some assistance on how should I proceed on syndicating the data. I am totally new to this topic. A good example is

RE: CF/Access/SQL query

2003-10-29 Thread J E VanOver
Hmmm ... I'd fill the query with away.  This could be problems in the CONTENT of some of your variables.      and LastName like value="%#form.LastNameSearch#%">            and Zip = value="#form.ZipCodeSearch#">            and PermitNumber = value="#form.PermitNbrSearch#">            and Space

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Tangorre, Michael
my logic was off.. if e == 13 run the function you want to run on "ENTER" else return false; -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 2:49 PM To: CF-Talk Subject: RE: OT multiple submits and the ENTER key I would make the b

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Tangorre, Michael
I would make the buttons type "button" and not reset or submit. Then make three functions.. function checkKeyPressed(e){     if(e == 13) return false;     else return mySubmit(); OR whatever function... } function mySubmit(){ } function myReset(){ } function myCanc

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Ian Skinner
No, if you hit the "Enter" key on your key board it will submit the form at any point.  That is what I would like to control.   -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA -Original Message- From: cfhelp [mailto:[EMAIL PROTECTED] Sent: We

RE: CF/Access/SQL query

2003-10-29 Thread Tangorre, Michael
Also, which fields are coming from which table in your select statement? SELECT FirstName, MiddleInitial, LastName, Zip, SpaceNumber, TagNumber, DecalNumber, PermitNumber FROM   Personnel, Vehicles WHERE Personnel.PersonnelKey = Vehicles.PersonnelKey AND LastName like '%#form.Las

Re: OT multiple submits and the ENTER key

2003-10-29 Thread Kevin Graeme
Use the "accesskey" parameter. http://www.w3.org/TR/WCAG10-HTML-TECHS/#forms-keyboard-access -Kevin - Original Message - From: "Ian Skinner" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, October 29, 2003 11:32 AM Subject: OT multiple submits and the ENTER key >

RE: CF/Access/SQL query

2003-10-29 Thread Philip Arnold
Actually, use CFQUERYPARAM, it stops people doing "SQL Hacks" on your database -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 2:15 PM To: CF-Talk Subject: RE: CF/Access/SQL query put quotes around your #variables# if they are text.

RE: CF/Access/SQL query

2003-10-29 Thread Philip Arnold
Just one thing I've spotted Use      and LastName like '%#form.LastNameSearch#%'            and Zip = #form.ZipCodeSearch#            and PermitNumber = #form.PermitNbrSearch#            and SpaceNumber = #form.SpaceNbrSearch#            and TagNumber = #form.TagSearch#            and DecalNum

RE: CF/Access/SQL query

2003-10-29 Thread Tangorre, Michael
put quotes around your #variables# if they are text. -Original Message- From: Laura Schlee [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 2:15 PM To: CF-Talk Subject: CF/Access/SQL query Hi all, I'm having a problem with a query and I think it might be Access-related. Here'

RE: CF_UPSPRICE

2003-10-29 Thread Salvador Delacosta
Thanks for the info. But the biggest reason for me to use upsprice was it's price $0.00 If you know of any other free tags out there, I'd greatly appreciate it thanks :) >From: "Ketan Patel" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: CF_UPSPRI

RE: SES urls on CFMX 6.1 - sorted!

2003-10-29 Thread Bert Dawson
Hurrah - thats the ticket! full details of the issue number 52942: http://www.macromedia.com/support/coldfusion/releasenotes/mx/mx61_known_problems.html#generalserver Many thanks to everyone who helped. Cheers Bert -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent:

CF/Access/SQL query

2003-10-29 Thread Laura Schlee
Hi all, I'm having a problem with a query and I think it might be Access-related. Here's the text: datasource="CMISPersonnel"> Select FirstName, MiddleInitial, LastName, Zip, SpaceNumber, TagNumber, DecalNumber, PermitNumber from Personnel, Vehicles where Personnel.PersonnelKey = Vehicles.Person

RE: CGI.REMOTE_ADDR

2003-10-29 Thread Philip Arnold
If you're using the server as http://localhost then it'll always return 127.0.0.1 as that's the Subnet you're talking on If you go to your real IP address, then it'll return that one - or try the computer name if you're running Windows, for example http://myComputer/ HTH -Original Messag

Re:SES urls on CFMX 6.1

2003-10-29 Thread Matt Robertson
OK, looks like tinyclick is no longer the resource it once was.  Here's the actual url. http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=3&threadid=680232 - Matt Robertson   MSB Designs, Inc.  [EMAIL PROTECTED] -

RE: Using

2003-10-29 Thread Dave Watts
> Currently the users have mapped drive letters pointing to > different directory on the server. They drag&drop files from > the mapped drive to a directory on their hard drive. > > I want to create a app that allows them to select files from > one window (frame) and by clicking a submit button

re: CGI.REMOTE_ADDR

2003-10-29 Thread Bushy
When I output the CGI.REMOTE_ADDR it returns 127.0.0.1 Yet if I go to a command prompt and do a ipconfig I get the actual IP address assigned via DHCP. How get I get the PC IP? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:SES urls on CFMX 6.1

2003-10-29 Thread Matt Robertson
This post came up a short while ago on the MM forums.  Apparently crystaltech claims to have found the fix for the problem as part of another known issue. http://tinyclick.com/?OZ26UM - Matt Robertson   MSB Designs, Inc.  [EMAIL PROTECTED] -

RE: CF_UPSPRICE

2003-10-29 Thread Ketan Patel
Hi , I have not used CF_UPSPRICE tag but have used http://www.adminprotools.com/news-releases/index.cfm?nid=6 Ketan Patel G3 Technology Group, LLC http://www.instantposition.com http://ww.g3group.com   -Original Message-   From: Salvador Delacosta [mailto:[EMAIL PROTECTED]   Sent: Wedn

CF_UPSPRICE

2003-10-29 Thread Salvador Delacosta
Hi, I've been lurking on this list for quite a while now, but have not had the opportunity to post anything yet. I recently built a shopping cart app and utilized Ben Forta's CF_UPSPRICE tag for calculating the shipping options.  The tag works great, except if I want to go back to the page whe

RE: Using

2003-10-29 Thread Randell B Adkins
They why not write a simply VB app to handle that. Do not need a CF app for it. The VB app can reside on their machines to do both copy to or from the mapped drive to their local workstation. >>> [EMAIL PROTECTED] 10/29/03 01:25PM >>> --Original Message Text--- From: Dave Watts Date: Wed, 29 Oct

Re: good cf forum application recommendation needed

2003-10-29 Thread Ben Doom
I found that it was pretty easy to use, but the code was not up to spec and that customizing it was a PITA.  They also wouldn't send us bugfixes for free because it had been over a year since we purchased it.  I found it annoying that we couldn't get a point release.  We ended up rolling our ow

RE: ColdFusion MX Application Server (6.1) problem

2003-10-29 Thread Benoit Hediard
We have exactly the same problem on our production server, but not on our dev server and staging server... Configurations are identical... (Windows 2000, Apache2, SQL Server on the separate server) We need to restart the server to restart ColdFusion... (hopefully, we do it very rarely) Nothing in t

RE: Using

2003-10-29 Thread Bushy
--Original Message Text--- From: Dave Watts Date: Wed, 29 Oct 2003 13:22:52 -0500 > OK but how do people develop applications with the type of > functionality I want via a web interface? There must be a way. To be perfectly honest, I'm not really sure what you're trying to do. You might find it

RE: Blue Dragon and Fusebox

2003-10-29 Thread Daniel Ganter
Thanks Ken. Here's to hoping! Both responses should cover the gamut of possible interpretations.   -Original Message-   From: Ken Wilson [mailto:[EMAIL PROTECTED]   Sent: Wednesday, October 29, 2003 12:16 PM   To: CF-Talk   Subject: Re:Blue Dragon and Fusebox   For what it's worth, when I

RE: Using

2003-10-29 Thread Dave Watts
> OK but how do people develop applications with the type of > functionality I want via a web interface? There must be a way. To be perfectly honest, I'm not really sure what you're trying to do. You might find it useful to restate your goal, without trying to describe how you expect to reach tha

Re:Blue Dragon and Fusebox

2003-10-29 Thread Ken Wilson
For what it's worth, when I read Mike's post I intepreted it as a jestful comment about the competence of the "technical professionals" at that co-location facility together with a compliment about what a great job New Atlanta has done of building product recognition via your marketing and word-of-

RE: OT multiple submits and the ENTER key

2003-10-29 Thread cfhelp
Use Tab orders. Then they would have to TAB to the Enter or Reset key. Rick   _   From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 11:33 AM To: CF-Talk I am planning a form that will have CANCEL, SUBMIT and RESET buttons.  What I would like to know is there a

RE: Using

2003-10-29 Thread Bushy
OK but how do people develop applications with the type of functionality I want via a web interface? There must be a way. I guess the only simple solution would be to install a FTP server on 50+ PCs in-house. Then all PC's are configured using DHCP. Can I easily grab the IP of the client PC and sh

RE: OT multiple submits and the ENTER key

2003-10-29 Thread Barney Boisvert
I almost positive that the first INPUT TYPE="submit" is the action that the ENTER key initiates.  So as long as your cancel button is first and a submit button, you should be good to go. cheers, barneyb   -Original Message-   From: Ian Skinner [mailto:[EMAIL PROTECTED]   Sent: Wednesday, O

RE: Deploying to Multiple Databases

2003-10-29 Thread Jim Davis
Actually I haven't done anything with Web Services (yet) - if you're under the impression that CFCs are only for constructing Web Services then you're way off (and missing out on a HUGE productivity gain).  ;^) You could (as you suggest) mimic the behavior with CustomTags however so that's up to

RE: CFFTP - putfile problem

2003-10-29 Thread cf-talk
Sorry if someone already mentioned this but here's some possible suggestions/tests 1.  Make sure you can upload the file by hand (ex. via a DOS prompt) 2.  Maybe you need to use CFFTP in passive mode? -Novak -Original Message- From: Pedro Mendes [mailto:[EMAIL PROTECTED]

RE: Custom Tag / Include Location question

2003-10-29 Thread Raymond Camden
> How would I go about putting each set of files into their own > directory without breaking the application? I assume for Tags That's the rub - I can describe how I'd set it up, but you will need to do some reworking to get stuff done. > I can setup a Custom Tag Path in CFAdmin, but for the >

RE: Blue Dragon and Fusebox

2003-10-29 Thread Daniel Ganter
Geez Mike... Wasn't sure if or how to respond. Each seem equally audacious:     1. Any statement that "BlueDragon is the official    upgrade version of ColdFusion Server"     2. That such a statement could be related to any    marketing message, literature or discussion    by anyone

OT multiple submits and the ENTER key

2003-10-29 Thread Ian Skinner
I am planning a form that will have CANCEL, SUBMIT and RESET buttons.  What I would like to know is there anyway to control which of these is activated with the enter key?  We would like the CANCEL button to be the default action if the enter key is pressed, can this be done? -- Ian Sk

RE: Using

2003-10-29 Thread Dave Watts
> I'm using > able to download the file without the prompting to save. Unless you have full control over the client configuration, you probably won't be able to do this. As you might imagine, this would be a serious security issue, if a web site could just force files onto a user's computer witho

Re: Using

2003-10-29 Thread Bushy
I'm using How can I do this? This is what I'm using: Is there another way with --Original Message Text--- From: Calvin Ward Date: Wed, 29 Oct 2003 11:39:17 -0500 Unless you are running an FTP service on your local machine, cfftp isn't going to be the answer. You can do a straight http do

RE: Using

2003-10-29 Thread Bert Dawson
yes, add if you're generating them dynamically then you might want to use deletefile="yes", though obviously you'd need to be careful about how you pass around the path. Ever seen a URL like: foo.cfm?deletefile=d:\stuff\myfile.xls Want to know what i said when i saw one on our server? ;) Bert ---

RE: ColdFusion MX Application Server (6.1) problem

2003-10-29 Thread Dave Watts
> The ColdFusion MX Application Server (6.1) service (which > co-exists with CF5 on our local Windows 2000 server) is not > able to successfully restart. I got the following error > message when I tried to restart it ... You might find it helpful to try starting it as an application, using the

RE: SES urls on CFMX 6.1

2003-10-29 Thread Ketan Patel
Hi, Please check these  URL's. http://www.spike.org.uk/go/friendly-urls http://www.motobit.com/help/url-replacer-rewriter/iis-mod-rewrite.asp I am not sure these works or not but came accorss these links  in past. Thanks, Ketan Patel http://www.g3group.com http://www.instantposition.com   -O

Re: CFHTTP Issues

2003-10-29 Thread Dave Carabetta
>We recently physically moved some development servers to another location, >and also changed the IP addresses of the machines for some reason that >escapes me (I am not on that team). Anyway, we have an application that, >until then has worked fine. The code example is: > > >   >   >URL=""> >  

CF - Excel - odbc woes...

2003-10-29 Thread Mark A. Kruger - CFG
folks, I have an application that takes an uploaded Excel file, opens it as a datasource, extracts some information and updates some tables.  One column is "password".  As long as there is "text" in password it works fine. meaning as long as there is an alpha character.  If someone types in a numb

RE: SES urls on CFMX 6.1

2003-10-29 Thread Bert Dawson
I've aways used the excellent SESconverter.cfm from www.fusium.com but this dll kind of does the trick, though as the doco explains, it doesn't parse URLs with dots in them - not sure if my non-existent experience of C++ will be enough to modify the source code, but where there's a will... But tha

RE: CFHTTP Issues

2003-10-29 Thread Mark A. Kruger - CFG
Bruce, Did you open THIS url: http://bhdapfe02d.bhcs.pvt/WebServices/Session/UserSession.asmx/GetSession?sSessionGUID=#sessionGUID#&sSessionExpiry=#se ssionGUIDExpiry#" (after resolving the sessionGUID and sSessiongExpiry params). And did you open it in the browser on the server where the code

RE: CFHTTP Issues

2003-10-29 Thread Mosh Teitelbaum
Bruce: The Status Code is the code returned by the web server (i.e., 200 - Successful, 404 - Not Found).  If CFHTTP is unable to connect to the web server, a status code would not be returned and would therefore be unavailable. It sounds as if CFHTTP is either 1) Unable to resolve the domain "bhd

RE: basic LEN function ?

2003-10-29 Thread Mark A. Kruger - CFG
I use a UDF for this.  I call it "IsEmpty( )"     function IsEmpty(str)  { if(Len(trim(str))); return false; else return true; } Then my logic "reads" better: IF( IsEmpty(Form.document)) It's also important to take out the spaces with trim. I usually put

Disregard the CFHTTP post

2003-10-29 Thread Bruce Sorge
We stopped and started the CF service and it is working [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: good cf forum application recommendation needed

2003-10-29 Thread Randell B Adkins
CFForums2002 was GREAT and at a good price. >>> [EMAIL PROTECTED] 10/29/03 11:24AM >>> Hi All, I am looking for a coldfusion absed forum applictaion with good features and cheaper in cost (Free is always best choice). Any recommendations appreciated. Ketan Patel G3 Technology Group, LLC Graphics

RE: SES urls on CFMX 6.1

2003-10-29 Thread Ketan Patel
Hi, Please check these  URL's. http://www.spike.org.uk/go/friendly-urls http://www.motobit.com/help/url-replacer-rewriter/iis-mod-rewrite.asp I am not sure these works or not but came accorss these links  in past. Thanks, Ketan Patel http://www.g3group.com http://www.instantposition.com   -

RE: Using

2003-10-29 Thread Bushy
OK I have it working fine now...thanks. Now the next challenge. In my application I'm passing files selected from the checkboxes to my action page as "file1.txt,file2,txt,file3.txt" etc. Using the code How can I pass the filenames to Can this be done? --Original Message Text--- From: Bert

Re: Using

2003-10-29 Thread Calvin Ward
Unless you are running an FTP service on your local machine, cfftp isn't going to be the answer. You can do a straight http download and serve it up with cfcontent. - Calvin   - Original Message -   From: Bushy   To: CF-Talk   Sent: Wednesday, October 29, 2003 10:27 AM   Subject: RE:

RE: CFFTP - putfile problem

2003-10-29 Thread Pedro Mendes
(My appologies if this message went twice, but I didn't get the delivery confirmation) I've tried prefixing the localfile and remotefile like you suggested: localfile="D:\inetpub\wwwroot\procs\documentos\#directoria.Name#" remotefile="cmvm/#directoria.Name#" but the result was the same I also

RE: Deploying to Multiple Databases

2003-10-29 Thread Haggerty, Mike
Jim - Thanks for the feedback. As far as using a Web service is concerned, I am trying to write this for the lowest common denominator and want to avoid doing anything people might be unfamilar with or not be able to use. CFMX is still a little too new for some organizations I want to target with

RE: ColdFusion MX Application Server (6.1) problem

2003-10-29 Thread cf-talk
Will the server start up if you remove all the datasources from your configuration?  That's probably the first thing I'd test as it will tell you right then and there if it's a named datasource that's your problem. -Novak -Original Message- From: chad [mailto:[EMAIL PROTECTED] Sent: We

RE: Using

2003-10-29 Thread Bushy
I'll try this. Is the directory path in --Original Message Text--- From: Bert Dawson Date: Wed, 29 Oct 2003 15:47:00 + cfftp lets you move files between your CF server and an FTP server, so unless your PC is either of these then the answer is no. If you want to get files off the CF server o

Re: SES urls on CFMX 6.1

2003-10-29 Thread Michael Dinowitz
I'm using the standard install of CFMX. A review of the list archives gave me this URL which might have the answer for you on IIS: http://www.cfdev.com/products/productdetail.cfm/id/1023 > IIS 5.1 > Win XP Pro > CFMX 6,1,0,63958 > JRun 4 > > From the error i get it seems to be getting as far as Jr

RE: good cf forum application recommendation needed

2003-10-29 Thread Tony Weeg
qdforums from quilldesign.com is a GREAT PRODUCT! ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Ketan Patel [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 11:25 AM To: CF-Talk Subjec

CFHTTP Issues

2003-10-29 Thread Bruce Sorge
We recently physically moved some development servers to another location, and also changed the IP addresses of the machines for some reason that escapes me (I am not on that team). Anyway, we have an application that, until then has worked fine. The code example is:  TIMEOUT="35"  

good cf forum application recommendation needed

2003-10-29 Thread Ketan Patel
Hi All, I am looking for a coldfusion absed forum applictaion with good features and cheaper in cost (Free is always best choice). Any recommendations appreciated. Ketan Patel G3 Technology Group, LLC Graphics III Advertising, Inc. (410)789-7007 or (800)783-1799 "It's Not Creative if it doesn't Se

RE: SES urls on CFMX 6.1

2003-10-29 Thread Bert Dawson
IIS 5.1 Win XP Pro CFMX 6,1,0,63958 JRun 4 >From the error i get it seems to be getting as far as Jrun, but doesn't know what to do when it gets there: url: http://devlap01/index.cfm/foo error: JRun Servlet Error404 /index.cfm/foo /index.cfm/foo Cheers Bert ps are you using the built in JRu

ColdFusion MX Application Server (6.1) problem

2003-10-29 Thread chad
Problem: The ColdFusion MX Application Server (6.1) service (which co-exists with CF5 on our local Windows 2000 server) is not able to successfully restart. I got the following error message when I tried to restart it: Windows could not start the ColdFusion MX Application Server on Local Computer.

RE: Deploying to Multiple Databases

2003-10-29 Thread Matt Robertson
I try to avoid needing platform-specific sql during the app's initial construction.  May be too late or impossible for you to go down that road. Using CF to produce things like the date value from your example instead of using the db's native functions eliminates the need to worry about db-specifi

Re: XML and Quark

2003-10-29 Thread Kevin Graeme
Phil, If you figure something out, please share. I looked at this briefly back when Quark 5 first came out and it looked to me like Quark was good at exporting to XML using its own schema, but not so good at importing XML and turning that into a Quark doc. But I _must_ have been missing something

Custom Tag / Include Location question

2003-10-29 Thread Joshua Miller
I can't believe I've been using ColdFusion for 5 years and have to ask this question, but it's never arisen before in my career: I currently have Custom Tags in 2 locations - the main CFMX tag directory and then inside of my application directory. All Includes are embedded within the application d

XML and Quark

2003-10-29 Thread Phil Broussard
I have a database with all of our product information in it. We want to take that info and put it into Quark 5. I just got done taking a class on XML and thought that this may be a good way of doing it. I've never done this before so I wanted to see if any one had any experience and or advice o

RE: Using

2003-10-29 Thread Bert Dawson
cfftp lets you move files between your CF server and an FTP server, so unless your PC is either of these then the answer is no. If you want to get files off the CF server onto your PC then using cfcontent is probably the way to go. eg: Bert -Original Message- From: Bushy [mailto:[EMAIL

thanks RE: basic LEN function ?

2003-10-29 Thread Tim Laureska
Thanks all for the replies -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 10:22 AM To: CF-Talk Subject: Re: basic LEN function ? Sort of. In a technical sense, recieving the empty string in form.document is receiving something from the for

RE: Using

2003-10-29 Thread Randell B Adkins
GetFile takes a file from the FTP server (that you are connecting to) and puts it on the calling machine (server) where the CFFTP command is issued not to the client machine. >>> [EMAIL PROTECTED] 10/29/03 10:27AM >>> Really? Thats what I want. People are telling me this can't be done? --Origi

ColdFusion MX Application Server (6.1) problem

2003-10-29 Thread chad
Problem: The ColdFusion MX Application Server (6.1) service (which co-exists with CF5 on our local Windows 2000 server) is not able to successfully restart. I got the following error message when I tried to restart it: Windows could not start the ColdFusion MX Application Server on Local Computer.

Re: SES urls on CFMX 6.1

2003-10-29 Thread Michael Dinowitz
What webserver? I've got it running on Website. > Has anyone managed to get Search Engine Safe (SES) style URLs working on CFMX 6.1 when running on JRun? > I didn't have any problems when using CFMX 6.1 with the built in JRun, but I can't get it to work with the full blown JRun and CFMX 6.1 runnin

OT: Macromedia software ready for Linux (Articles)

2003-10-29 Thread Chris Montgomery
Howdy, Codeweavers announces support for developing with Macromedia Dreamweaver MX and Flash MX under Linux: http://news.com.com/2110-7344_3-5098169.html http://www.osviews.com/modules.php?op=modload&name=News&file=article&sid=358&mode=thread&order=0&thold=0 -- Chris Montgomery Airtight Web Se

Re: ColdFusion & Contribute - How well do they play together?

2003-10-29 Thread Kevin Graeme
Yep, Contribute is probably the best WYSIWYG editor I've seen and I think the idea of a dedicated client for editing a content repository could be a workable model. Unfortunately, I've seen at least one instance of a MM representative scoffing at people asking for Contribute to be the front end of

RE: Using

2003-10-29 Thread Dave Watts
> > > I'm a little confused. Looking at the attributes available > > > for > > > > > > Will this allow me to select a file off the server and ftp > > > the file to my PC? > > > > From what I understand, that's exactly what Getfile does. > > Gets the selected file from the server, into your PC.

RE: To MAXLENGTH or not that is the question?

2003-10-29 Thread Mosh Teitelbaum
Using MAXLENGTH traps the error *before* sending all of the data over the network to the DB.  It's simply a more efficient way of catching such an error. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message

RE: Using

2003-10-29 Thread Bushy
Really? Thats what I want. People are telling me this can't be done? --Original Message Text--- From: Pedro Mendes Date: Wed, 29 Oct 2003 15:24:42 - >From what I understand, that's exactly what Getfile does. Gets the selected file from the server, into your PC. Pedro http://www.pedromendes.

RE: Sending/Receiving XML

2003-10-29 Thread Paul Vernon
> I have seen some services sending and receiving XML via headers but am not > sure for the reasoning behind this other that convention. > Any opinions? Neil, The reasons why XML is parsed in the headers evade me somewhat but I do know that this is the way MS have set up their MSXML COM object

RE: ColdFusion & Contribute - How well do they play together?

2003-10-29 Thread Mosh Teitelbaum
Thanks Mike. I was actually looking for more of a pre-built site content management system.  One that would know how to integrate with CF and to protect the code.  I was hoping Contribute was such a beast. As far as inline WYSIWYG editors go though, you're right, SPAW looks pretty cool.  Thanks f

  1   2   >