Results 1 to 3 of 3

Thread: Dataenvironment Manipulation

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 1999
    Location
    Oak Creek, WI, USA
    Posts
    92
    How can I check for things like eof for a dataenvironment as opposed to an ado data control? ie. if recordTB.eof then
    Is there a listing of the syntax anywhere?

    Thanks,

    casox

  2. #2
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    It sounds like you want/need to spend time in the object browser (f2)...

  3. #3
    New Member
    Join Date
    Jun 1999
    Location
    Chelsea, MA, USA
    Posts
    2

    if you type your dataenvironment's name and then . you will see your recordset, select the recordset that you need and type . again and you will see all properties that you can use like EOF and BOF.. for example:

    dataenvironment.RSrecordset.eof


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