Re: CSS Help

2007-02-14 Thread Will Tomlinson
I think I fixed it.. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/f

CSS Help

2007-02-14 Thread Will Tomlinson
I'm workin' with a bluerobot.com layout, tweaking it some. I've ended up breaking the layout in IE6. I stuck a logo up above the banner, and the banner moves up in line with it. If I remove the logo div, banner div drops back down in place. It all looks fine in FF. http://wtomlinson.com/cap/

Re: CF7 Bug - datasources ignore "disabled" setting

2007-02-14 Thread Matthew Williams
No problem. That's why they make staging environments, non? Since we've also got FusionReactor installed, it should be fairly easy to see if this functionality is indeed broken. Debugging things seems, at least of late, to be what I do best ;). Matthew Williams Geodesic GraFX www.geodesicgra

Re: CF7 Bug - datasources ignore "disabled" setting

2007-02-14 Thread James Holmes
Since it's in the CF Admin there must be a programmatic way to do it, but I don't know what it is. Thanks. On 2/15/07, Matthew Williams <[EMAIL PROTECTED]> wrote: > James, > > If you'd like, I can test this tomorrow. I'm running CFMX 7 and > instances of oracle 9i and 10g. I take it disabling ca

Re: CF7 Bug - datasources ignore "disabled" setting

2007-02-14 Thread Matthew Williams
James, If you'd like, I can test this tomorrow. I'm running CFMX 7 and instances of oracle 9i and 10g. I take it disabling can be accomplished programatically for times of database maintenance? Matthew Williams Geodesic GraFX www.geodesicgrafx.com/blog James Holmes wrote: > Can other please

RE: How to re-order items?

2007-02-14 Thread Rick Faircloth
That sounds like the approach I'm currently using in principle, I'm just doing the "insert correct number here" approach. Two questions... 1) For my approach, I can't figure out how to loop the query, assign the CurrentRow value to the Display_Order number, then add 10 that number. My loops aren

CF7 Bug - datasources ignore "disabled" setting

2007-02-14 Thread James Holmes
Can other please confirm this: On CF7, datasources (at least for Oracle) ignore the the "disabled" setting, allowing connections even when they are supposed to be switched off. This was not a problem in CF6. This really makes maintenance a pain, since instead of throwing the nice "datasource" dis

Variables in function returntype

2007-02-14 Thread Paul Giesenhagen
How can this be done? In application.cfm Then in a component: Basically I need the componentDirectory to be a variable .. is this possible at all? Thanks Paul Giesenhagen QuillDesign http://www.quilldesign.com 417-885-1375

Re: Fusebox session wackiness in WWW.domainname.com and domainname.com

2007-02-14 Thread Al Musella, DPM
If the problem isn't solved, a band-aid fix might be to just redirect domainname.com/ to www.domainname.com/in your application.cfm >Sessions work fine when someone is on http://www.domainname.com. >However, the Flash developer added a link to an ad on the home page >that uses http

Re: Name PDF created with

2007-02-14 Thread AJ Mercer
This is how I am doing it Got it from farcry's download.cfm On 2/15/07, Ian Skinner <[EMAIL PROTECTED]> wrote: > > Is there a better technique that will allow one to suggest the file name > to a client when creating a pdf document with the tag? Can > something be done with or

Re: CFWDDX to Javascript security / AjaxCFC

2007-02-14 Thread Rebecca Wells
You could alias your database fields in the query. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.ad

/ disappears on insert mySQL

2007-02-14 Thread Dwayne Cole
when i insert a value like: resources\images\testing.jpg into my mySQL database, the \ disappears. It worked fine in access. ps the field type is mySQL "text" field. In Access the field type was memo. i'm not using a cfqueryparam ~~~

CF7 / oracle 10g migration woes

2007-02-14 Thread Casey C Cook
Some more information on 2) When a folder is protected by netegrity - siteminder, the cflogin tag throws the "String index out of range: -1". If we remove protection on the folder then the cflogin tag works fine. What gives? What does the cflogin tag do that could be causing a failure when pr

Re: file download in cfm file

2007-02-14 Thread Claude Schneegans
>>It works on my local machine but won't work on the server(Windows 2003, with IIS 6) Make sure your IIS is configurated to handle .pdf files. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any sp

RE: file download in cfm file

2007-02-14 Thread Ben Nadel
When you say it won't work on the server... Do you mean from an external location? Or are you using "localhost" or something on the live server? .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -

file download in cfm file

2007-02-14 Thread Nathan Chen
Hi, All: I have a simple in a cfm file. It works on my local machine but won't work on the server(Windows 2003, with IIS 6). I got this message that many of you probably have seen before. == Internet Explorer cannot download from Internet Explorer was not

RE: How to re-order items?

2007-02-14 Thread Dennis Powers
>> the best approach to ordering the display of Real Estate agents In just about all the applications we develop where sort order is required I supply a "sort" field which is a numeric (int) field in the table. I create a page that retrieves the records to be sorted and displays the relevant part

Re: Name PDF created with

2007-02-14 Thread Joseph Lamoree
On 14 Feb 2007, at 13:02, Ian Skinner wrote: > Yup, that indeed is what I wanted. Out of curiosity, is there any > advantage to adding other disposition-parm values, such as creation- > date? If so are these also separated by semicolons or something else? Yes, the name-value pairs should be

RE: How to re-order items?

2007-02-14 Thread Rick Faircloth
I think I'll keep it relatively simple and use my normal update agent page and allow the display order number to be updated for a single agent, then automatically update the others in the subsequent query. On the agent update page, I think I'll cook up a jQuery slide & show / slide & hide feature

Re: Java classes in coldfusion

2007-02-14 Thread Wesley Middendorff
Well the issue doesn't occur until I call method HTTPScon (see code). This method has no parameters being passed to it, but does return an array of strings. If it were the parameters being passed from coldfusion wouldn't I see a problem upon instantiating the object? Wes On 2/14/07, Eric Roberts

RE: Java classes in coldfusion

2007-02-14 Thread Eric Roberts
If I am understanding what you are asking, you probably need to use javacast to cast the variable of the appropriate java type. Eric -Original Message- From: Wesley Middendorff [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 3:18 PM To: CF-Talk Subject: Re: Java classes in c

Re: Java classes in coldfusion

2007-02-14 Thread Wesley Middendorff
Sorry for all the newb questions here, but now i am getting "Error casting an object of type **to an incompatible type". Which occurs when calling the HTTPcon method. Is there a problem with trying to pass an array of strings back to coldfusion? ~~~

RE: Name PDF created with

2007-02-14 Thread Ian Skinner
You want to use the Content-Disposition header: http://www.ietf.org/rfc/rfc2183.txt Something like this: Yup, that indeed is what I wanted. Out of curiosity, is there any advantage to adding other disposition-parm values, such as creation-date? If so are these also separated by semicolons o

Re: Why is House Of Fusion posting email addresses?

2007-02-14 Thread Jochem van Dieten
Jerry Johnson wrote: > Jochem, how do I configure the gmail webclient "properly" You might have better luck asking people who use gmail for this list. Jochem ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integratio

Re: Java classes in coldfusion

2007-02-14 Thread Wesley Middendorff
Joseph gets the final hurrah on this one. After exposing the constructors everything is a ok. On 2/14/07, Joseph Lamoree <[EMAIL PROTECTED]> wrote: > > On 14 Feb 2007, at 10:50, Wes Middendorff wrote: > > > Unable to find a constructor for class javaHTTPSconnection that > > accepts parameters of

Re: Java classes in coldfusion

2007-02-14 Thread Rick Root
s/Jochem/Joseph/gi ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/fle

Re: Java classes in coldfusion

2007-02-14 Thread Rick Root
On 2/14/07, Jake Churchill <[EMAIL PROTECTED]> wrote: > > Sounds like the java class is not in the coldfusion classpath. This > must be added in the jvm.config file directly. I think that would result in a NoClassDefFound error, not the error he received. I think Jochem has the right answer. A

Re: How to re-order items?

2007-02-14 Thread Josh Nathanson
Yup, that's it exactly. It's not efficient from a speed standpoint but it should be fine for you, since presumably this will be an internal application. On your list of agents page, you could either have an "update" button for each row, or get a little fancier and allow "all at once" updating.

Re: Name PDF created with

2007-02-14 Thread Joseph Lamoree
On 14 Feb 2007, at 12:37, Ian Skinner wrote: > Is there a better technique that will allow one to suggest the file > name to a client when creating a pdf document with the > tag? Can something be done with or > as one does when delivering other type of content. You want to use the Conte

Re: Annoying Press Spacebar or Enter to Activate Control

2007-02-14 Thread Bruce Sorge
Well this is not actually a pure flash site, just using flash forms until I get up to speed with Flex. I have noticed that Flex does not seem to have this issue and the pages look a hell of a lot nicer than Flash Forms. Bruce On 2/13/07, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > > It blows my

Name PDF created with

2007-02-14 Thread Ian Skinner
Is there a better technique that will allow one to suggest the file name to a client when creating a pdf document with the tag? Can something be done with or as one does when delivering other type of content. As of now, I use the 'filename' to write the PDF to the file system with the desi

CF CPU Throttling

2007-02-14 Thread Dave Phillips
Hi, Just wondering if anyone has ever figured out a way to throttle the CPU usage of the CF service (in MX 6.1), or if anyone knows of a 3rd party tool that can do this. Basically what we want is to have multiple instances, and throttle one instance to a max of 75% of CPU available and another i

RE: How to re-order items?

2007-02-14 Thread Rick Faircloth
Interesting approach, Josh... so you're using the current row (which would be auto-incremented by one) become the succeeding display order number. Sounds good. Let's see if I've got this... 1) Show a list of agents with editable text inputs pre-filled with display order numbers (which will s

Re: Java classes in coldfusion

2007-02-14 Thread Joseph Lamoree
On 14 Feb 2007, at 10:50, Wes Middendorff wrote: > Unable to find a constructor for class javaHTTPSconnection that > accepts parameters of type ( ). > public class javaHTTPSconnection { > > javaHTTPSconnection(){ >} > > javaHTTPSconnection(String a, String b, String c){ >

Re: Java classes in coldfusion

2007-02-14 Thread Dan Vega
I like to use Mark Mandel's Java Loader when I dont feel like dealing with installing classes on to the server, you should definitely check it out. www.compoundtheory.com Dan Vega www.danvega.org/blog On 2/14/07, Jake Churchill <[EMAIL PROTECTED]> wrote: > > Sounds like the java class is not in

Re: Java classes in coldfusion

2007-02-14 Thread Jake Churchill
Sounds like the java class is not in the coldfusion classpath. This must be added in the jvm.config file directly. Jake Churchill CF Webtools 11204 Davenport, Ste. 200b Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 Wes Middendorff wrote: > am beginning to hate java/coldfusion

RE: Java classes in coldfusion

2007-02-14 Thread Ian Skinner
IIRC this shortcut does not work well for CF/Java integration. What I have taken to doing is splitting code like this up into separate lines. I hope that helps. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary S

RE: Wow.. what a site!!

2007-02-14 Thread Turetsky, Seth
I was hoping to never hear Jacob Nielson's name again, sort of like a celebrity chef that never cooks. So, out of curiosity I googled him and found his company's site http://www.nngroup.com/ Not just a boring site, but if you click through the sections, the header jumps around, not great UI to

Java classes in coldfusion

2007-02-14 Thread Wes Middendorff
am beginning to hate java/coldfusion integration. This class is to create a connection to a web server and return the result of that communication. It works great in console. But when i goto use in CF I get: Unable to find a constructor for class javaHTTPSconnection that accepts parameters of

Re: Wow.. what a site!!

2007-02-14 Thread Aaron Roberson
It's about time 2Advanced updated their site... And in regards to Flash sites v. HTML/AJAX even usability expert Steve Krug says that they are appropriate for showcasing art work or for a band site. In fact, Jacob Nielson has made some minor concessions to that extent as well. 2cents at no charge

Re: Why is House Of Fusion posting email addresses?

2007-02-14 Thread Jerry Johnson
Jochem, how do I configure the gmail webclient "properly" Jochem van Dieten wrote: > > If the cause is people putting email addresses of other people in the > > body of their email, why go after the symptom of the subsequent display > > of said email addresses on one of the many archive websites?

Re: Why is House Of Fusion posting email addresses?

2007-02-14 Thread Ben Doom
Easy, Jochem. I'm not defending the problem children (see my clean reply header). I'm just clarifying the issue. Hopefully. --Ben Jochem van Dieten wrote: > Ben Doom wrote: >> I think the problem being addressed is not one of people putting their >> own email addy's in the mail, so much as p

RE: Annoying Press Spacebar or Enter to Activate Control

2007-02-14 Thread Kevin Aebig
And maybe if you're lucky, it'll work for you. Upgrading botched the solution we had in place and didn't end up fixing anything. !k -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 6:21 PM To: CF-Talk Subject: Re: Annoying Press Spacebar o

Re: CFReport Results

2007-02-14 Thread Rick Root
On 2/14/07, Ian Skinner <[EMAIL PROTECTED]> wrote: > > > I do not know how to use this outside of the report file, but the number > of pages is available internally so that you can add output like page 3 of 5 > to the report. Beyond that, I don't know. What I suspect you may need to > do is find

RE: CFReport Results

2007-02-14 Thread Ian Skinner
Does CFREPORT return any data? Like... I'm interested in knowing when I generate a PDF document, how many pages were generated. Rick I do not know how to use this outside of the report file, but the number of pages is available internally so that you can add output like page 3 of 5 to the rep

Re: cfindex

2007-02-14 Thread Michael Beins
It does ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVN

RE: Fedex API?

2007-02-14 Thread Russ
Thanks for the update. I have updated the wikipedia entry. In any case, it was called Cold Fusion for 3 years and ColdFusion for 9 years. People should get with the program and not rely on MS Word's spell checker. Russ > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECT

Re: SOT: DB2 comparison

2007-02-14 Thread Rick Root
On 2/14/07, Martin Thorpe <[EMAIL PROTECTED]> wrote: > > Hello sorry for the SOT but does anyone use DB2? If so how does it differ > from > MySql, MSSql and Oracle 9i. The main thing I have been using is Oracle 9i > but I will need to be using DB2 soon. I was wondering if there are any > gotchas

Re: webservice invoke issue

2007-02-14 Thread Robertson-Ravo, Neil (RX)
Looks OK, you willl want to var myResult though. Have you got class files saved? Have you tried totally deleting the stubs and restarting? "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Regis

Re: CFReport Results

2007-02-14 Thread Rick Root
On 2/14/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Wednesday 14 Feb 2007, Rick Root wrote: > > ping > > > > On 2/13/07, Rick Root <[EMAIL PROTECTED]> wrote: > > > Does CFREPORT return any data? Like... I'm interested in knowing when > I > > > generate a PDF document, how many pages were g

Re: Some Lessons Learned - the hard way of course

2007-02-14 Thread So Kenfused
Not positive but I think I posted it to HOF or Allaire before I figured that one out. Got to love those first attempts. >LOL...thanks...I needed a good laugh today ;-) > When building a mortgage site do not call a page application.cfm, even >> if it is an electronic version of the paper applic

Re: webservice invoke issue

2007-02-14 Thread Ken
Here's my cfc code: On 2/14/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > You have set the CFC to be access="remote"? > > > :-) > > > > > "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, > Ric

Re: webservice invoke issue

2007-02-14 Thread Robertson-Ravo, Neil (RX)
You have set the CFC to be access="remote"? :-) "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be

Re: webservice invoke issue

2007-02-14 Thread Ken
I am able to get to the component explorer if i browse to the cfc. It then shows the component after putting the password. On 2/14/07, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > Then either the URL is wrong/unreachable or your web service hosed! > > What happens if you browse to the C

Re: webservice invoke issue

2007-02-14 Thread Robertson-Ravo, Neil (RX)
Then either the URL is wrong/unreachable or your web service hosed! What happens if you browse to the CFC direct with no WSDL? Do you get the compnonent explorer? "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division o

RE: web service invoke issue

2007-02-14 Thread Ian Skinner
http://localhost/lcms/wiwapi/hwtester.cfc?wsdl"; method="get" result="myresult"> Got no results. Browser timed out after about 5 mins. Security? Do you perchance have security setup in your web server? Whenever I setup 'windows integrated security' in my IIS, I have to remember that CF can n

Re: webservice invoke issue

2007-02-14 Thread Ken
Ok... i tried this as suggested by Dave: http://localhost/lcms/wiwapi/hwtester.cfc?wsdl"; method="get" result="myresult"> Got no results. Browser timed out after about 5 mins. On 2/14/07, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > > Ok. In my cf admin, there are no urls in the web services sec

Re: webservice invoke issue

2007-02-14 Thread Bryan Stevenson
> Ok. In my cf admin, there are no urls in the web services section. I > believe the webservice has to be invoked successfully at least once > for the url to start showing in the cfadmin. > But i did re-start the CF service, and it made NO difference at all. > Same error message. Yes...the first t

Re: Fedex API?

2007-02-14 Thread Robertson-Ravo, Neil (RX)
Does it really matter? I mean there are more annoying things to worry about, like people who don't know the difference between "lose" and "loose". :-) "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, R

Re: Some Lessons Learned - the hard way of course

2007-02-14 Thread Bryan Stevenson
> When building a mortgage site do not call a page application.cfm, even > if it is an electronic version of the paper application. Doh! Strange > things happen. : ) LOL...thanks...I needed a good laugh today ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Sys

RE: webservice invoke issue

2007-02-14 Thread Dave Watts
> Yes. If I take the url : > http://localhost/lcms/wiwapi/hwtester.cfc?wsdl > to the browser , it generates a perfect wsdl. > But i get errors when invoking it from the same server. Now, > if i try to invoke this url from a different cf instance, it > works fine. If you try fetching the WSDL wi

RE: webservice invoke issue

2007-02-14 Thread Brad Wood
Haha. I believe there is way to refresh it programmatically with the service factory now that I think about it. http://wonderboy:8500/MX/components/dude.c fc?wsdl")> ~Brad -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 11

Re: webservice invoke issue

2007-02-14 Thread Ken
Ok. In my cf admin, there are no urls in the web services section. I believe the webservice has to be invoked successfully at least once for the url to start showing in the cfadmin. But i did re-start the CF service, and it made NO difference at all. Same error message. On 2/14/07, Bryan Stevenso

Re: How to re-order items?

2007-02-14 Thread Josh Nathanson
> How would I use the Round function (or something else?) > to change the numbers up to the next number evenly > divisible by 10? Hey Rick, What I do is, submit the 14 into the db...re-query, ordering by display order...loop over the query, updating each entry setting displayorder = #currentRow

Re: Some Lessons Learned - the hard way of course

2007-02-14 Thread So Kenfused
When building a mortgage site do not call a page application.cfm, even if it is an electronic version of the paper application. Doh! Strange things happen. : ) ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integra

Re: webservice invoke issue

2007-02-14 Thread Bryan Stevenson
> Actually, this cfc is a simple HelloWorld function. > And the wsdl shows fine in a browser. > Here's the code for my cfc: > output="false"> > > > > > > Yeahlooks pretty straight forward. What happens in CF Admin when you try and refresh it? If you still gte the error I'd delete it

Re: webservice invoke issue

2007-02-14 Thread Bryan Stevenson
>I have had troubles with CF caching web services where it starts to blow > up if I change a return type or add an argument. > > Log into cf admin and delete the web service url from the web services > page and/or restart the server. Believe it or not it has worked for me > in the past. > > ~Brad

Re: SOT: DB2 comparison

2007-02-14 Thread Doug Bezona
This link should be helpful http://troels.arvin.dk/db/rdbms/ On 2/14/07, Martin Thorpe <[EMAIL PROTECTED]> wrote: > > Hello sorry for the SOT but does anyone use DB2? If so how does it differ > from > MySql, MSSql and Oracle 9i. The main thing I have been using is Oracle 9i > but I will need t

RE: Fedex API?

2007-02-14 Thread Dave Watts
> True, if by many years you mean 2 years (1995-1997). For the > past 10 years, though, it's been called ColdFusion, and > anybody who's working with it should know the proper name. No, I mean slightly over three years, since the name was changed in November '98, with the release of CF 4. http:

Re: webservice invoke issue

2007-02-14 Thread Ken
Actually, this cfc is a simple HelloWorld function. And the wsdl shows fine in a browser. Here's the code for my cfc: On 2/14/07, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > Ken this is usually because the CFC has coding issu

RE: webservice invoke issue

2007-02-14 Thread Brad Wood
I have had troubles with CF caching web services where it starts to blow up if I change a return type or add an argument. Log into cf admin and delete the web service url from the web services page and/or restart the server. Believe it or not it has worked for me in the past. ~Brad -Origina

Re: webservice invoke issue

2007-02-14 Thread Bryan Stevenson
Ken this is usually because the CFC has coding issues. Go to: http://localhost/lcms/wiwapi/hwtester.cfc?wsdl in your browser.if you see a CF error...fix it and try again. Dave's correctyou absoluetly can call a local webservice. Cheers Bryan Stevenson B.Comm. VP & Director of E-Commer

Re: webservice invoke issue

2007-02-14 Thread Ken
Yes. If I take the url : http://localhost/lcms/wiwapi/hwtester.cfc?wsdl to the browser , it generates a perfect wsdl. But i get errors when invoking it from the same server. Now, if i try to invoke this url from a different cf instance, it works fine. - A On 2/14/07, Dave Watts <[EMAIL PROTECTED]

RE: webservice invoke issue

2007-02-14 Thread Dave Watts
> I created a coldfusion webservice cfc on my dev server. > Having done that, when I try to invoke the webservice, i keep > getting the error > message: " Could not generate stub objects for web service > invocation." > The cf code i am using to invoke it is: > webservice="http://localhost/lcms

webservice invoke issue

2007-02-14 Thread Ken
Hi. I am approaching you with great hopes of finding a solution. I created a coldfusion webservice cfc on my dev server. Having done that, when I try to invoke the webservice, i keep getting the error message: " Could not generate stub objects for web service invocation." The cf code i am using to

SOT: DB2 comparison

2007-02-14 Thread Martin Thorpe
Hello sorry for the SOT but does anyone use DB2? If so how does it differ from MySql, MSSql and Oracle 9i. The main thing I have been using is Oracle 9i but I will need to be using DB2 soon. I was wondering if there are any gotchas/big differences or will my SQL work pretty much. For instanc

Re: running .cfm files from a .bat file

2007-02-14 Thread Claude Schneegans
>>is there a method to running .cfm files from within a .bat file without opening a browser window? How about using a schedules task? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to th

Re: running .cfm files from a .bat file

2007-02-14 Thread Tom Chiverton
On Wednesday 14 Feb 2007, Scott Stewart wrote: > is there a method to running .cfm files from within a .bat file without > opening a browser window? Install wget.exe, for instance. -- Tom Chiverton Helping to apprehensively improve B2B models

RE: Fedex API?

2007-02-14 Thread Russ
> -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 14, 2007 12:01 AM > To: CF-Talk > Subject: RE: Fedex API? > > > It still bugs me everytime people spell ColdFusion as Cold > > Fusion, and ruins their credibility in my eyes. > > You know, that's

Re: CFReport Results

2007-02-14 Thread Tom Chiverton
On Wednesday 14 Feb 2007, Rick Root wrote: > ping > > On 2/13/07, Rick Root <[EMAIL PROTECTED]> wrote: > > Does CFREPORT return any data? Like... I'm interested in knowing when I > > generate a PDF document, how many pages were generated. Is there something wrong with the documentation ? -- Tom

Re: cfindex

2007-02-14 Thread Tom Chiverton
On Wednesday 14 Feb 2007, Michael Beins wrote: > and then when running the cfindex action=update I'm using the UNC qualified > path (\\[server name\[path]\[name of collection]. I get a collection does > not exist error. Any Ideas or Thoughts? Can the user CF is running as access this path ? --

Re: running .cfm files from a .bat file

2007-02-14 Thread Scott Stewart
I'm only getting some of the background, but I think there's a reason that they don't want to use CFSchedule. i think this is part of a larger .bat - Original Message - From: "Kris Jones" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Wednesday, February 14, 2007 11:10 AM Subject: Re: running .

Re: CFSearchEngine.com is up

2007-02-14 Thread Jeff Gladnick
I'm trying to find a place to host this thing, if anyone has a location I could host this bad boy, that would be great! Once I do that and can mess around with the layout, I'll try and add all the other ones. Thats a good idea josh. that way people can move to the next one if they can't find

Re: running .cfm files from a .bat file

2007-02-14 Thread Kris Jones
CFSCHEDULE? Or the Scheduler in Administrator? > is there a method to running .cfm files from within a .bat file without > opening a browser window? ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & creat

RE: How to re-order items?

2007-02-14 Thread Rick Faircloth
x'ed out your email address this time! :o) Gotcha... IIUC, once the link is clicked (up or down link) the page submits back to itself, runs an update query and re-sorts the list... right? Concerning another approach... if I provided text inputs for the list, with each one containing a number re

Re: Fedex API?

2007-02-14 Thread hua waveland
I've done that and got certified. FDXShipRequest request is the one to get shipping labels, see FedEx XML Transactions Guide for details. I don't have an example of FDXShipRequest , but below is a working example of FDXRateRequest (change to your own accountnumber, meternumber and referer link) .

RE: How to re-order items?

2007-02-14 Thread Bobby Hartsfield
Hey... stop putting my email address in the body! Lol! j/k No, they are nothing special... they are just links that pass the needed url variables back to the page when clicked. Since all of the reordering is done first thing, they are in the new order when the query to grab them all is ran again

Re: CFlogin in application.cfc-Don't force a login

2007-02-14 Thread Raymond Camden
Remember that the inside of a cflogin block will run when you aren't logged in. For a site where you DEMAND login, then you have code like so: if not logged in: show login form abort To NOT require a login, you simply mod your logic like so if not logged in and this is a protected page: show

Re: running .cfm files from a .bat file

2007-02-14 Thread Jim Wright
Scott Stewart wrote: > hey all, > > is there a method to running .cfm files from within a .bat file without > opening a browser window? > You can use a command line client like wget: http://www.gnu.org/software/wget/ ~| Upgra

running .cfm files from a .bat file

2007-02-14 Thread Scott Stewart
hey all, is there a method to running .cfm files from within a .bat file without opening a browser window? thanks Scott Stewart ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-p

RE: How to re-order items?

2007-02-14 Thread Rick Faircloth
How is the "up and down arrow" implemented? Is this a Javascript function? -Original Message- From: mac jordan [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 3:19 AM To: CF-Talk Subject: Re: How to re-order items? On 2/13/07, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > >

RE: CFSearchEngine.com is up

2007-02-14 Thread Joshua Cyr
I wonder if there is a way to have the sites leverage each other in some way. At the least I should have cfhunt link to the others. Joshua Cyr Savvy Software 866.870.6358 www.besavvy.com -Original Message- From: Jeff Gladnick [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 200

Re: Why is House Of Fusion posting email addresses?

2007-02-14 Thread Rick Root
On 2/14/07, Rick Root <[EMAIL PROTECTED]> wrote: > > And, for what it's worth, the original poster seemed to imply that > houseoffusion showed EVERYONE's email address, which was simply not the > case. Hyperbole doesn't help. > I take that back. The origal poster didn't "imply" or "seem to imply

Re: Why is House Of Fusion posting email addresses?

2007-02-14 Thread Rick Root
And, for what it's worth, the original poster seemed to imply that houseoffusion showed EVERYONE's email address, which was simply not the case. Hyperbole doesn't help. ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7

Re: Why is House Of Fusion posting email addresses?

2007-02-14 Thread Rick Root
Personally, I've never felt it necessary to put my email address in my signature. This is all much ado about nothing if you ask me. My email address is [EMAIL PROTECTED] I get a lot of spam every day and I don't care because google mail hosting does a fine job of filtering it for me. rick ~~~

Re: Why is House Of Fusion posting email addresses?

2007-02-14 Thread Jim Wright
Jochem van Dieten wrote: > If the cause is people putting email addresses of other people in the > body of their email, why go after the symptom of the subsequent display > of said email addresses on one of the many archive websites? People need > to configure their MUA properly so that they don

Re: CFReport Results

2007-02-14 Thread Rick Root
ping On 2/13/07, Rick Root <[EMAIL PROTECTED]> wrote: > > Does CFREPORT return any data? Like... I'm interested in knowing when I > generate a PDF document, how many pages were generated. > > rick > > -- > I'm not certified, but I have been told that I'm certifiable... > Visit http://www.opensour

Re: CFSearchEngine.com is up

2007-02-14 Thread Jim Wright
Jeff Gladnick wrote: > I think there are a few more too :), although not quite as big. Charlie Arehart blogged on the various entries yesterday http://carehart.org/blog/client/index.cfm/2007/2/13/google_cf_CSEs ~| Upgrade t

Re: CFSearchEngine.com is up

2007-02-14 Thread Jeff Gladnick
Josh, I think there are a few more too :), although not quite as big. You probably get the honor of doing it first, and you're right we really do need to organize the collective widsom of the CF community. Its all spread through mailing lists, blogs, and discussion forums. Hopefully this w

Re: Why is House Of Fusion posting email addresses?

2007-02-14 Thread Jochem van Dieten
Ben Doom wrote: > I think the problem being addressed is not one of people putting their > own email addy's in the mail, so much as people who have a reply header > something like "Ben Nadel <[EMAIL PROTECTED]> said:" If the cause is people putting email addresses of other people in the body of

  1   2   >