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

    AJAX and IE6

    Hey all, I'm very new to AJAX but we've decided to use AJAX with our coldfusion website and there are some display issues with IE6. The website is broken up into 3 parts: Header ------ Content ------ Footer When a page request is made in the header, that in turns update the information in...
  2. Kleptican

    Replication History

    Hey all, Does SQL Enterprise Manager store all of the information that would have been replicated to the publisher and vice versa? Basically, the subscribers that sent updates to the publisher and the publisher that sent updates to the subscribers, does SQL store when updates were sent and/or...
  3. Kleptican

    Stored Procedure with SELECT statement having variable column name

    Hey all, Basically, I have a table called Rates_New, and the column headers are like PartTime_SomeNumber_D, FullTime_SomeNumber_D, etc.... (with somenumber being anywhere between 01 and 99). Basically, I find out what the number is, whether or not they are fulltime or parttime, then send a...
  4. Kleptican

    Moving Rows to Create (Sort of) Columns

    I have a spreadsheet that looks like this: Social - Name - Address - DOB SSN1 Name1 Address1 DOB1 SSN2 Name2 Address2 DOB2 SSN3 Name3 Address3 DOB3 SSN4 Name4 Address4 DOB4 What I would like to do is to take rows and put them on one line...
  5. Kleptican

    Font Issue

    Hey all, On the network, one computer can read a pdf just fine but another computer can't read it. Both should have the same version of Acrobat, which would be version 7.0. If the problem is font related, how do I find out which fonts are causing the problem and how do I replace them? Thanks.
  6. Kleptican

    Output to textfile

    Hey all, I've got a setup on my website where a user uploads a text file, adds that information to a new table, does some manipulations and then send another text file back to the user. This is my problem- it seems like it takes too long to write the text file and I get a 'Page cannot be...
  7. Kleptican

    Session Variable Timeouts

    I have a five page .cfm website with session variables. The website gets pre-populated with data from the database. Most of the time the website is just reviewed and no changes are made. However, some sessions take a long time. Since sometimes i get an error that some FORM variable is undefined...
  8. Kleptican

    Import Excel File into SQL Server

    I've written a small script to upload an excel file to a folder on the server. What I'd like to do is take that excel file and import it into a table that I made. Basically automate as much of it as possible. What is the best way of going about this? I've come across websites that say you have...
  9. Kleptican

    Pass variables to iframe

    I have an iframe on a .cfm page and I need to pass a variable from the main page to the iframe. Is there a way to do this without javascript. Thanks
  10. Kleptican

    Netgear and VPN

    Hi all, I have a Westell Modem and a Netgear (WGT624) Wireless Router. What I'm trying to do is connect to my company's VPN and then my computer at work. This is my situation at this point in time. If I plug my home computer straight into the Westell Modem, I can connect to the VPN and then...
  11. Kleptican

    Logout Problem Session

    Hello all, This is my problem. When a user logs in, copies the URL after logging in (to any of the pages), then logs out and pastes the URL, they can go back to that page. However, if they close the browser, then paste that URL, it sends them straight to the userlogin form. How can I get the...
  12. Kleptican

    Backing up Exchange problems

    From what I've read, the Backup Exec Agent on the Exchange server is supposed to backup any Exchsrvr\ data, not the backup exec software on the main server. I just can't seem to find out how to activate the agent to do this because I'm continually getting the same error about it skipping...
  13. Kleptican

    SQL Query with unknown column

    I am trying to select a specific column from a database, however the column name is unknown. The columns range from FullTime_01_D to FullTime_95_D. The only thing that changes is obviously the numbers in the middle, which I can find out with no problem. I've set up a query like so: <CFSET...

Part and Inventory Search

Back
Top