CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: VB App

  1. #1
    Join Date
    Mar 2001
    Posts
    4

    VB App

    I used an installer on a WIN95 machine to install a simple VB application to query a database and print a report. The application works on one of the WIN95 machines however the other machine throws a "Type mismatch Error 13" on the screen and does not run properly. Any ideas?


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: VB App

    If you are sure that data was not changed between trials on different machins, that the problem might be with the date field. On one computer the the date is formatted, for example, to m/d/yy, and on another - to mm/dd/yyyy. Check you control panel regional settings. Check if the short date format is the same. It can be one of the reasons. Also check if any other data settings that differs from one computer to another.

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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

Featured