Hi Bob,
I looked at the entire program you have, and you have defined a sub named "inputbox"; this is the cause of your problem, as it is now trying to use a sub in a place where you should only be trying to use a function or a variable. FYI, it is usually a bad idea to define a sub or a function having the same name as a built-in sub or function. Hth, Chip From: Robert Guyette [mailto:[email protected]] Sent: Friday, March 01, 2013 11:44 AM To: [email protected] Subject: script error Hi everyone I do not know why I am getting this error. Hi is the details. An Error Occurred in bobs template 1.0.0 (800A000D) Description: Type mismatch: 'inputbox' Line: 417 - ovalue = InputBox("enter value") Path: C:\Users\Robert Guyette\AppData\Roaming\GW Micro\Window-Eyes\users\default\bobs_template.vbs Signed: Active Window Title: desk top, SHELL32, Progman Active Window Set File: explorer.set Focused Window Module: SHELL32, SysListView32 Window-Eyes Version: 8.1.0.0 Active Synthesizer: DECtalk Access32 (Window-Eyes) Active Braille Display: None OS Version: 6.1 (7600) SP: 0.0 GW Toolkit: 8.5.3 Could some one tell how fix it. I have run the same function another script program and it works fine. Thank You Robert guyette
