Results 1 to 3 of 3

Thread: Status Bar

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Location
    Edmonton,AB,Canada
    Posts
    28

    Post

    Hi everyone,

    Is there a way using Visual Basic 6 to make the status bar show which record you are currently on, out of all records in the database. You know how in Access 97, Microsoft provides a Record Navigation bar that displays the current record number out of all record numbers

    ie: 3 out of 268

    I would really like to have this feature, any ideas??


    Note: I am using Access table as database.

    Thanks,

    Lieu.

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    Use the absoluteposition (current record) and recordcount (total records) of the data control to get your x of x count. You can use the statusbar contained in the Windows Common Controls to display this info on your form

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Location
    Edmonton,AB,Canada
    Posts
    28

    Post

    It would be nice if can give me little bit sample codes. If you can't, I appreciated anyway.

    Thanks for your help.

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