Results 1 to 3 of 3

Thread: Type mismatch 13 (quite urgent)

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    3

    Angry

    Hi all
    Today I received an error n. 13 (type mismatch) when I executed my compiled application.
    The very strange thing is that if I open the project (.vbp) and execute the application from VB all is ok.
    Can anybody help me?
    Before the exe compilation, if I put a MSGBOX "OK" statement at the beginning of the Form_Load event, I see the dialog but I receive the error n. 13; if I put the statement at the end of the event, I receive only the error message.

    Thanks in advance
    Nando

  2. #2
    New Member
    Join Date
    May 2000
    Location
    RI
    Posts
    9
    I think , Type mismatch 13 is either due to an improper declaration statement like trying to put text into an integer. I would start by checking that. if your accessing an outside DB like SQL or Access you might be trying to receive the wrong data type.

    i hope this helps, ive seen this error before but usually in the VB gui environment


  3. #3
    Guest
    are you using a variable to intercept msgbox mouse clicks?

    if so, declare the variable as a VBMSGBOXRESULT (i think that's right).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width