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 Wanet Telecoms Ltd 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: doyle9732
  • Content: Threads
  • Order by date
  1. doyle9732

    Excel - date is a number

    I have looked in the FAQs and search this, but I cannot seem to find the answer on how to change it! I have a column of dates and times - in the fx window, I see them as their dates and times in the proper format, but in the column they show as whatever number since Jan 1, 1990. I've tried...
  2. doyle9732

    string manipulation tutorial

    I have searched the web, and this site but have had no luck in finding a tutorial or set of examples for what I'm needing to do. I have input that comes in as just a stream of data and it has numerous snippets of information I need to capture. I need to go through the text and find key words...
  3. doyle9732

    clarification on paypal's IPN

    I'm not too sure if IPN is what I need.....I've looked at the tutorial on both paypal and the one linked in another post. I am doing a Valentine (yes, I'm running late!) donation page where for a $6 donation the user can send their love a virtual chocolate, flower or heart. So the first page...
  4. doyle9732

    CGI. HTTP_REFERER

    For the first time, I am doing a CF application for the internet....previously I had the luxury of only working on intranets with a captured, accountable audience, so security wasn't a huge issue. I've written an application that is an adoption application split into 9 pages. The error...
  5. doyle9732

    well formed form help

    In the past, I have always had my error checking code used the <cfabort> and had the user use the browser back button to go back and correct their input. But, on a previous post someone mentioned that that was poor practice and that I should be reloading the form with error messages showing up...
  6. doyle9732

    error with cffile read

    This problem has me stumped....I've tried everything in my bag of tricks and everything has failed. I have a client (ok, my boyfriend's work) who have the Coldfusion MX Developer version 7,0,0,91690. I am trying to read a file that is located in the same folder as the file that is calling it...
  7. doyle9732

    modify macro

    I have inherited an Access database that we use to track our chemical lists. Actually, even the current Health and Safety coordinator has inherited it. A new chemical gets added in the database, and something (presumably a macro) copies the information to another table. But one of the columns...
  8. doyle9732

    fopen and fgets problem

    I am trying to learn php, and this might be a stupid question, but I've searched my books and the internet and nothing seems to be giving me the answer. I'm doing a login page. I've written the user information to a txt file and I see that it's delimited with a semi-colon. I can't seem to...
  9. doyle9732

    session help

    I have a web application that allows users to request their vacation. When they get to their confirm page, I want to give them the opportunity to request another set of vacations, but I don't want them to get kicked all the way out that they have to log in again. I use sessions to capture the...
  10. doyle9732

    SQL in cfquery

    <CFQUERY NAME="GetSite" DATASOURCE="#DSN#"> SELECT ID, URL, PageName, CategoryID, Description, DateAdded, addedBy, Notes, SubcategoryID,(SELECT Category FROM CategoryList WHERE CategoryList.CategoryID=Webs.CategoryID) as CatName FROM Webs ORDER BY CategoryID, PageName </CFQUERY>...
  11. doyle9732

    issues with Cold Fusion MX 6.1 and 2003 sp1?

    does anyone know if there are issues with Cold Fusion MX 6.1 and 2003 SP1? We are wanting to apply it to our web server.... or is there a site that has this information? many thanks! Stephanie
  12. doyle9732

    .css with custom tag?

    We have a custom tag that displays new journals that have arrived in the library, invites users to join an email list etc. I have tried to add the style sheet that the rest of the library pages use, and I can't seem to capture it. I've tried it as the <link href="libraryfont.css"...
  13. doyle9732

    cfcol to make new column?

    I am generating a telephone list for 120 people with only their name and extension on the output. I have looked in the help area of CF and don't see an attribute to handle this. Ideally, I'd like the first 50 names to appear in the first column, the next 50 in a new column and the remaining to...
  14. doyle9732

    checking if database is available

    we have a database that is used for almost everything in our web interfaces. We also have one admin who periodically updates the information and for whatever reason, when this admin has the database open it shuts everyone out - and we can't find a fix (I've posted here about it and tried...
  15. doyle9732

    code error - fresh eyes needed

    I'm doing a web based travel authorization. Part of the form deals with travelling to embargoed countries. In the error checking, I check if they choose the radio button 'embargoed' that the country they chose is indeed on the list of embargoed countries. That check works just fine. When I...
  16. doyle9732

    comparing two lists

    I have spent all afternoon trying to get this to work and it just isn't coming. I've search the forum here and can't find the answer.....so I apologize if this is something simple - I just can't figure it out. :-( This is for a conference booking application where admins are booking multiple...
  17. doyle9732

    checkbox says 'on' but I'd like 'yes'

    I find myself, a Cold Fusion developer, trying to edit a formmail that uses php. It is a canned program offered with our web host. The form works great, but the recipient of the formmail can't seem to get her head around the yes/no checkboxes displaying 'on'. Is there a way to have it display...
  18. doyle9732

    Editing with FrontPage

    Some of our administrative assistants edit cfm pages. In the past it wasn't an issue. When they first opened the file, FrontPage would ask them if they wanted the page to be treated as html (or something like that)....and they were able to make minor changes to the appearance of the page, save...
  19. doyle9732

    locked database - but just one person

    I sure hope someone here can shed some light on a problem that plagues me. We have numerous Access databases - most interacting with Cold Fusion. We have one database, an old HR one, that we use for displaying current employees in drop down boxes for other CF applications. I can have the HR...
  20. doyle9732

    print friendly output

    I have a report generated that outputs budget data every month, grouped by departments. Every month, the report gets bigger and will print on numerous pages. Does anyone know an easy way to make it a little more print friendly? I have the output in a table with borders, but it looks very...

Part and Inventory Search

Back
Top