Please help: Execute Typ MisMatch 
Author Message
 Please help: Execute Typ MisMatch

I have an Asp application and when I try to do:

Call Execute("pm_Nam" & lv_ColInd & "=Trim(Request.Form(""Nam" & _
                    lv_ColInd & """))")

I get then following error:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'Execute'

What is the problem?



Tue, 21 Oct 2003 18:45:07 GMT  
 Please help: Execute Typ MisMatch
Make sure the server has at least VBScript 5.0 installed.

Execute, ExecuteGlobal, and Eval were all added in version 5.0.

--
Michael Harris
Microsoft.MVP.Scripting
--

Please do not email questions - post them to the newsgroup instead.
--

Quote:

> I have an Asp application and when I try to do:

> Call Execute("pm_Nam" & lv_ColInd & "=Trim(Request.Form(""Nam" & _
>                     lv_ColInd & """))")

> I get then following error:

> Microsoft VBScript runtime error '800a000d'

> Type mismatch: 'Execute'

> What is the problem?



Wed, 22 Oct 2003 09:58:13 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. PLEASE HELP, PLEASE HELP, PLEASE HELP, PLEASE HELP, PLEASE HELP, PLEASE HELP, PLEASE HELP,

2. PLEASE HELP PLEASE HELP PLEASE HELP

3. Type Mismatch?? HELP Please

4. Help with type mismatch PLEASE

5. Executing code - PLEASE HELP

6. eval to execute - sub - Please Help.

7. Help!!! Please, Type Mismatch error 13

8. PLEASE HELP: Type mismatch error with byte conversion

9. Can anyone HELP me PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE

10. type mismatch error, please help

11. Please Help.... Type Mismatch

12. Type mismatch Error -- HELP PLEASE!

 

 
Powered by phpBB® Forum Software