Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: varnix
  • Content: Threads
  • Order by date
  1. varnix

    CF and Outlook Calendar

    I am looking for a way to schedule an appointment in Outlook 2000+ using Coldfusion. Anyone know of a way to do this?
  2. varnix

    Schedule from External Email

    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...
  3. varnix

    Automatic Footer

    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...
  4. varnix

    Get ID of new Record

    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...
  5. varnix

    Return last record only

    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?
  6. varnix

    PowerTools Tags

    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...
  7. varnix

    CRYSTL32.OCX and XP

    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...
  8. varnix

    Display External Files

    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...
  9. varnix

    Button Text Size

    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?
  10. varnix

    Something *REALLY* stupid

    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!
  11. varnix

    I have a page, with a form, that ha

    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...
  12. varnix

    Drop Down Lists

    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...
  13. varnix

    USB Flash Drive

    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...
  14. varnix

    Accessing Files on XP box from other PCs

    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...
  15. varnix

    Query Ordering

    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...
  16. varnix

    application.cfm and non cfm files

    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...
  17. varnix

    Radio Button Values

    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=&quot;myform&quot;> <input type=&quot;text&quot...
  18. varnix

    Manually create query?

    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...
  19. varnix

    We are in the process of developing

    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...
  20. varnix

    Application Data

    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!

Part and Inventory Search

Back
Top