views:

39

answers:

1

How to find End Of Record(EOR) in a table at Crystal report environment?

+1  A: 

You can use OnLastRecord, which will return a boolean value.

If you are on the last record of a recordset, OnLastRecord will return TRUE.

LittleBobbyTables