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 strongm 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: elleme
  • Order by date
  1. elleme

    Maximum time for meta refresh?

    I have set up a meta refresh on a page to redirect to a "timeout" page that warns them the session is about to end and they should refresh. When I tested this at 60 seconds it worked just fine. However, I don't want it to refresh/redirect until 18 minutes. But this doesn't seem to work, it...
  2. elleme

    Nested repeat region using SQL stored proc with UNION

    Yes, that's what I am looking for. What I want to display on the web page is all of the contact information for a specific contact ID. The combination of FamilyID and ContactID is the primary, unique key. Each contact ID within a family has several family members. So within all of the...
  3. elleme

    Nested repeat region using SQL stored proc with UNION

    I need some help creating a nested repeat region in ASP. I tried posting in the ASP forum, but was told to look elsewhere. The parent recordset is fairly basic, selecting address information for a single address for a family with multiple addresses. The child recordset should display all the...
  4. elleme

    Nested repeat region using SQL stored proc with UNION

    Yes, I know it's the ASP forum, but I thought this was an ASP question. I need to create the code in ASP on my web page. I have researched nested repeat regions in ASP and all the solutions are in ASP using very basic SELECT statements. I'm trying to learn how to do a nested repeat region in...
  5. elleme

    Nested repeat region using SQL stored proc with UNION

    I need some help creating a nested repeat region. The parent recordset is fairly basic, selecting address information for a single address for a family with multiple addresses. The child recordset should display all the family members at that address. Because this information comes from more...
  6. elleme

    Populating dropdown list based on session variable?

    I have a dropdown list that I would like to populate based on values in a SQL database. The database has a table of addresses for families. Some families have more than one address, and have different family members at each address. The purpose of this dropdown list is to assign each family...
  7. elleme

    Object is closed until page is refreshed. How to fix?

    Hmm, those lines were already in the stored procedure (and yes, it's SQL server). Here is the SQL code: SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO ALTER PROC dbo.pr_ListScreeningStatus ( @name varchar (4)='', @who char (7)='', @idDCC int ='' ) /*returns a list of names...
  8. elleme

    Object is closed until page is refreshed. How to fix?

    I am getting the following message when I load a page: Error Type: ADODB.Recordset (0x800A0E78) Operation is not allowed when the object is closed. /teddy/Screening.asp, line 281 The strange thing is that I didn't make any changes to the connection, just changed the criteria in the stored...

Part and Inventory Search

Back
Top