CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2005
    Posts
    56

    auto populate textfield items to datagrid

    auto populate textfield items in MS data grid first column .. anyway to do it?

  2. #2
    Join Date
    Sep 2005
    Location
    Delhi, INDIA
    Posts
    237

    Re: auto populate textfield items to datagrid

    tell me some more abt your prob dear !
    I'M BACK AGAIN !!
    -------------------------------------------------------------------------
    enjoy the VB !
    If any post helps you, please rate that.
    Always try to findout the Solutions, instead just discussing the problem and its scope!

  3. #3
    Join Date
    Nov 2005
    Posts
    56

    Re: auto populate textfield items to datagrid

    Quote Originally Posted by rahul.kul
    tell me some more abt your prob dear !
    i have a recordset which displays some ids. when i select the id, the ADO of the MS DataGrid will use the text in a combobox as part of its query, thus the Datagrid will display only records of that particular id.

    the reason i use a datagrid is cuz so that i can do update. problem here is this i have 3 fields in my datagrid which is Refund ID, Tax Code and Tax Amount. i wish to have the RefundID automatically appearing when a new row appears in the datagrid. so i can hide my id column. flaw of datagrid is that i can enter the id manually and it belongs to other records. so i wan to remove the part abt users entering the refund id themselves but it shall be auto populated on a new row.. possible?

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