Pop-up Window

Hello,

I want to create a pop-up window with ArcPad studio.
Everthig goes right in my desktop computer. When I run the code in my PDA I get a script error: 800A01AD.

The code is:
Set objShell=Createobject("wscript.Shell)
ObjShell.Popup"test"

I thank you in advance.
[310 byte] By [rocflambo] at [2007-11-20 11:19:27]
# 1 Re: Pop-up Window
Don't forget to close quotations and remember that functions are case sensitive. Try...

set objShell = WScript.CreateObject("WScript.Shell")
objShell.Popup "Test"
PeejAvery at 2007-11-9 12:40:23 >
# 2 Re: Pop-up Window
El Chinchito,

Thanks for the tip but the code didnt work im my PDA.

I have a i-mate 9100 with windows mobile 5.0

If you have another tip it will be nice,

Regards,

Joao Roc
rocflambo at 2007-11-9 12:41:24 >
# 3 Re: Pop-up Window
[ moved ]
PeejAvery at 2007-11-9 12:42:23 >
# 4 Re: Pop-up Window
Since it is failing on the loading of the ActiveX component, have you tried patching or updating? Security changes? Even though I know windows Scripting, I don't own a mobile device, so I can't tell you too much.

I have moved this to the Mobile development forum. You should get better results here.
PeejAvery at 2007-11-9 12:43:24 >