Hi,
We have an ini file that points to a licence file.
It works wonderfully but there is a user or process
that changes where the file points to.
I have used the FileSystemWatcher class but it does not contain the username.
Any ideas?
Thanks
Corne'
Hi all,
I have setup SQl to send an net send to my PC to show the status of the sql jobs ie. Completed/Failed.
Now my PC gets over run with net sends. I need to log each net send for example :
Server Message
I have searched high and low for something to show how I can get to the above. Any...
Hi all..
My problem is a very simple and stupid one. I need the top 2 values per group. For example
Group Value
1 10
1 20
1 30
2 100
2 200
2 100
2 50
What I need is.
Group Value...
Hi
1)Try reading these
thread333-524696
faq333-3801
2)Please refrase your question.
Stuff????????????????????
A bit confusing for my blonde brain
Corne'
#-)
bowettwow:
You don't have to add a new record to the table just add 1 to the last recordnumber.
Maybe somebody knows a quick way to do this so that you don't have to query the database for the last record?
Corne'
#-)
bowettwow : If you have a Database, onpnt's idea will definatly work the best. It will cut the overhead of reading and writing to the text file as well as the creation of the FSO object.100% faster and safer.
Corne'
#-)
Hi
Is validtodate in time/date formate?
If it is try
sqlBanner = sqlBanner & "WHERE datepart(dd,banner.validtodate) <= " & "'" & DateAdd("d", -nodays, Now()) & "'"
I'am just not to sure if the dd should be "dd"???????
If I where you I would...
Please correct me if i'am wrong but I do try
I have never done this before but here goes!!!!!!!!
In the global asa put the following sub:
Sub Session_OnStart
end sub
This will be run when a new session is created.
Then create a text file which contains a 0
Then use the file system object in...
Hi
So the format you want would look like:
Previous | Next
PHOTO
Image 2 of 4
<CODE>
<TABLE WIDTH="300">
<TR>
<TD WIDTH="300" ALIGN="Right">
<%=Buttons(ImageCount, ImageNumber)%>
</TD>
</TR>
<TR>
<TD WIDTH="300"...
Don't worry!!!!!!!!!
Played around and found it.
All I had to do was set
<%Response.Expires = 0%>
<%Response.ExpiresAbsolute = Now() - 2%>
<%Response.AddHeader "pragma","no-cache"%>
<%Response.AddHeader "cache-control","private"%>
<%Response.CacheControl...
[sadeyes]
I'am busy with a ASP page that contains href's to pdf's.
I just need to know how I can refresh the page when the user clicks the back button after viewing a pdf??
Because the pdf's get updated quite often and the user needs to only see the most up to date pdf's.
I have tried the...
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.