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. morgancaroline

    Opening an existing excel worksheet in asp

    I have written this line and excel opens up fine when I write a simple table. However, only simple <tr><td> tags are used to create the table. Anywhere I change the colspan or use <br> or try to input values in the table queried from a database using vbscript, the table ignores the...
  2. morgancaroline

    Opening an existing excel worksheet in asp

    Unfortunately this is for a project at work and I do not have access to the settings. I may have to renounce and just write out the whole excel sheet. Thanks for the links and advice Caroline
  3. morgancaroline

    Opening an existing excel worksheet in asp

    I have written an asp which queries a database but instead of writing the results in a html table, I want to write them in an existing excel worksheet (a template) using code such as Set cn = Server.CreateObject(&quot;ADODB.Connection&quot;) Set rs =...
  4. morgancaroline

    Stored procedures/triggers to automatically run

    Thankyou to you both, your suggestions have been most helpful. Cali
  5. morgancaroline

    Stored procedures/triggers to automatically run

    Another quick query regarding this matter - at the start of each day, I'm getting the sp to look in a table to see whose birthday it is. If it finds any bithdays, is it then possible to open an asp in which a program is written in VBscript sending an e-mail saying happy birthday. At the moment...
  6. morgancaroline

    Stored procedures/triggers to automatically run

    I want to write a stored procedure or trigger that will automatically delete records more than two months old. I was wondering if there's a way to run a procedure automatically say every evening as oppose to it running when someone visits the page. Thanks
  7. morgancaroline

    using layer.style.clip or layer.style.visibility

    I'm using layers and want to clip a certain section of a layer. If I write: layer.style.clip = 'rect(' + cliptop + ' ' + clipright + ' ' + clipbottom + ' ' + clipleft + ')'; it shows the layer from the point (cliptop,clipright) to (clipbottom,clipleft) but i want some kind of inverted clip...
  8. morgancaroline

    using layer.style.clip or layer.style.visibility

    I'm using layers and want to clip a certain section of a layer. If I write: layer.style.clip = 'rect(' + cliptop + ' ' + clipright + ' ' + clipbottom + ' ' + clipleft + ')'; it shows the layer from the point (cliptop,clipright) to (clipbottom,clipleft) but i want some kind of inverted clip...
  9. morgancaroline

    using clip layer or similar command to hide layer

    I'm using layers and want to clip a certain section of a layer called baseLayer. If I write: clipLayer(this.baseLayer,0,0,width,height) it shows the layer from the point (0,0) to (width,height) but i want some kind of inverted cliplayer command so that instead of showing a layer from one point...
  10. morgancaroline

    reloading a page before opening

    Thanks Paul. Works like a treat
  11. morgancaroline

    reloading a page before opening

    Using vbscript, I'm opening a page to view data from a database then I'm updating the database in another page and then re-opening the page which displays the data using the javascript location command and passing a variable over at the same time to say that the database has been updated...
  12. morgancaroline

    Passing variables and targeting a frame

    I'm trying to pass more than one variable in a hyperlink and target a particular frame called diary but I can't seem to get the code which recognises the target as well as the variables. I'm doing this in VBscript with reference to a database and using response.write. This is an example of one...

Part and Inventory Search

Back
Top