The one mistake that new programmers have, I find, is that they don't believe the error messages (no disrespect to you at all - I've done it hundreds of times,...
You *could* get a free 120 days MS SQL-Server 2000, and the benefit of learning THAT is that more businesses use SQL Server than Access.... Access is often...
Hi Jeremy, Sounds straight-forward. I'd write a function and call it from an onChange within the name input field: <head> <script language="javaScript"> ...
D'oh! I hit send before I'd written the insides.... The function still needs to pull apart the string which is the name..... function fillEmail() { //...
Hi all, i want to generate a report from an access table i have. Each record in my table has 5 fields. They are student name, number date, time and ...
It is difficult to determine the error by looking at only a small snippet of the code. When debugging an error you must answer to main questions. First, where ...
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...
Oct 1, 2002 1:04 pm
10361
Hello: I am using a table named "pc-hardware". This table name is passed to an action page with a URL. (ie: action.cfm?cat=pc-hardware) In that action...
Eduardo Gomez
info@...
Oct 1, 2002 1:17 pm
10362
Well, you should never use hyphens in table, query, view, stored procedure, or database names for this reason. However, if you absolutely MUST use them, you...
Hello Gomez, I'm not much sure but I think the SQL naming doesnot support the (-) in a name of an object such table, column etc. Anyway, which tool did you use...
All, Can you lock a cfif clause then set another session variable inside the locked clause? Like this: <CFLOCK scope="SESSION" timeout="10"> <cfif...
Michael Schlauder
Mschlauder1@...
Oct 1, 2002 2:00 pm
10365
Thank you! Thank you! Thank you! You're awesome, Elissa! ~ Jeremy ... __________________________________________________ Do you Yahoo!? New DSL Internet...
I am new to coldfusion components, and i am trying to build a component to have two functions one to be able to cancel an account and another to be able to...
Abraham Benchimol
mafioso1823@...
Oct 1, 2002 3:13 pm
10369
as far as i can see you are not passing the field pubid in your form, i notice you reference form.pubid in the query above the form, is the pubid coming from a...
Jim or anyone lese who can assist (;-), Hi.I recently downloaded the latest version of the ListServ software from Macromedia. Unfortunately, I am unable to...
The hosting service that I'm using for CF requires the use of CFX_FILE and CFX_DIRECTORY custom tags instead of CFFILE and CFDIRECTORY tags. They are ...
Bruce Holm
bruce.holm@...
Oct 1, 2002 10:39 pm
10373
1) did they tell you, you had to add cfx_ to the tag? you might only need cf_ the "x" is if it is a c++ of java program tag. I'm guessing they only wrote it to...
Try: SELECT Name, Number, Class, Count(LogDateTime) AS Counter FROM Yourtable GROUP BY Name, Number, Class; This assumes that Name, Number, Class, and...
Hi Robert, Thanks for the response. 1. This custom tag is one several hosting sites use. It's a freebie that used to be available on the internet but noticed...
Bruce Holm
bruce.holm@...
Oct 2, 2002 12:11 am
10376
Well I agree with your conclusion. So you would be better off contacting them and asking them why it isn't working? Maybe you don't have the right access setup...
Where are cfx_ tags supposed to be installed? I can ask them if they put it in the right directory, if I know what directory that is. This tag is definitely...
Bruce Holm
bruce.holm@...
Oct 2, 2002 12:38 am
10378
the install dir\cfusion\customtags\ Unless they have it set it up different that is the default dir... Well if it is working on a different domain and the...
No the other domain (where it works) is on a different CF server (hence different machine). I'll have to pass the path on to them to check. Bruce ... From:...
Bruce Holm
bruce.holm@...
Oct 2, 2002 1:31 am
10380
Hey Guys, I am new to the group and I was hoping that someone could help me with my problem. I am running RedHat Linux 7.3, Coldfusion MX Professional and I...
No worries, mate. I ended up writing a small javascript almost exactly like it at work today, went and got a coffee in the 15 minutes I saved ;-) - Elissa ...