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 SkipVought 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. ShawnDT

    Date

    Thank you so much Jen for your kind attention. I modified my string with your inputs and it worked as well. Gosh I love this site, great tool for developers. =CDate(Cstr(Month(Dateadd("m", -6, now())))& "/1/"& CStr(YEAR(Dateadd("m", -6, now()))))
  2. 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...
  3. ShawnDT

    SQL String Parameter

    The front end app is Reporting Services. They should be able to in a text box type in the parameter and then hit view report.
  4. 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...
  5. 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...
  6. ShawnDT

    Passing Parameters to alt position of tooltips

    This is an intranet site, below is where I am want to pass the parameter. <code> <td width="67">&nbsp;<label>Record: </label> <a href="#" onmouseover="ajax_showTooltip('sdtproducerdetail.asp?ProducerID=<%= (Recordset1.Fields.Item("ProducerID").Value)%>',this);return false"...
  7. 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...
  8. ShawnDT

    Print Preview

    I guess I did not explain issue well. This print preview page that I have created, changes depending on the database records. The print preview page could be 8 pages it could only be one page. This depends on the plan that the person selected. Is their a way to say at the end of document...
  9. 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...
  10. ShawnDT

    COOKIES

    thanks for your speedy reply. I am try to add data to a cookie. I am able to add the data. But I cannot update. When the cookie is created, I can submit a form object and it adds the value. The next time I go to the page. The cookie is there but the value information is gone. How do I...
  11. ShawnDT

    COOKIES

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

    Last Queried

    Thanks for your speedy reply! Let me clarify. When the user logs into the webpage they can search(an input field is used for search-SQL Stored procedures)for particular records. We allow them to search by Case number, plan name, consultant etc. What we want to do is when the user log in it...
  13. 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...
  14. ShawnDT

    Wrapping Tabs

    Dan as you requested. Adam I changed the position styles but I get the same problem. Maybe you could clarify? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta...
  15. ShawnDT

    Wrapping Tabs

    JEZZZZZZZZZZZZZZ!!!!!!!!!!!!!!! Tough crowd!!!! Ouch. First I would like to humbly apologize. I will post Code from page Starting with Div and the css. <div id="laySalesDetail" style="position:absolute; left:150px; top:0px; width:600px; height:200px; z-index:5; visibility: visible;">...
  16. 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
  17. 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...
  18. 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...
  19. 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...
  20. ShawnDT

    Navigation Inserting Records

    The reason I posted all of the code was I am not sure what is causing this issue. <body onload=javascript:<%If Recordset1.EOF and Recordset1.BOF...

Part and Inventory Search

Back
Top