Will this work even if the users dont have permssions to change the registry? The users are only standard users.
Matthew Wilde
matthew.wilde@newcharter.co.uk
I need to set 'Reuse Windows for launching Shortcuts' within our GPO.
All clients are XP, IE6. I cannot find the option within the GPO. I have gone into the preference mode Internet Explorer Miantenance and the option still isnt there.
Please help?
Matthew Wilde
matthew@ukwebsite.com
I have users who need to use a website that passes variables in the URL string.
This is the link
http://ww3.probrand.co.uk/itxdetail.asp?mprodID=S2272666&sell=£82.06&stocklevel=1,773
If I get rid of the £ it works fine - if not I get the standard “The page cannot be displayed” error message...
Hi,
Is there a way to have network drives mapped to a server regardless of what user is logged in (or if no user is logged in)?
Thanks
Matthew Wilde
matthew@ukwebsite.com
I have created a package which works correctly, except I need to change the install folder permissions to allow users modify permissions.
I have changed the permissions when I created the package but the snapshot process doesn't take any notice.
I have been told that I need to create a...
Sorry, just found out why? I put the IF statement at the beggining of the code before the error was generated.
Sorry for the wasted post. I looked for ages. A rest away from the PC is needed I think.
Matthew Wilde
matthew@ukwebsite.com
As long as your getting rid of the aprostrophie (i.e. ' ) then it should be okay.
It looks secure to me, this is the kinf of code I would use but i would be intrested to see if anyone says anything else.
Matthew Wilde
matthew@ukwebsite.com
Please help. I have the folling code
On Error Resume Next
If Err.Number <> 0 Then
Response.write "errror"
End If
I have called a field from a database that does not exisit, this would normally cause an error. But for some reason I doesnt get into the IF statement above. If i add...
Please help.
I have a login screen that creates a session i.e.
session("ID") = objRS("ID")
Session.Timeout = 5
How do i make it that if they leave the page for longer than the session time ie 5 minutes it will redirect them to another page to log them out.
Whats the point in putting a...
I have also had the same problem. How do you modify permissions of folders or files within your package?
I have used SMS installer, InstallShield and WinInstall and always come across the same problem.
The user needs modify permissions to the program file folder.
Thanks
Matthew Wilde...
Thanks but the session.lcid just determins the format the datte is displayed it doesn't change the time zone.
I have found the code to do this so I will post it in case others have the problem
TimeDiff = (DateAdd("h","-1", Now))
TimeAray = Split(TimeDiff, " ")
Response.write(TimeAray(0)) & " "...
Please help. I have an ASP page posting data into an access database. One of the fields is a currency field.
On my local development server if I enter a £ sign it works fine. The access database field is set to currency and the value is stored. On the live server I get an error if I include the...
Whoops. Oh yes. I must have copied it from the wrong page.
Anyway i added the [] and it worked perfectly. Why is this? The code used to work fine without them, i have never used them before. Mind you im on Win2003 now.
Thank you both very much for your help.
Matthew Wilde
matthew@ukwebsite.com
I have done a response.write on it and that is shown above. I will include it again (Response.write SqlScript) this is what is displayed
UPDATE Users SET Password = 'example', Username = 'example', Company = 'Example UK', ContactFirst = 'Manchester', ContactLast = 'Office', Address1 = 'Example...
Im runing a script within an ASP page to update a row in a access database. I write the sql script to the screen, copy and paste it into Access and run it and it works perfectly. But generates an error in the ASP page.
The error is
Microsoft JET Database Engine error '80040e14'
Syntax error...
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.