I've been using the same development environment for years now, and I seriously need a faster way to produce, maintain and upgrade applications as well as html...
i do have a webservice i need to access which will not serve wsdl. So i am trying to see if i can get WSDL can i save it locally and point to the host server...
Try using structkeyexist() instead. You won't need the evaluate() if you do it that way. Structkeyexists(session,'form_emp_18_job#pos.profile_id#') ... From:...
I agree. Using the Evaluate function should be kept to minimal use, do not include it in a large loop for example. Using the array notation for evaluating...
We have five in house built applications that run on the same server. However, one application seems to be timing out lately. Different pages, different hours...
I have had similar experiences when the applications were a very heavy load on the server. You could be running out of server memory. It might not happen...
Thanks for the reply Linda. We thought about that but that seems like a temporary solution/workaround. Instead of timing out in one minute, it will time out...
Update your application to log actions being performed with a date stamp to a file. Log before and after each location which may be causing issues (such as...
If you've never used cold fusion reactor before, you might want to do the trial version. For me, it's a very useful tool in tracking how long it takes for a...
We are looking for a Coldfusion developer with 3+ years of experience.Candidate must be US citizen or Greencard holder. Send resume to JianZhang@... ...
I'm looking for a way to print multiple uploaded documents in one fell swoop. Just a brief overview of the system... A user can login to fill-out a request for...
There has been a glitch somewhere in our network for the past few days that causes CF to stop sending mail. I don't believe it is a CF issue as other, non-CF...
It sounds to be an issue with your SMTP server. Contact the people in charge of it and notify them of the problem. If you have an alternate SMTP server,...
John, thanks for the reply. I did all of that and everything is okay. I had a scheduled job that ran Sunday morning at 1 AM which successfully sent 7700+...
In the CF mail settings, what is your timeout set to? Maybe dropping it down to 60 or 30 temporarily to see if CF can recover. If it does, the email it...
You can try spool mail for ray camden, which allows you to view the spool in the CF admin: http://spoolmail.riaforge.org/ This feature is added in CF 9 too,...
I can't remember if I asked this or someone else did, but I still cannot understand how to do this, so I am posting for help. I have a form where I have to...
I use valuelist to display a list of values : #valuelist(qry.qualifierText, ", ")# However, it will display continually across the page until it runs out of...
Two different ways to tackle this problem: 1) easy way: The link that takes you to another page to look up the information could be opened in a new browser...
Hi Linda, thanks for the response. I think the easy will work. However, when I find what I am looking for, I click on that value and it takes me back to the...
You'd have to submit the form for it to work. We could call the first part of the form Page 1. We could call the part where the user does the lookup Page 2....
Thats the problem. The checkboxes are checked and the lookup page is called before the form is submitted. If I use the other method of opening a new brower...