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

    SQL statement issue

    I am having a problem with the following statement. Can you folks help out? sqlstatement="SELECT EventDate, detail FROM calendar WHERE (((DatePart('ww',EventDate))=" & datepart("ww",Date()) & " And ChapterID=" & Session("Chapter") & ")) ORDER BY EventDate" I am getting the following error...
  2. Mdiaz

    SQL statement issue

    I am having a heck of a time trying to figure out what is wrong with the following chunk of code. Maybe a new look at it from someone else might see the issue. Thanks... >>>>>>>>> CODE <<<<<<<<<<<<<<< Dim loConn, lsSQL, loRs Set loConn = CreateObject("ADODB.Connection") ' Open a connection to...
  3. Mdiaz

    How to break up query results

    Do any of you folks have any snippets of how to break up a query results onto several pages. You know, like only showing ten results and then providing a link at that allows the user to page through more pages. Thanks...
  4. Mdiaz

    problem sharing session state between asp and aspx

    I understand that you can mix traditional asp with aspx pages. I am trying to do that with a login page (now in aspx)that sets session variables whicj will allow users to enter restricted pages. Those pages are currently *.asp pages. For some reason the *.asp pages do not seem to get the...
  5. Mdiaz

    User control issue

    I have created an *acsx file for my navigation. In it there is some logic for the log in button. In the old asp version I checked a session variable to see if user was logged in and if so to replace the log-in button with a log-out button. I am having problem trying to do the same in the asp.net...
  6. Mdiaz

    fetching a single row

    I am an avid ASP programer, but I seem to be having problems getting thing done with asp.net. My first asp.net page is a login page where I check to see if the user exists, then if he exists I need to fetch data from two tables so that I can set some session variables. I can't seem to do it. I...
  7. Mdiaz

    Formatting frames issue

    I hardly ever use frames and I am working on a project that requires a page using frames. Please look at it and tell me where I've gone wrong. I can't seem to get everything to fit together nicely. I'm also going to try and use tables to format the layout. Thanks... view page at <A...
  8. Mdiaz

    Getting records for week using DatePart()

    What would a SQL statement look like that retrieves records that fall within the current week, using the DatePart('ww',field) function? Thanks, Mike...
  9. Mdiaz

    Easy softball query

    Here is an easy question, hope I don't affend you. I have a table = tblPersonalRecords that has a field &quot;SSN&quot; Have another table ( tmpTable )that I imported that has &quot;EmployeeID&quot; and &quot;SSN&quot; The tblPersonalRecords has the EmployeeID field added now I need to...
  10. Mdiaz

    Dynamically format drop down text

    Ok folks here is my challenge (and yours I hope). What I really want is some nuddging toward a solution, not so mush the code to accomplish it. Below is a simple dynamic drop down list that provides a visitor with all of the product line of company Y. Here is the wrench, I want to format the...
  11. Mdiaz

    Image Swap Issue???

    I think I've been cursed from javascipt because I am almost always unable to run even the simplest of routines. I will now publicly profess my incompetence in this langauge. I can not get the rollovers to work. It so simple yet I can't figure it. Please help. I pasted whole page just incase I...

Part and Inventory Search

Back
Top