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

    Determine Version of mdb File

    Hi there, my company intends to stop offering Access 97 software and replace it by Access 2000 by end of this year. My task is now to determine, how many Acess 97 and lower files are on our Fileservers. I decided to solve this task with a script but the fso method GetFileVersion does not work...
  2. cattys

    Determine, if Registry Key exists and then read it

    Hi, I have following adapted code from this forum (search for &quot;regdelete&quot;) condition: Intranet, without security confirmation required <script type=&quot;text/javascript&quot;> <!-- // user, node, loc, script; function write_params() { var Shell = new...
  3. cattys

    last X weeks in chart

    Hi, I have a counter that inserts a time stamped record every time it is launched. Now I have grouped the results by year(hit_date), week(hit_date) and counted the records. This alone works fine but now I want to create a dynamic chart that only displays the last X weeks. I have done this with...
  4. cattys

    Playing with querystring and DB (Subscript out of range)

    Hi there, hopefully you can help me with this. I have a querystring like ?4=4,23=23,34=34[+ 2 string values] I create an array (resultsort) and I sort it to redim it without the string values. Now comes following code: <% For iLoop = LBound(resultsort) to UBound(resultsort) Response.Write...
  5. cattys

    Direct link forced in frames - possible?

    Hi there, I am normally no programmer but I was kinda forced into finishing a project. We have a new web made entirely of asp pages, the content (except the static one) we get from a database. Now the task: Force a page, that was directly called, up into frames, but the frames have to be like...

Part and Inventory Search

Back
Top