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 bkrike 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: mike2277
  • Content: Threads
  • Order by date
  1. mike2277

    CF_TwoSelectsRelated Question, Related Drop down menu

    Hi all, I am working on a two-select related drop down menu. I have been using a coldfusion custom tag which is called CF_TwoSelectsRelated for a while, that works well for me. But I couldn’t figure out a way to write this query to be used in CF_TwoSelectsRelated. Here is my table...
  2. mike2277

    Creating and using subdomains

    Hi all, I've seen many web applications being built now that create a subdomain on the fly when the user creates their account. I'd like to figure out how to do this and how to point the subdomain to the proper database record. For example, Joe Smith creates an account using an online form. A...
  3. mike2277

    Application.cfc not effecting subdirectories

    I don't know much about using Application.cfc's rather than Application.cfm's but since it looks as if it's good practice to use the .cfc method I'm trying to convert to that. I'm setting my datasource in my Application.cfc So the top level Application.cfc sets <cfset request.dsn="eschool2">...
  4. mike2277

    PowerPoint to Flash Converter Server Side

    Does anyone know of a way or existing application that can be installed on a server that would allow a user to upload a normal PowerPoint presentation and have the app on the server convert it automatically to a Flash file? I know of a lot of client apps where the user could install it on his...
  5. mike2277

    Server clusters: Will same code work?

    Hi, I'm about to write an application using CF 7, Windows 2003 and SQL Server. At first there won't be much traffic so I'll just have it on one server but I'm hoping that the application eventually gets used so heavily that I'll need to purchase the CF Enterprise edition (I'm using Standard...
  6. mike2277

    CFMail Issue - Messages Stuck in Spool Folder

    Hi everyone, I have been using an application that has the ability to allow users to send email. The application is four years old now and I've never had any trouble until recently when I switched over to a new server. I'm running MX 6.1 and Windows Server 2003. I was using MX 6.1 and Windows...
  7. mike2277

    Scheduled Download

    Hi all, I'm using CF MX 6.1, Windows 2003 and MS SQL. I'm wondering if there is a way to use ColdFusion code to schedule that a movie clip be downloaded to my computer during a certain time of night? I can usually generate a dynamic list of QuickTime movies the user can click on to...
  8. mike2277

    Mail Problem

    Hi, Hoping for some help on a mail problem. Running Windows 2000 server, MS SQL Server and ColdFusion MX. I have an application that allows teachers to create websites for their classes. They can enroll groups of students and each student has an email address. They can use a form then to...
  9. mike2277

    Finding DotNetNuke login variables to use for CF apps

    Hi, One of our departments has decided to use DotNetNuke to develop their portal. As a ColdFusion developer I have no clue how the DotNetNuke code works and don't care to learn too much about it really because I'm sticking with ColdFusion. They have the site set up so that certain pages...
  10. mike2277

    CFFORM's required fields aren't being required

    Hello all, I'm having a strange problem with all of my pages that are using cfform. On most of my cfforms I have used cfinput fields to require that a user enter text for their first name, last name, etc. These forms used to work just fine. Now, however, I'm noticing that if I don't enter...
  11. mike2277

    Urgent: Problem after installing 6.1 upgrade

    Hoping someone can help with this issue. I am running Windows 2000, CF 6.0 MX and SQL Server 2000. Today I upgraded to CF 6.1 and it seem as if it was a totally clean install.. no trouble. This afternoon however I'm noticing that many of my pages are bombing out with error messages...
  12. mike2277

    Using CFMail to send to 1 but BCC to many

    Hi, Hoping this is an easy one where I'm just overlooking something. I am using Windows Server 2000, CF MX 6.1 and SQL Server 2000. I have recently create a form for myself where I can send an email to many of my colleagues. Originally I was putting everyone's email address in the TO field...
  13. mike2277

    How will roaming profiles affect cookie login?

    Hi, I'm about to change the design of my login process on my application to use cookies because I can't use session variables for login any longer. I am not that familiar with &quot;roaming profiles&quot; on the client end but I'm wondering if this is going to adversly effect the cookie I try...
  14. mike2277

    Installed 6.1 and now IIS not working right

    Hi, Hoping you can help with this bizarre problem. I was running ColdFusion MX on my Windows 2000 server with IIS 5.0 and last night I installed the 6.1 updgrade. Everything appeared to go smoothly but now I notice that I can't access my websites outside my firewall. I can't even connect to...
  15. mike2277

    Page loading problem

    I've been having a strange problem lately. I'm using Windows Server 2000, Pentium 4 server, plenty of RAM, ColdFusion MX (not 6.1 yet)and SQL Server 2000. My interface uses three frames (top, left and main) and occasionally one or more of the pages will not load. Sometimes if I hit refresh a...
  16. mike2277

    Preventing Security Problems with Server Caching

    Hi, I'm in the design phase of creating an application for a few K-12 school districts. A friend of mine told me that he has had problems creating a login using session variables for K-12 schools because sometimes the school's server is a proxy server and can mix up the identities of the users...
  17. mike2277

    How to override link colors

    Hi, I am developing a dynamic web application in which I will allow the user to select one of five different stylesheets. The colors of the tables and text will change with each stylesheet. I am using the following styles for my hyperlinks but I need to know if there's a way to override these...
  18. mike2277

    How to Upload Entire Directory

    Hi, I am wondering if anyone knows how to write code that would allow users to upload an entire directory from their computer to my server. I currently have a way for them to upload single files at a time but this is burdensome if the user needs to upload 30 or 40 files in a directory. Is there...
  19. mike2277

    How to not include something in Application.cfm

    Hi, I am developing an application that can be used by more than one client. In my top level Application.cfm file I am using: <cfinclude template=&quot;globals.cfm&quot;> to pull out the client's preferred color scheme, banners, images, etc. from a PreferencesInfo table. The globals page...
  20. mike2277

    Extracting data from a text file (CFHTTP)

    I am using ColdFusion MX and am having problems with my batch upload tool which used to work just fine in ColdFusion 5.0. My text file (as it gets exported from MS Access) looks like this: &quot;FirstName&quot;,&quot;MiddleInitial&quot;,&quot;LastName&quot...

Part and Inventory Search

Back
Top