Unfortunately, it didn't like that.
Error Occurred While Processing Request
Error Diagnostic Information
CFInput
Supported validate rules are float, integer, date, time, eurodate, telephone, zipcode, creditcard, social_security_number
The error occurred while processing an element with a...
I cannot get a textarea box to size itself properly. I want it wide. I've set the column size to many different sizes and it stays the same no matter what I do. What might be causing this? Shouldn't this be a wide box based upon the code below?
<tr>
<td colspan="2"><textarea name="test"...
It's a CF app so it's a little hard not to use CFFORM. :) Standard HTML requires that I write some other app (cgi or something) to get the same job done. I can do it faster with this. Thanks. I'll try your suggestion.
I've added a cftextinput element to a form. On my local machine it displays fine. When I upload it to the web server, it's about 2 characters wide, you can't input anything, and looks like a brown shadow box. It also won't allow me to align the text. It stays vertically centered no matter...
Does this work if you want to validate only certain fields in the form or will it apply the validation rules for all cfinput's? I have some form inputs that will allow the special characters and some that will not.
Can you give me a quick example if I don't want to allow ! in this? I can do the rest from there I imagine.
<cfinput type="Text" name="serv_loc_name" required="yes" size="40" message="Service Location Name (Not Found) is a required field.">
I have a very novice question. I've been out of the Cold Fusion business for more than two years so I've forgotten half of what I know. I know I've done this before and I think it was with either a CFIF or Javascript but can't find any code from the past. I need to prevent entry of all...
Does anyone know if you can imbed a user name and password in a jsp app and have it run an NT scheduled task when a user clicks a RUN button for example? I have an NT scheduled task I need to allow a user to run but I can't give them administrator privileges on the server to share the task...
I can't seem to get a report to burst and this is the error message I get. Does this message mean anything to anyone? Attention
Unable to execute report C:\Test\Published\Infinium AR\apps\AR Yard Aging.imr. Reason: Error: 0, Generic; Process ID: 4180; Thread: 4212; Host: CFD2-MID-TX-001...
How does the Group By function work? I'm a newbie with Oracle PL/SQL and it seems to behave strangely.
I'm getting this error when I try your idea.
ORA-00979: not a GROUP BY expression
Do I have to include every selected item in my group by? I have several selected columns.
Thanks...
Group by function
Can you use a concentenated column in a group by? I keep getting an error when I try.
ord_store||' - '||mrc_desc "Yard"
I've tried using just ord_store and the whole string but it doesn't like either.
Thanks,
Sheryl :)
Is there any way to hide the port in the URL if you aren't using default port of 80 on an Apache web server? DNS?
My other thought was when you install Apache, can you set the port to default to something other than 80? If my address was my.company.com:8899 could I make port 8899 the...
I have a report I'm trying to build that they want to take the first seven records, add them together (sum) then continue counting the next 7 records, sum that, and so on. Is it possible to do this in Access? I'm not sure this is the best way to do this.
They have a record for each day of the...
We have someone currently using Active Directory to authenticate using the Win2K unername for the Oracle Portal. It's not CF but it looks like if you could do it one way, you could do it with CF too.
Help! I need to pass the "nonvalue" checkboxes from a form to an Access database. I know this is simple but I'm having brain freeze. My query is as follows:
<CFQUERY NAME="AddChange" DATASOURCE="change" dbtype="ODBC">
INSERT INTO tblChanges...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.