Any help on this would be greatly appreciated!!!
I want to rename the cn attribute something like billn to williamn
===========================================
private void RenameMember()
{
DirectoryEntry objUser;
if (String.Compare(NewUserName,User,true) != 0)...
I have a table that has an autoID, ForeignKey, ShiftID,EmpID,StartTime,EndTime and HrsWrked as shown below:
I have an initial query to make the pivot query simpler as:
SELECT (Employees.FirstName+' '+Employees.LastName) AS FullName, tempBatch.ShiftDate, (Format(tempBatch.StartTime,"h:n...
I have some Javascript that creates a nice monthly calendar. I want to format specific dates. However, I can't get the dates that I want to format unless I write some VBScript to get the specified dates from the Database. The premise of the code should look like this:
if...
I tried a simple html that merges two images into one as shown below:
<html>
<head>
</head>
<body>
<table height="658" width="801" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="277"><img border="0" src="Images/Left_First.JPG" width="277" height="658"></td>
<td...
Thanks for the quick responses again.
The problem with this solution though, even if I have a random string at the end of the url, when a user clicks the back button, the browser has cached the last page (no matter what the random string is). This is deemed a security risk because someone...
I'm still having the caching problem as described in previous thread.
DotNetGnat mentioned "the best way to fix this is to attach a random string to the end of the URL." I'm unclear how to implement this solution. Won't the string itself be cached too?
Does anyone know of a site or some...
Thanks for the prompt responses.
I've tried the Session variable too and as DotNetGnat pointed out the value is cached too so you are able to navigate backwards.
I should point outh that the user cannot browse through secured pages after using the back button because when the user clicks a...
On my website an authenticated user will have a cookie value that I check as shown below:
sSessionUserLogin = trim(cstr(Request.Cookies(COOKIE_USER_LOGIN)))
If Len(sSessionUserLogin) > 0 AND sSessionUserLogin <> vbEmpty Then
///Do Stuff///
ELSE
Response.clear...
How do I use a session cookie? Currently I have some cookie that checks to see if the user has logged in (if not send to login page) but they're set for 30 minutes. I could use those cookies plus another one but would I set it to 2 minutes?
Any help would be appreciated?
Thanks,
Rewdee
Good Afternoon All,
This will be for the dhtml gurus or someone with lots of Internet savvy.
I have an asp website that authenticates user's and adds a cookie to validated user's. However, when a user closes the browser the cookie is still valid for 30 minutes (length of cookie). I want to...
I would like to add a vertical cascading menu. I have found this one at http://javascript.internet.com/navigation/cascading-menu.html but I don't want the absolote position on the top.
Does anyone know a free script or how to edit the above so that I could place the menu in a table?
Thanks...
Travis, I don't know where you work or how much you get paid but I would go to your boss and ask for greater renumeration for you.
Brilliant work.
I just modified it a bit since I needed to add a few more fields and the count was returning all records in the timesheet not just between...
I have a table called TimeSheet that has EmpID, Date, ShiftID,HoursWorked as fields.
I would like to Sum the HoursWorked for each employee between 2 dates say June 20th to June 26th like:
SELECT TimeSheet.EmployeeID, Sum(TimeSheet.HrsWorked) AS SumOfHrsWorked, Count(EmployeeID) AS ShiftNum...
I'm using some simple code but I'm getting this error:
The command or action 'SaveRecord' isn't available now
The code is below is called a Command button just before opening another form:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
Anyone know why this might be...
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.