From: JP SIngh on 13 Jul 2006 05:57 We are using an ASP page to allow our users to update this Active Directory Information. Our testing show that for 90% of the users this works fine but for a small number of users it gives an error '80072020' Is there a way to display a more friendly error message rather than it saying error '80072020' thanks
From: Anthony Jones on 13 Jul 2006 07:02 "JP SIngh" <none(a)none.com> wrote in message news:u4p5ULmpGHA.4996(a)TK2MSFTNGP05.phx.gbl... > We are using an ASP page to allow our users to update this Active Directory > Information. > > Our testing show that for 90% of the users this works fine but for a small > number of users it gives an error '80072020' > > Is there a way to display a more friendly error message rather than it > saying error '80072020' > > You google the number. > thanks > >
From: Bob Barrows [MVP] on 13 Jul 2006 07:12 JP SIngh wrote: > We are using an ASP page to allow our users to update this Active > Directory Information. > > Our testing show that for 90% of the users this works fine but for a > small number of users it gives an error '80072020' > > Is there a way to display a more friendly error message rather than it > saying error '80072020' > > Use "ON Error Resume Next ... If err <> 0 Then" to trap the error. I don't understand the question ... are you unaware of how to trap errors in vbscript? -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM"
|
Pages: 1 Prev: buffer limit Next: runtime error on scripting.filesystemobject |