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: *

  1. 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("ADODB.Connection") Set rs =...
  2. 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
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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