Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 44351 - 44380 of 44527   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
44351
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...
Kennedy
j_knndy
Offline Send Email
Jul 1, 2009
8:44 pm
44352
Die-hard text editor here, was with Homesite and now Eclipse. -John...
John Bartlett
wyntermoonwolf
Offline Send Email
Jul 1, 2009
10:19 pm
44353
It took me a while to get back to this. Hank, it's perfect. Thanks a million. Linda...
ihatespam22222
Offline Send Email
Jul 8, 2009
3:00 pm
44354
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...
shashim75
Offline Send Email
Jul 8, 2009
5:24 pm
44355
I recently learned how to use the evaluate function. Today, I'm working on some dynamic variables in a multi page form. ***** <cfquery name="pos"...
Linda Burnside
ihatespam22222
Offline Send Email
Jul 9, 2009
6:13 pm
44356
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:...
William Seiter
coder1wil
Offline Send Email
Jul 9, 2009
8:21 pm
44357
I agree with William... but you may want to look at changing it just a little to: if(structKeyExists(session, "form_emp_18_job" &...
Hank Miller
hankcfman
Online Now Send Email
Jul 10, 2009
2:57 pm
44358
Glad to hear it.  -hankcfman ________________________________ From: ihatespam22222 <linda@...> To: coldfusion-howto@yahoogroups.com Sent:...
Hank Miller
hankcfman
Online Now Send Email
Jul 10, 2009
3:08 pm
44359
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...
John Bartlett
wyntermoonwolf
Offline Send Email
Jul 10, 2009
4:32 pm
44360
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...
Uraidiot
uraidiot2000xyz
Offline Send Email
Jul 30, 2009
2:09 pm
44361
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...
Linda Burnside
ihatespam22222
Offline Send Email
Jul 30, 2009
2:18 pm
44362
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...
Uraidiot
uraidiot2000xyz
Offline Send Email
Jul 30, 2009
6:27 pm
44363
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...
John Bartlett
wyntermoonwolf
Offline Send Email
Jul 30, 2009
7:03 pm
44364
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...
Linda Burnside
ihatespam22222
Offline Send Email
Jul 30, 2009
7:07 pm
44365
We are looking for a Coldfusion developer with 3+ years of experience.Candidate must be US citizen or Greencard holder. Send resume to JianZhang@... ...
Sean Liu
seanshaojunliu
Offline Send Email
Aug 5, 2009
7:17 am
44366
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...
Kevin Phillips
pya26
Online Now Send Email
Aug 5, 2009
5:15 pm
44367
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...
wlbagent
Offline Send Email
Aug 6, 2009
4:42 pm
44368
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 Bartlett
wyntermoonwolf
Offline Send Email
Aug 6, 2009
4:50 pm
44369
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+...
wlbagent
Offline Send Email
Aug 6, 2009
6:22 pm
44370
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...
John Bartlett
wyntermoonwolf
Offline Send Email
Aug 6, 2009
7:22 pm
44371
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,...
John Barrett
barrjohnm
Offline Send Email
Aug 6, 2009
10:15 pm
44372
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...
Uraidiot
uraidiot2000xyz
Offline Send Email
Aug 7, 2009
10:20 pm
44373
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...
Uraidiot
uraidiot2000xyz
Offline Send Email
Aug 7, 2009
10:21 pm
44374
You will have to use a cfloop on the resulting valuelist and just insert a <br> after each 5....
George
georgefarnsw...
Offline Send Email
Aug 7, 2009
10:24 pm
44375
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...
Linda Burnside
ihatespam22222
Offline Send Email
Aug 7, 2009
10:31 pm
44376
Thanks for the reply. Can you show me how to do that ? ... From: George <George@...> Subject: Re: [coldfusion-howto] Valuelist question To:...
Uraidiot
uraidiot2000xyz
Offline Send Email
Aug 7, 2009
10:32 pm
44377
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...
Uraidiot
uraidiot2000xyz
Offline Send Email
Aug 8, 2009
1:40 am
44378
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....
Linda Burnside
ihatespam22222
Offline Send Email
Aug 8, 2009
2:22 am
44379
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...
Uraidiot
uraidiot2000xyz
Offline Send Email
Aug 9, 2009
6:00 am
44380
Thanks to all who responded. The network people worked this weekend and mysteriously (!!!) there is no longer an issue with the mail....
wlbagent
Offline Send Email
Aug 10, 2009
1:08 pm
Messages 44351 - 44380 of 44527   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help