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

    Date

    Good Morning Everyone. I am trying to get a date minus 6 months of Current date but the date must be the begin day of the month. Here is what I have =Cstr(Month(Dateadd("m", -6, now())))& "/1/"& YEAR(Dateadd("m", -6, now())) If I run this on preview. I get the property Default Value of...
  2. ShawnDT

    SQL String Parameter

    Good Afternoon, I am having a little trouble trying to figure how I write this query to accept User Input. I want the user to be able to type in the in year (2008, 2009 etc). The query does the search and it is brings back the data. I am using MSSql 2005 reporting Service <Code> select...
  3. ShawnDT

    Cookies, I want to store a Users State of a Dropdown

    Good Morning Group, I know this is going to sound easy but, I want to store a users search preference. In a Dropdown. We have search fields, Plan Number, Plan Name, Plan type. You can search on any one of those. Most users like to use one or the other. What I want to do is store their...
  4. ShawnDT

    Passing Parameters to alt position of tooltips

    Good Morning, I am trying to pass a parameters to a JS page that will alter what position the tool tip will appear. Say for instance I pass 1, This move the tip to the right, I pass 2 It move the tip to the left. I am at a loss how to do this can some one help. I will include the code for my...
  5. ShawnDT

    Print Preview

    Good Morning, Does anyone here no how to prevent pages from being cut-off with a print preview page? I have created a intergrated web interface with SQL. When my clients prints it will cut part of the word in have as it prints the next page. Is there code, which will tell the page to break...
  6. ShawnDT

    COOKIES

    Good Afternoon, Can someone tell me why Internet sites are able to write cookies to my machine and not Intranet site?
  7. ShawnDT

    Last Queried

    Good Afternoon Guru's I am not quite sure I am in the right section. My challenge, I am trying to write code in order to display the last 5 queried items from SQL to an ASP when the user logs in. So when the user logs in it will display their last 5 queried items. Is this possibe to do? Can...
  8. ShawnDT

    Wrapping Tabs

    Does anyone here know how to properly wrapp tabs? Currently my tabs are breaking part of the tab to a second line also, they sink behind my first tabs rather than sit atop. Thanks
  9. ShawnDT

    tabs, css

    Good Morning Gents and Ladies. I have a little problem which I believe is simple to fix. Yet, it eludes me so.... My problem is when I click on my tabs the color changes to active before the layer is actually displayed. The color should not change unless I release the mouse. Also, I cannot...
  10. ShawnDT

    Cancel Redirect, check recordset

    Good Afternoon, I am trying to after a user press the cancel button on my insert page, it clears the form and then checks to see if the recordset is empty. If it is empty it stays on the insert page if not it redirects itself to another page. Is this possible, if so can an example code be...
  11. ShawnDT

    Display page vs the layer

    Good Morning People I am trying to re-write some pages. I currently have a Insert, edit and delete on same page in different layers. I have decided to make them all seperate pages but have them to feed through an Iframe. My problem is I have a statement that show different layers if the...
  12. ShawnDT

    Navigation Inserting Records

    I call upon Thine Geniuses, When I navigate through my records. It is writing the existing record over and over to the the database. Please Help <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Option Explicit %> <!--#include file="Connections/connDB.asp" --> <!--#include file="functions.asp"-->...
  13. ShawnDT

    Javascript Error

    I receive an error on the mouseover event for the custom navigation. I get the error message object expected. It also showing that it is barking at the Body onload. I have posted some code can anyone help me with this? <body...
  14. ShawnDT

    Recordset Navigation

    Good Morning, I am sure this is an eZ one. Is there anyway to, swap Navigation buttons to an inactive image or grey out certain button when your reach the end of a recordset. To clear up. I have the typical << < > >>(Navigation). I want to once it reaches the end of the record(Next and...
  15. ShawnDT

    CSS, Tabs

    Good Morning, I have a small problem I am sure that it has an easy answer. I have created tabs using Unorderd list. My problem is I dont know how to make the tab that is clicked/or navigated to stay a certain colour. For Example, I have Tab 1, tab 2 tab 3. The hover color is red the inactive...
  16. ShawnDT

    CSS, Tabs

    Good Afternoon, I have a small problem I am sure that it has an easy answer. I have created tabs using Unorderd list. My problem is I dont know how to make the tab that is clicked/or navigated to stay a certain colour. For Example, I have Tab 1, tab 2 tab 3. The hover color is red the...
  17. ShawnDT

    Frames

    Can Frames be used in ASP? I know Iframes can be but what about regular frames?
  18. ShawnDT

    Expected end of statement

    Good Morning, I am try to use the response.redirect to after posting data to a database. Redirect page and parameter to a different page. I am having No success. Can some take a look-see at my code? I am not sure if I am using the proper syntax to achieve this. Please let me know or tell me...
  19. ShawnDT

    Record navigation

    Good Morning Gents and Ladies!!!! When I use record navigation the page will refresh, instead of continuing through the records (<<Prev Next>>). How do I stop this from happening? I created a page without layers and it works fine. If I have additional layers on the page. When I click the...
  20. ShawnDT

    Application uses a Value of the Wrong type for the current operation.

    It's me again. I am receiving this error when I attempt to run a form that updates A Sql database. I will post code and Stored procedure below. The Error as follows. Below I have indicated Line 69 in my code. Error Type: ADODB.Command (0x800A0D5D) Application uses a value of the wrong type...

Part and Inventory Search

Back
Top