I am working with a database that has a table called "Matters" with a
numeric key field called URI (unique
record ID). As shown by the following dialog box when I right-click
the field in CR's Field Explorer and
select Browse Data, there are 5,186 records in the Matters table:
http://www.teamandras.com/personal/5186.jpg
In my main report, I set Matters.URI as a parameter field using the
Parameter Expert:
http://www.teamandras.com/personal/Matter Expert.jpg
In the Web App that I built with VS .NET, I pass the URI to Crystal
Reports and everything works fine.
However, when working directly inside of CR to further develop the
report, if I press F5 (same as Report- Refresh Report Data), I
am only shown a small subset of the records, 1,038 to be exact:
http://www.teamandras.com/personal/1038.jpg
So, I cannot select the matter with URI of, say, 2000. Anybody know
why I don't see all of them?
Thanks in advance.
Joe.