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.

Messages

  Messages Help
Advanced
Messages 8918 - 8947 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8918
Hi, ... A right join returns all records from the left table and those of the right table that match. As you want all categories listed, I would suggest a left...
C. Schmitz
procept2000
Offline Send Email
Aug 1, 2002
8:57 am
8919
Why don't you use #self# if your app is FB 3.0 ? HTH Gilles Tanguay Analyste, Technologies Web Molson Canada (514) 521-1786 #6639 Gilles.Tanguay@... ......
gxtangua@...
Send Email
Aug 1, 2002
12:48 pm
8920
Thanks! I used your second idea and it works perfectly! ~ Jeremy ... __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel...
Jeremy Logan
jeremylogan2
Offline Send Email
Aug 1, 2002
12:52 pm
8921
Hello All, I have a customer that has a Sun Ultra 80 with 4 CPU. He set up the config with 75 Max Requests. What are the Pros and Cons to having this setting...
Manny Camara
mannycamara
Offline Send Email
Aug 1, 2002
12:59 pm
8922
Dear All I need to check the value of a drop down list before the user sends the form, how could I achieve this, with java? Jason [Non-text portions of this...
Jason Congerton - Red...
congerton2001
Offline Send Email
Aug 1, 2002
2:48 pm
8923
There is *always* one option selected in a pull-down menu. If you include a dummy option at the top of the pull-down menu, like "Select one:", then you can...
Jeremy Logan
jeremylogan2
Offline Send Email
Aug 1, 2002
2:52 pm
8924
What do you mean parsing errors? Isn't that error I displayed a parsing error? Any question, can you have more than cfcatch per cftry? Thanks ... ...
Rusty Owens
the_game570
Offline Send Email
Aug 1, 2002
3:26 pm
8925
Chris, Thank you for your help. Your SQL however reversed the tables as I had them in my code. As far as I understand it really doesn't matter if I use LEFT or...
orionsdad
Offline Send Email
Aug 1, 2002
3:56 pm
8926
Hi Rusty, a parsing error is for example if you forget a pound sign when outputting a variable: <CFOUTPUT>#myVar</CFOUTPUT> Yes, you can have more than one...
C. Schmitz
procept2000
Offline Send Email
Aug 1, 2002
4:00 pm
8927
Thanks that worked fine!! ... From: Jeremy Logan [mailto:jeremylogan2@...] Sent: 01 August 2002 15:52 To: coldfusion-howto@yahoogroups.com Subject: Re:...
Jason Congerton - Red...
congerton2001
Offline Send Email
Aug 1, 2002
4:01 pm
8928
OK, that is way I have it coded. The error I am getting is a code error according to your definition and should get caught so I am at a loss. Here is my...
Rusty Owens
the_game570
Offline Send Email
Aug 1, 2002
5:11 pm
8929
Hmmm... looks good to me. WHat error are you getting? Chris...
C. Schmitz
procept2000
Offline Send Email
Aug 1, 2002
6:30 pm
8930
It is not that I am getting an error. The situation is this and maybe I don't understand the purpose of cftry and cfcatch. We get a file of loan applications...
Rusty Owens
the_game570
Offline Send Email
Aug 1, 2002
8:00 pm
8931
If you want to catch the non-existing element, you need to put <CFSET CollateralCounty = listgetat(strthisloop,186,"|")> in a CFTRY block. It will...
C. Schmitz
procept2000
Offline Send Email
Aug 1, 2002
8:30 pm
8932
Please save me from a severe headache. I have many forms to be developed for HR: § Budget Adjustments § Change § Leave of Absence § Multiple Positions §...
Kang, Daniel
dancf2002
Offline Send Email
Aug 1, 2002
8:42 pm
8933
Can't you just say if the first field in one form (Budget) has value then run the Budget query then check for the first field in the next form (Change) and run...
Jeremy Logan
jeremylogan2
Offline Send Email
Aug 1, 2002
8:47 pm
8934
Jeremy -- It might be a solution. Can you please give an example if you know of? Daniel ... From: Jeremy Logan [mailto:jeremylogan2@...] Sent: Thursday,...
Kang, Daniel
dancf2002
Offline Send Email
Aug 1, 2002
8:49 pm
8935
<cfif IsDefined("Form.BudgetField1") and Form.BudgetField1 neq ""> <cfquery> SQL UPDATE/INSERT </cfquery> </cfif> <cfif IsDefined("Form.ChangeField1") and ...
Jeremy Logan
jeremylogan2
Offline Send Email
Aug 1, 2002
8:56 pm
8936
Well, hopefully this is moot. I just came from a meeting where I was assured that I will be getting something everytime. Also, I think type="any" worked...
Rusty Owens
the_game570
Offline Send Email
Aug 1, 2002
9:18 pm
8937
OK, I have another employee in my department who is writing an application where he is doing a file upload. He wants to prevent writing duplicate files. I...
Rusty Owens
the_game570
Offline Send Email
Aug 1, 2002
9:43 pm
8938
Rusty, of course, the old precursor to a story of "I have this friend"... there, humor out of the way. using only CF: The way I have avoided this is to upload...
Duggan P. Murphy
dougpatmur
Offline Send Email
Aug 1, 2002
9:55 pm
8939
http://wrlee.iwarp.com/index.html...
sjkafjrae96
Offline Send Email
Aug 1, 2002
10:09 pm
8940
Anyone know why my cfm pages are opening very slowly in Netscape? Are there any fixes? Thanks, Dave...
dcjenkins71
Offline Send Email
Aug 2, 2002
3:06 am
8941
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Send Email
Aug 2, 2002
6:29 am
8942
Hi Dave, could it be you are using Win2000 and browse the pages with Netscape locally? I had the same problem and noone at MM could help me. Actually I suspect...
C. Schmitz
procept2000
Offline Send Email
Aug 2, 2002
9:32 am
8943
Hehe...I know I know. You solution was very similar to what I had said. I just wish there was a way to determine the filename before writing the file. I mean...
Rusty Owens
the_game570
Offline Send Email
Aug 2, 2002
1:35 pm
8944
My friend wanted to ask how to do a outer 4 table query. Table One is linked to Table Two Table Three is linked to Table Two Table Four is linked to Table...
Scott Kuo
Tink54
Offline Send Email
Aug 2, 2002
2:24 pm
8945
Jeremy, I cannot visualize the solution you suggested. Please let me rephrase what I need to solve. The problem I have is to create the employees' (not the...
Kang, Daniel
dancf2002
Offline Send Email
Aug 2, 2002
2:26 pm
8946
Ok, I think I get it now. Couldn't you just have the manager login once to authenticate and then they can choose an employee from a drop down (or type their ...
Jeremy Logan
jeremylogan2
Offline Send Email
Aug 2, 2002
2:35 pm
8947
Let's see If I can take a stab at this little headache. The way I think I would approach this (assuming I understand the problem correctly) would be to have a...
Rich
joralac
Offline Send Email
Aug 2, 2002
2:47 pm
Messages 8918 - 8947 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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