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

Threaded View

  1. #1
    Join Date
    Dec 2008
    Location
    Step Into(F11)
    Posts
    465

    Question Type Mismatch issue

    why i am getting type mismatch error in the following code ??? . kindly let me know the idea . any help would be highly appreciated !!!
    Code:
     
    
    
     Print #1, rs!QTY + "," + "",
         Print #1, rs!Price + ","
    Last edited by firoz.raj; March 20th, 2011 at 07:30 AM.

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