Results 1 to 3 of 3

Thread: data grid

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    3

    data grid

    hi ,
    u am having a datagrid PkgItem
    and it has 6 coloumns and it gets data from 2 tables i.e itemMaster and table PKgOrderItem.
    i m getting data from tble pkgOrdrItem but unable to get data from ItemMaster.
    can u help
    thank u.
    mahesh

  2. #2
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: data grid

    You are goint to have to explain you problem better. We have know idea what pkgOrdrItem is. Show us some code or explain yourself better. Or both.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    3

    Re: data grid

    Me.objdsOrderItems = getPopulatedDataSet("select POI.ItemNo ,POI.Quantity,POI.UnitRate,POI.ItemValue,POI.DeliveryDt,im.ItemDesc,im.Unit from PkgOrderItem POI,ItemMast im where POI.ItemNo=im.ItemNo ", Me.objdsPkgItemMast, Me.OleDbConnection1)
    ***PkgOrderItem is a table

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