Results 1 to 18 of 18

Thread: showing data retrieved in a msgbox

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2004
    Location
    Ohio. United States of America
    Posts
    96

    Resolved showing data retrieved in a msgbox

    I need to show data that has been retrieved in a msgbox:

    here is my code:

    Try
    tempCardNum = ds.Tables("cardInfo").Rows(0).Item("cardNum")
    MsgBox("Card Found, The Details: " & cardNum & ", MsgBoxStyle.Critical")
    Catch ex1 As Exception
    MsgBox("Card Not Found - Any Problems Please Contact Your System Administrator")
    End Try


    where & cardNum & is, i need to show card number, but i also need to show date scanned...

    not sure how to go about this...

    thanks in advance
    Last edited by escapegirl; Oct 13th, 2004 at 05:45 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