code_junkie

how to find first record from group in crystal reports

Nov 14th, 2011
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. If Previous ({table.GroupingField}) = ({table.GroupingField}) Then
  2. False
  3. Else
  4. True
Add Comment
Please, Sign In to add comment