Results 1 to 5 of 5

Thread: BookMark Property in Visual Basic 6.0

  1. #1
    Join Date
    Dec 2010
    Posts
    14

    BookMark Property in Visual Basic 6.0

    Hello guys, I required to be familiar with, How is Bookmark Property used in Visual basic 6.0? I comprise no thought about it but as I am a new learner of programming language in visual basic 6.0. In order to know what the bookmark property is I have referred some books but I am not able to get through these terms then also. Can anyone help me out with this question so that I could understand this term from VB 6.0 and get the term known properly.

  2. #2
    Join Date
    May 2009
    Posts
    529

    Re: BookMark Property in Visual Basic 6.0

    This property works like a real bookmark which allows you to return to the page where you stopped reading. If you want to bookmark the current record, assign the BookMark property to a variable of Variant type. After that you may navigate through the records. When you want to return to the bookmarked record, simply assign the variable to the BookMark property.

  3. #3
    Join Date
    Apr 2009
    Posts
    569

    Re: BookMark Property in Visual Basic 6.0

    The AbsoultePostion property holds the current record postion. ii. It is zero based. So you must add 1 to get the current record number. iii. It works only for dynaset and snapshot type records. ExampleN = datBooks.Recordset.AbsoultePosition + 1' Get the current record number Me.Print "Current Record: " & N ' Print it on the form Accessing Database Fields.

  4. #4
    Join Date
    Apr 2009
    Posts
    488

    Re: BookMark Property in Visual Basic 6.0

    SyntaxesDataControlName.Recordset!FieldName DataControlName.Recordset("FieldName")Expanation. FieldName is the name of the field to be accessed. If FieldName has spaces and you are using the first syntax, it must be enclosed in square brackets or double quotes. ExampledatBooks.Recordset. datBooks.Recordset!"Year Published" datBooks.Recordset.("Year Published")

  5. #5
    verdascofernan Guest

    Re: BookMark Property in Visual Basic 6.0

    Does the exe file created in Visual Basic 6.0 are more stronger than exe file created in VB.net as it contains the support of .net architechture and please do suggest me some good examples of using VB in project making

Similar Threads

  1. How to use the CSS property window in Visual Studio 2010?
    By Felisha in forum Software Development
    Replies: 4
    Last Post: 28-01-2010, 05:14 AM
  2. what are Visual Basic IDE?
    By Naresh Modi in forum Software Development
    Replies: 2
    Last Post: 06-03-2009, 09:49 AM
  3. Is GUI same like Visual Basic ?
    By Caesar in forum Software Development
    Replies: 2
    Last Post: 02-03-2009, 01:32 PM
  4. Visual Basic 2005 or Visual Basic 6
    By Aasha in forum Software Development
    Replies: 5
    Last Post: 15-01-2009, 06:56 PM
  5. Visual Basic on LAN
    By djbbenn in forum Software Development
    Replies: 2
    Last Post: 05-08-2008, 02:15 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,459,937.08890 seconds with 16 queries