Our new VP wants us to use the outlook calendar to notify everyone when we have vacation, sick time, etc. However, we have an existing Intranet based app written in coldfusion that maintains a list of requested days for each person, how much time you've used year to date, how much is left, etc...
Is there a way to get an automatic footer inside CF?
I know that using the application.cfm you can effectively create a header file.
I'm essentially looking for the same type of thing, but a CFM file that is automatically processed last.
I realize that I could do a <cfinclude> but I really...
I am doing a data insert into an MS Access 2000 DB and I need to get the id of the new record that was just inserted. but I don't want to go through the hassle of querying the DB for it.
I found a reference or two out on the web that indicates that something like this should work:
<cfquery...
I have a query that I run on the history of a particular item.
The query of course returns all of the records in the history for that item.
In this one area I only need the last record.
Other than using a cfloop to get the data, is there an easier method of doing this, say via the query?
I recently purchased some tags from SmartSurfOnline, their PowerTools package to be exact. I'm trying to use their PowerPost-ITs tags dynamically.
According to their website and their forums it is possible to use this tag dynamically. Unfortunately, they give NO examples whatsoever.
I don't...
We have an older application that one of our departments uses for tracking vaccinations.
We are in the process of ugprading that department's antique PC's from Win 95/98 to new XP PC's.
The program is looking for CRYSTL32.OCX, now I know the first thing everyone is going to say is - reload...
We are in the process of creating a document repository for some of our staff. Not the most computer savvy staff either.
We have taught them how to use the CF interface to upload files to the server through the browser (.DOC,.PDF,.XLS,etc)
But now we are having problems that when they search...
I need to create a submit button with a larger than normal text size and occassionally a button that will be two lines in height (IE with a CRLF in it).
I tried putting a FONT command before and after the <input type='submit' value='My Submit Button'>
but that didn't work.
Any ideas?
This is a very basic question, and I know its not a CF issue, but I figured what the heck.
I have an input buton that has a long string of text, making it a looong button.
Is there a way to put a CRLF into the value of the button such that it becomes double high as opposed to really long?
Thanks!
I have a page, with a form, that has a child window where data for the form can be entered and then submitted back to the main form.
I am fairly certain that I know how to keep the window open so it can be used multiple times, but what I need to do is change the page where that the form submits...
I am creating a drop down list from a cold fusion query, which works just fine.
What I am now looking for, I don't know if it would be a CF solution, javascript or something else entirely.
But, basically, what I have is a long list items - specifically they are department codes, probably...
I am looking to see if anyone knows of a way to make a USB flash drive bootable.
Or if there is a specific make/model that is known to be bootable.
I have recently purchased an Edge 256 MB Disk Go! flash drive and have not been able to boot from it on systems that I know accept USB booting (I...
I have an XP box that we want to use as a file resource for installing applications and storing ghost images.
I have disabled the simple file share option on the PC and have enabled specific users on the shares.
At present if the password on the XP file resource for a specific account does not...
I have a DB that is used to store some school related data, thngs are entered based on the semester and the year. These are separate fields within the database and we plan out outputting the data starting with the earliest year to the lastest.
Normally, this isn't a problem, but I can't...
Is there a way to setup the application.cfm so that it will activate for non-cfm files as well?
Basically, I have an application.cfm that will call a login script if the user has not already logged in. I would like to put this same application.cfm in a directory that contains my images to...
I'm using some JavaScript to open a child window for data verification purposes before my user completes a form.
I have 2 fields that are passed to this child window, one is a text field, the other a radio button:
<form name="myform">
<input type="text"...
I run a query which gets a list of id numbers from a user's settings in the DB at the time of their login.
Each of these id numbers is tied to a different table containing the category name, item name and item description.
We have recently purchased a tag from a vendor which is passed a query...
We are in the process of developing an internal app where we check a list contained in the DB that is a CSV list of user ID's that are allowed access to information on a particular resource.
So what we have is a field called 'authusers' that contains something like 1,5,3,2,12, etc - the order...
Is there a way to pass data between users on a CF site?
I know that I can use the session variable to pass data throughout the user's actual session, but is there an application variable that works similar to the session variable?
Thanks!
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.