Hi!
Whatever I need to do is u201Ceasyu201D. Iu2019m using Crystal Reports XI to make a report who will get twenty or thirty thousands registers, whatever I need is to stop getting data on ten thousand registers and then show this ten thousand registers.
I know Iu2019ve to do something on the step u201CWhileReadingRecordsu201D like:
CurrencyVar NumberVar count := count + 1; If (count = 10000) then STOP_ALL;
But really I donu2019t know how to do that and where Iu2019ve to place u201Cthe ruleu201D