I can Hide/Show the first set of fields but not the second set. I've search the internet to only find several examples of just showing hiding 1 text box. I've used the <div> tag before with the JavaScript toggle to show/hide while developing another site and it works great, but because of the...
I found the issue after some removing and added back sections and pieces of code around the Radio buttons. The culprit was the class="grey" in <input type="radio" value=1 name="decision" class="grey" onClick="hide('hideThis');"> It was the onClick event that wasn't working because of that piece...
I've been trying this for days. JavaScript isn't even firing. Any Suggestions?? I'm using it with Coldfusion.
<script language="JavaScript" type="text/javascript">
function hide(divToHide) {
var me = document.getElementByID(divToHide);
if (me.style.display ==...
Hi Everyone,
I am trying to install a 180 day trial version of windows server 2008 r2. When I try to install it, I get 2 choices, 1 asks to Upgrade: Upgrade to a newer version of windows and keep your files and programs.... The other is Custom(Advanced): Install a new copy of windows...
I...
Hi All,
I've been at this for a few days using several DLookUps. DLookUp is finding a record ID for a record not even in the table.
ReqNo = 23a21 and SPID = 11
ReqNo 23a21 doesn't even exist in the table
I cleared RQID beforehand to be sure nothing is in it
What am I doing wrong?
Code...
Hi All,
I have an issue where I was asked to remove a date on a record. A task was closed in error and now needs to be reopen but the date needs to be removed.
Any help would be greatly appreciated.
Thanks,
Kathy
I need to show a button on a page depending on query results. This is already existing code I am trying to modify. Is the following example correct?
Thanks in advance...
<td bgcolor="#FFFFFF"><div align="center">
<cfif UserID.Name is “ABC” OR UserID.Name is “XYZ” OR UserID.Name is...
Government budget constraints won't allow an upgrade to an sql server. Although it would be smart, we have about 2500 users in a table of which more than have no longer work for the program and the half are active users but only about 20-50 active users in a day. I have no means of updating...
I created a DSN but I don't know how to link it from within ColdFusion administrator. But I may try that again and research on how to link to it as well. But I am using Access 2007 so I wonder if that makes a difference in being able to use a DSN.
That's the problem. I'm not authorized to make modifications to the ColdFusion app to update/change the data. I'm a programmer but contract issues don't allow me to code. This problem would be so easy to fix if I could. :)
We have a ColdFusion web application that uses an MS Access database. Once in a while when I open the database to fix data, which shouldn't need to be done but the way it was written it's currently the only way, the website will go down. I've had it open for hours removing profiles that are...
I keep getting this error tying to set up a datasource in ColdFusion.
"The ColdFusion ODBC Server service is not running or has not been installed. You may also use the "MS Access with Unicode" driver to connect to MS Access datasources."
I opened the data source in ColdFusion administrator...
I'm new to coldfusion and I've been tasked to create a popup disclaimer that a user has to acknowledge before he/she can proceed. This popup will show up based on a user's level of access. What is better to use to create this type of popup, cfwindow or a javascript popup?
I figured out the problem. It was really stupid on my part. I had 2 DSNs, both used the same username and password that the admin created for me. It's used to access 2 databases on the server. The one was set for a database that I didn't change any of the tables. I changed the default...
The connection is correct and I've deleted and re-linked several times. Still has the data in it. I even set a field as a primary key in SQL saved it and that field doesn't show as a primary key in Access. But just with this one table.
I've deleted data in a table in SQL Server and set a primary key and saved the table. I went to my MS Access db and linked the table I just deleted the data in from the SQL Server. When I open the table in Access, all the data is still there and the primary key isn't set. I close both the SQL...
Hi All,
I have an Access to SQL Server connection issue. I run a process against the production db and it runs fine. I run it against the Development db and I get an ODBC connection failed error. Nothing changes in the code. Same code for both environments and exact same data(QUERY) being...
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.