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...
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@...
Aug 1, 2002 12:48 pm
8920
Thanks! I used your second idea and it works perfectly! ~ Jeremy ... __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel...
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...
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...
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...
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...
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...
Thanks that worked fine!! ... From: Jeremy Logan [mailto:jeremylogan2@...] Sent: 01 August 2002 15:52 To: coldfusion-howto@yahoogroups.com Subject: Re:...
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...
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...
Please save me from a severe headache. I have many forms to be developed for HR: § Budget Adjustments § Change § Leave of Absence § Multiple Positions §...
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 -- It might be a solution. Can you please give an example if you know of? Daniel ... From: Jeremy Logan [mailto:jeremylogan2@...] Sent: Thursday,...
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...
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, 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...
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...
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...
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...
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...
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...
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 ...
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...