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!

Recent content by varnix

  1. varnix

    create outlook appointment from asp?

    Plsh - I'm more of a Coldfusion person so I'll be 100% honest that your above code makes little or no sense to me, but I'm willing to give it a shot! I just need to know what script this, is this VBScript, .NET, etc. If you could post the full page code, that would be incredible! Thanks!
  2. 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?
  3. 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...
  4. varnix

    date difference (DateDiff) question?

    are you doing a dateformat or timeformat on the information before you output? That will certainly affect how it looks, the date/time format you've shown is the default, that's why you get the trailing .0 from CF. I wrote a quick and dirty query basically doing the same thing that you're doing...
  5. 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...
  6. 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...
  7. varnix

    Return last record only

    webmigit - that's something that they never covered in any of my CF classes! That worked perfectly! Thanks again!
  8. 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?
  9. 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...
  10. 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...
  11. 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...
  12. 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?
  13. varnix

    Show CF page as a powerpoint

    Oaklander... while I don't output to PPT myself, I purchased a tag from Gilgamesh solutions that does output to XLS, DOC and PPT. Here's a link to it, nice little tag, works very well for what I've done with it. Maybe it'll help you too. http://gilgamesh-solutions.com/products.cfm#p8
  14. 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!
  15. varnix

    Drop Down Lists

    Webmigit - That's not exactly what I was looking for, but it does the job beyond a doubt! I hadn't even thought of trying to integrate an input box! Good find and my great thanks! Now I can get my co-workers to stop complaining about the drop down menu! Thanks again!

Part and Inventory Search

Back
Top