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

    link between sites intermittently doesn't work

    We have a site where the user logs in then gets transferred to a second site. Most of the time it works, however, for several users, when they go to log on a second time (often the next day), they get the standard "Page cannot be displayed...Cannot find server or DNS error." On the 'calling'...
  2. apple17

    Access Upsizing

    I have a database in Access 2003 that I want to convert to SQL Server. I read that the Upsize function in Access is the way to go. But whenever I try to run this (even with 1 simple table), I get ActiveX component can't create object. Do I need to do something else first? Any insight...
  3. apple17

    showing clock or hourglass while waiting

    I have a page that does a lot of calculation and I'd like to show an animated clock or hourglass while the user is waiting. Can someone point me to a script that I can use / modify? Thanks!
  4. apple17

    Referrer

    Where can I find information on how the 'referrer' is set? Specifically, I want to check the referrer to ensure that the page is being accessed from the proper site (also, I do different things if it came from outside the site versus if the user was already in the site and just coming back to...
  5. apple17

    Opening Excel file outside of web browser

    I've created an Excel file with the user's specified data on the server. If the user downloads the file, they can open it in Excel,no problem. If the user chooses to open the file, it opens in Excel within the browser window. I would much prefer it to open in Excel. The users aren't going to...
  6. apple17

    SQL Server version needed?

    I have a small web-based application that I need to upgrade from Access (starting to get sluggish and there is little more I can do to optimize it). What is the most inexpensive version of SQL Server that I can buy and set up to run one application on a web server? (I went to the MSoft site and...
  7. apple17

    SSL

    I just installed SSL on my site and I get the message "this page contains both secure and nonsecure items do you want to display the nonsecure items?". I went through and removed all references to 'http' in all pages, yet I still get the message on some pages. Not only that, but now my...
  8. apple17

    Session Timeout

    I am running on a shared server and my client wants the session timeout to be one hour. Can I do this programatically? Thanks for any help!
  9. apple17

    Retaining input data from page

    I have a web page where the user inputs lots of data, with a 'participant id'. What I want to do when the user inputs the page is a. check to see if the PARTICIPANT ID already exists b. if it doesn't, I store a new record c. If the PARTICIPANT ID is already in the database, I want to...
  10. apple17

    ASP ACCESS UPDATE QUERY

    I have a page where the user is updating a participant's information. The participant may or may not already have a record for a particular set of data from the webpage. Rather than doing a SELECT to see if there is data (most of the time there will be), then do an UPDate or INSERT, I was...
  11. apple17

    Displaying an update message within a page

    I have a page where a user selects from a drop down and then, in javascript, I check off an appropriate checkbox. I'd like to also display a message WITHIN THE PAGE, not an ALERT box that indicates the update made on the page. I'd like this message to be in the middle of the page, next to the...
  12. apple17

    Page with lots of fields

    I have encountered this issue on a couple of recent projects and it's time to figure out what a good solution might be. I have a page with 100 fields that can be updated (some via checkbox, some via radio buttons, a couple with actual values). Once the user inputs the appropriate data, it...
  13. apple17

    Gray out question based upon prior question

    I know how to gray out a radio button, check box or input field. But how can I gray out the text of the question that goes with the question? In the example below, I would like the entirety of question 2 to be grayed out unless the user selects 'yes' in question 1. So I have the following...
  14. apple17

    INNER JOIN IN ADO / ACCESS / ASP

    I have a query that works in the Access database engine, however when I execute it as part of my ASP page, it only returns the FIRST location joined with each program_update. SELECT Program_Updates.ProgramID, Program_Updates.Name, Location.StartDate, Location.EndDate, Location.LocationName...
  15. apple17

    URLEncode...then what?

    I have some text fields in my application that can contain apostrophes, etc. So I use URLEncode to get my data ready to store in my Access database. It goes in the database fine. When it comes out and displays, how do I 'decode' it? There is no URLDecode in ASP apparently. Thanks.
  16. apple17

    URL in IE Address Box doesn't get updated

    I have a couple web pages where a user can generate a file extract from the database. Basically, I get the data and format it via 'reponse.write' commands, then perform the code below. This generates a file that the user can open or download. HOWEVER, from that point on, the URL in the...
  17. apple17

    passing recordset between pages

    I have a page that lists people and I want to allow the user to resort on name / city / title / etc. (This is classic ASP). I have now stored all my data in a recordset, so that I can sort it properly the first time through. That works. Now I want to allow them to click on a column heading...
  18. apple17

    data from two recordsets

    I have data from two recordsets, Program and NewProgram, that need to be listed on one page. How do I co-mingle them in a list, so they are all in one alphabetical list?
  19. apple17

    repopulating dropdown box

    I have a dropdown box that shows all Series that a Program can belong to. It is populated from an Access table when the page is displayed. The idea is that the user selects the Series OR can press 'add new series'. When the user selects 'add new series', a new window pops up and the user adds...
  20. apple17

    Only first record is being updated in ACCESS database via Conn OBJ

    I have this code and it only seems to updates the first record (the first time through the FOR loop). I retrieve a string of CONFIRMED PARTICIPANTS, separated by commas, from my web page. Then I execute the below to update each CONFIRMED PARTICIPANT. If I display the query each time through...

Part and Inventory Search

Back
Top