macupryk Posted November 18, 2005 Posted November 18, 2005 Microsoft VBScript runtime error '800a01f4' Variable is undefined: 'NO_ACCESS' /eis/Includes/EISGetUser.inc, line 41 Any help would be great , thanks Mat Quote
mskeel Posted November 18, 2005 Posted November 18, 2005 How about some code to give the error some context? My guess is that you are attempting to use the variable NO_ACCESS without declaring it... Quote
*Experts* Nerseus Posted November 18, 2005 *Experts* Posted November 18, 2005 In most cases, VBScript doesn't have the global constants that VB has. You probably have to define NO_ACCESS yourself or find it in a global enum (if on exists). Start with the following link to find out what's available: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vtorivbscript.asp -ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.