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
Printable View
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
It sounds like you want/need to spend time in the object browser (f2)...
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