User Profile

Collapse

Profile Sidebar

Collapse
thisis
thisis
Last Activity: Oct 19 '06, 01:18 PM
Joined: Oct 17 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Passing correct value types from ASP/VBS to VB/DLL Function

    Hi All,

    I'm getting an error on my ASP page:

    Microsoft VBScript runtime error '800a000d'
    Type mismatch: 'StoreFileIntoF ield'


    I assume - 99.5% - the error is generated because of worng value types,
    I attemp to pass from my ASP/VBScript page to the VB/DLL function.

    My relevant ASP/VBScript Code is:

    <%
    sTemp = "SomeString OK"
    mcsSQL...
    See more | Go to post

  • passing correct value types from ASP/VBScript to VB/DLL

    Hi All,

    I'm getting an error on my ASP page:

    Microsoft VBScript runtime error '800a000d'
    Type mismatch: 'StoreFileIntoF ield'


    I assume - 99.5% - the error is generated because of worng value types,
    I attemp to pass from my ASP/VBScript page to the VB/DLL function.

    My relevant ASP/VBScript Code is:

    <%
    sTemp = "SomeString OK"
    mcsSQL...
    See more | Go to post
No activity results to display
Show More
Working...