--- In [email protected], Raheel <[EMAIL PROTECTED]> wrote:
> 
> I made working-(tested) VB Data Reports but they are 
> not working in anothor PC as after i transfer it into
> another computer, While all the forms are working
> fine.
> 
> The runtime error is Written below:
> 
> "  Type mismatch in expression  " 

     I also have used XP as a dev machine and transferred executable 
to WIN2k.  Usually I get these errors when I forget to compile the 
program and run it to test it before deployment (using run with full 
compile in the IDE is not the same).  The one time I had a situation 
similar to yours it was because I was reading null values from a 
database and doing comparisons between different variable types that 
didn't like the null.  As a quick fix I read the value into an 
invisible text box then did my checks on the values in the tb to "get 
around" the type mismatch error.  

     without more information it's hard to offer much more help than 
that.  The code where the error occurs would help significantly.

[C]







'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [email protected]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to