Hi All,
I am attempting to write an ASP page with the following code:
' Main Program to check what action to do
Select Case fromForm
Case varSelect="ADD"
Call fromAdd
Case varSelect="EDIT"
Call fromEdit
Case varSelect="DELETE"
Call fromDelete
Case Else
Call initForm
End Select
%>
Now I have a sub fromAdd form that I am wanting it to go to if ADD is selected.
But everytime I get the following error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'fromAdd'
/ASS3P1.asp, line 33
Can someone tell me what is going on here?
TIA for any help..
mot98..![[peace] [peace] [peace]](/data/assets/smilies/peace.gif)
"Where's the beer?"
I am attempting to write an ASP page with the following code:
' Main Program to check what action to do
Select Case fromForm
Case varSelect="ADD"
Call fromAdd
Case varSelect="EDIT"
Call fromEdit
Case varSelect="DELETE"
Call fromDelete
Case Else
Call initForm
End Select
%>
Now I have a sub fromAdd form that I am wanting it to go to if ADD is selected.
But everytime I get the following error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'fromAdd'
/ASS3P1.asp, line 33
Can someone tell me what is going on here?
TIA for any help..
mot98..
![[peace] [peace] [peace]](/data/assets/smilies/peace.gif)
"Where's the beer?"