Results 1 to 3 of 3

Thread: [RESOLVED] Adodc get Line( of the arrow row)

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2014
    Posts
    57

    Resolved [RESOLVED] Adodc get Line( of the arrow row)

    i can get the Row in adodc
    i mean
    if i use datagrid i can use datagrid to get the line of the row i stand on
    but i can do it also in only adodc???

    i mean
    if i use adodc
    and i move (next/prev) in the lines i can get which line i stand on??

  2. #2
    PowerPoster
    Join Date
    Jun 2013
    Posts
    7,255

    Re: Adodc get Line( of the arrow row)

    You neither need an ADODC-control nor a VB6-DataGrid for that - just the plain
    ADODB.Recordset is enough (it offers an Rs.AbsolutePosition Property for that).

    To see how to work with ADO-Recordsets directly, also take a look at the two examples I've posted here:
    http://www.vbforums.com/showthread.p...=1#post4653483


    Olaf

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2014
    Posts
    57

    Re: Adodc get Line( of the arrow row)

    Quote Originally Posted by Schmidt View Post
    You neither need an ADODC-control nor a VB6-DataGrid for that - just the plain
    ADODB.Recordset is enough (it offers an Rs.AbsolutePosition Property for that).

    To see how to work with ADO-Recordsets directly, also take a look at the two examples I've posted here:
    http://www.vbforums.com/showthread.p...=1#post4653483


    Olaf
    thank you

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