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
2010-09-15 11:48:08