Search results for query: *

  1. C

    trying to get value from a column in a table

    I am trying to get the value from one column in an access table to a variable and display certain things based on what is in that field. The code I have that is not working :) is below. <code> OrderInfo.Visible = True OrderInfo.Text = ordersgrid.SelectedItem(1) medbatch =...
  2. C

    A picture at run time

    The Database holds the picture OleBlob I think is what it is called
  3. C

    A picture at run time

    Ok I am building a windows application using VB.net. I have an access database with a table that holds customer information and a picture of the customer. I want the picture to come up when all the customer information comes up. How do I attach the fields picture to the image box?
  4. C

    retrieving or passing data from a datagrid

    This may seem like a stupid question but I am pretty new to vb.net. I am developing a window application using access db. I bring up data into a datagrid and Ii want to be able to choose a record and use the information on another screen. Can this be done? Is there something else besides a...
  5. C

    Error filling datagrid

    I am getting error= connot create a child list fo field patient. This is a windows ap using vb.net <code> Inherits System.Windows.Forms.Form ' intialize variables Dim Up As New OleDb.OleDbCommand Dim Con As New OleDb.OleDbConnection Dim Read As New OleDb.OleDbDataAdapter Dim patients As...
Back
Top