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

    sorting from several cursors

    I'm new to Oracle, having a SQL Server background. The situation here is that I have three cursors, one brings the client details (name, city, etc), another gets the client sale count, the other gets the client repair count. I broke it into three cursors, from one, because as a single query...
  2. diggy8

    comma delimiting queries

    I'm working on security for a website built with ColdFusion MX and an MS SQL 2000 back end. The security consists of a table for ... users roles email lists and tables associating users to roles and users to email lists. I want to pull a list of all the users along with their roles and email...
  3. diggy8

    persistent struct

    How can I make a persistent structure without using the session scope?
  4. diggy8

    SQL dB, unknown column names with spaces

    I'm working on converting an app from ASP and ColdFusion. It's all powered by SQL stored procedures that I can't change and with one of the procedures, the returned columns are dynamic and some of these columns have a space in the name. One such column is "BAR CODE" and when I evaluate it, get...
  5. diggy8

    Display a week at a time

    I'm building a time tracking application and I want to display one work week at a time, default being the current week. Any FAQs out there about this?
  6. diggy8

    saving cfldap results

    I want to pull information from LDAP, then let the user either search within the LDAP query (as in a refined search), or resort the query. But in the interest of saving on load time and server resources, I don't want to pull from LDAP again everytime. How can I save the LDAP query results...
  7. diggy8

    cflocation to target frame

    How can I have a <cflocation> tag go a certain frame? I want to have a login form in the main frame and when the user logs in, reload the navigation frame.
  8. diggy8

    Redirect after login, using frames

    My site has an inline frame where all the different pages load and the navigation sits outside the frame. When the user first goes to the site, there's a &quot;click here to login&quot; outside of the frame that loads the login form in the frame. After the user puts in their info and is...
  9. diggy8

    Getting info back from &lt;cflogin&gt;

    The example Dreamweaver gives for how to use cflogin sets a name, password, and roles. But then it only shows you how to get back the name, with getAuthUser. How do you get back the other fields?
  10. diggy8

    Lost session variables

    I'm working on an intranet application that let's employees update the status of applications they're working on. It uses session variables to pass the application ID between the different update pages. I defined the session variables in application.cfm and most of the time it works fine. But...
  11. diggy8

    read, parse, and insert an excel spreadsheet

    There are two xls files we get from another department every week and these files need to get into the database. We have a few other fixed space txt files that we already have built cfm pages to parse and insert into the database. But reading the xls file isn't as clean. Is there a way to...
  12. diggy8

    Compare Databases to Check for Changes

    We built a departmental intranet website that can have all the content modified through the site by a series of web forms. We'd like to put in change tracking so that if something happens to the database, we'll know who's made changes since the last backup. The best idea we've come up with is...
  13. diggy8

    cfgraph with clickable links

    I have a cfgraph that shows a summary of monthly information for a whole year. I'd like to make it so that you can click on the name of the month in the graph and bring up more detailed information for that month. Is that possible?
  14. diggy8

    Capturing login name

    The site I'm currently developing has a page where visitors can post updates to projects. There's a space for them to put in their login name, which is the same they use to log into the system (WinNT 4). I'd like to grab the login ID of who is signed into the computer so we'll know who really...
  15. diggy8

    Query coming up blank

    I've only recently started using Access, so this could be an easy fix that I'm just not seeing: I need a report to display the number of projects that are Started or Completed in a given time period and also show how many pending projects are currently in one of four status options. I have the...

Part and Inventory Search

Back
Top