because http:/host/testobject.cfc?method=testfunction request is NOT invoking a web service. Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ ... ...
The problem I was trying to solve was to be able to prompt the user before changing tabs whenever there is dirty data on the current tab. My first approach was...
... The process must be running as some user or other... -- Tom Chiverton Helping to conveniently strategize high-yield customized unique user-centric ...
... If you say so. OOI, what is wrong with Vista that it wont let you delete files ? -- Tom Chiverton Helping to appropriately reinvent second-generation...
... It will certainly let you do that. You may have to pass through a UAC prompt, however, or if you're doing it from a command prompt, you may have to run...
SQL server 2000. I have two columns - startdate and enddate, why would this not return a record if the startdate and enddate are the same. ex. 12/01/2008 for...
Would an established framework like Model Glue or Mach II work well with an all AJAX app? From what I've heard those frameworks store lots of stuff in the app,...
If you are using MS SQL... SELECT CAST(FLOOR(CAST(GETDATE() AS float)) AS datetime) This will remove any time part from a datetime field. Mike ... From: Will...
I would do something like: WHERE datetime BETWEEN CAST(FLOOR(CAST(couponstartdate AS float)) AS datetime) AND CAST(FLOOR(CAST(couponenddate AS float)) AS...
... Every process runs with some set of credentials. If Verity is running as a service, the user account can be found in the Services control panel. If it's...
Hello Guys, Looking for the first time in ages to getting up and running with processing credit card payments using PayPal. I have myself a PayPal Payments Pro...
Although this will work perfectly, if provided with CF variables. However, I think Will's dates were already in the database where he would need to stick to...
Mike, Thanks. Was this website payments pro? And this was using the SOAP web services, correct? At the moment my requirements are very simple, I'm simply...
We use Payflow Pro and simple HTTP requests. No SOAP or nuttin fancy. Other than setting some params for amount, credit card number, etc, the HTTP request...
Yep. If anything, the extensive use of the application scope would speed up your ajax calls. Using the app scope is otherwise unrelated to the fact that your...
Mike, Thanks for this, someone mailed me off list with code very similar to this which looks as if it'll do the job I want. The real challenge right now is...
... I'm remote right now, but will give it a whirl tonight. Thanks for your help! Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ...
We have recently migrated all of our applications to a new MS 2003 server. Ever since the applications kept going down even though the server was still up and...
I don't know about MS 2003 too much, but in 2008 the app pools have two related "Rapid-fail protection" settings that we had to tweak: the "maximum failures"...
Hello Experts, This is more of a curiosity rather than a technical problem. We have a CF powered site hosted under IIS/JRun server on Win 2K 64-bit. This site...