This is a discussion on script error: 800A01AD within the Mobile Software Development forums, part of the Software Development category; Hi there, I'm creating a pop-up window with ArcPad studio. Everything goes right in my desktop computer. When ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi there, I'm creating a pop-up window with ArcPad studio. Everything goes right in my desktop computer. When I run the code in my PDA I get a script error: 800A01AD. my code is , Code: Set objShell=Createobject("wscript.Shell)
ObjShell.Popup"test"
__________________ cheers Aman Last edited by amansundar : 10-16-2007 at 07:19 AM. |
| Sponsored Links |
| |||
| Hi aman, I think you forgot to close the quotation mark and remember the functions are there is case sensitive. Code: set objShell = WScript.CreateObject("WScript.Shell")
objShell.Popup "Test"
__________________ S.VinothkumaR Behind me is infinite power, Before me is Endless Possibility, Around me is Boundless Opportunity, Why should I fear! |
| |||
| Since it is failing on the loading of the ActiveX component, have you tried patching or updating? Security changes?
__________________ S.VinothkumaR Behind me is infinite power, Before me is Endless Possibility, Around me is Boundless Opportunity, Why should I fear! |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error: command line error MIDL1001 : cannot open input file wincodec.idl midl | Mramesh | C# Programming | 0 | 02-18-2008 10:07 PM |
| how to rectify java script runtime error | vel.m8 | HTML, CSS and Javascript Coding Techniques | 1 | 11-04-2007 08:42 PM |
| Can an html and Java script be separated and the script placed in the cgi-bin? | Pvinothkumar | HTML, CSS and Javascript Coding Techniques | 1 | 09-13-2007 05:11 AM |
| Error in running perl script on netscape on WinNT. | vadivelanvaidyanathan | Perl | 0 | 08-07-2007 11:40 PM |
| I get the error "The page cannot be displayed" and an HTTP 502 Proxy Error. Why? | kingmaker | ASP and ASP.NET Programming | 1 | 07-20-2007 03:43 AM |