Oct 9, 2003 #1 DanNorris2000 Technical User Joined Nov 10, 2000 Messages 186 Location US Is there a way to include the actual record numbers from a VFP table into a crystal 8.5 report? Thank you
Is there a way to include the actual record numbers from a VFP table into a crystal 8.5 report? Thank you
Oct 9, 2003 #2 synapsevampire Programmer Joined Mar 23, 2002 Messages 20,180 Location US Populate a field with it, I tried a recno() in a SQL Expression and it didn't seem to work. Crystal also has a recordnumber, so if the rows are in natural order use that. -k Upvote 0 Downvote
Populate a field with it, I tried a recno() in a SQL Expression and it didn't seem to work. Crystal also has a recordnumber, so if the rows are in natural order use that. -k
Oct 9, 2003 Thread starter #3 DanNorris2000 Technical User Joined Nov 10, 2000 Messages 186 Location US They are of course indexed! Upvote 0 Downvote