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 Mike Lewis 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: *

  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

    Thank you for your help philege, that worked great.
  4. 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...
  5. Kleptican

    Moving Rows to Create (Sort of) Columns

    This information was created through an export from a database and since I had the information in excel format I was just wondering if there was an excel trick to accomplish what I wanted to do. I've tried the transpose but don't get the right format I'm looking for. ;) It seems like I'll have...
  6. 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...
  7. 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.
  8. 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...
  9. Kleptican

    Session Variable Timeouts

    bump
  10. Kleptican

    Session Variable Timeouts

    Thanks for your input. I'm kind of changing of the topic here; but on a separate website I'm using cflogin in the application page and no session variables. One of my users were reviewing the page and they got kicked out to the login screen. It can't be a timing out situation because there was...
  11. 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...
  12. Kleptican

    Import Excel File into SQL Server

    I appreciate the offer asounds, but thanks to everyone's help it's working now. and thx for the link because i can see that i have my page set up exactly as the example given in that link.
  13. Kleptican

    Import Excel File into SQL Server

    The file is being uploaded from a local pc. Thanks a bunch for your help gujumodel, much appreciated!
  14. Kleptican

    Import Excel File into SQL Server

    Thanks for your replies. GUJUm0deL - Yes, could you please describe how to make a dts package? The scenario that I have is that every month SQL Server will receive an excel file (which will change names. The name will be based on the month/day/year it is made.). So, I'm not updating an .xls...
  15. 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...
  16. Kleptican

    Pass variables to iframe

    nevermind, got it :x thx
  17. Kleptican

    Pass variables to iframe

    also without using session variables. Thanks
  18. 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
  19. 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...
  20. Kleptican

    Logout Problem Session

    thanks for the explanation. scon44: your code worked great. I have a question though, I'm not understanding the dates. It seems like the times and dates are completely random for the "Expires". But thanks for your help

Part and Inventory Search

Back
Top