Click to See Complete Forum and Search --> : Dataenvironment Manipulation
casox
Mar 17th, 2000, 03:52 AM
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
JHausmann
Mar 18th, 2000, 06:27 AM
It sounds like you want/need to spend time in the object browser (f2)...
jannet
May 7th, 2000, 10:59 PM
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
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.