Question : Date alert

We have a date column on a list.
Is there a way to alert when this date is under 7 days away and the items status is not "complete"?

Answer : Date alert

If I understand you correctly whant you want is to get the
"app1\app1.html" from C:\inetpub\v5\eLetters\app1\app1.html
and
app2\subapp2\app2.html from C:\inetpub\v5\eLetters\app2\subapp2\app2.html
and
app3\app3.html C:\inetpub\v5\eLetters\app3\app3.html

Right?

If that is the case then use the code at the bottom this way:

msgbox(ReplaceServerFilePath("lstHTMLFiles.Items.Item(i).ToString", "\\servername\v5\eLetters"))




1:
2:
3:
4:
Private Function ReplaceServerFilePath(Byval OldServerFilePath as string, Byval NewServerFilePath) as string
Dim ServerFilePath as string = oldServerFilePath.Replace("C:\inetpub\v5\eLetters",string.empty)
Return NewServerFilePath & ServerFilePath
End Function 
Random Solutions  
 
programming4us programming4us