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...
Hi,
I have following adapted code from this forum (search for "regdelete")
condition: Intranet, without security confirmation required
<script type="text/javascript">
<!--
// user, node, loc, script;
function write_params() {
var Shell = new...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.