Differentiate ADODC.MoveNext source? - TechRepublic
General discussion
May 10, 2002 at 11:02 AM
ohjani

Differentiate ADODC.MoveNext source?

by ohjani . Updated 23 years, 11 months ago

How do i know the ADODC.Recordset.MoveNext is fired from the my code ie:

if ADODC.Recordset(“RefNo”).Value <> 0 then
ADODC.Recordset.MoveNext

OR it is fired from the event where user has actually pressed the Next button in ADODC?

This discussion is locked

All Comments