Hi,
I have a program that loops at a certain point. From what i understand, the procedure
ReadNext is used to position at the first valid entry, and shouldn't be called again.
The program browses the valid entries from the most recent to the oldest. ReadPrevious is used for that (the oldest entries are the first ones).
Could any one explain to me how ReadNext works, or how to prevent the program to call this procedure more than once.
thanks
I have a program that loops at a certain point. From what i understand, the procedure
ReadNext is used to position at the first valid entry, and shouldn't be called again.
The program browses the valid entries from the most recent to the oldest. ReadPrevious is used for that (the oldest entries are the first ones).
Could any one explain to me how ReadNext works, or how to prevent the program to call this procedure more than once.
thanks