Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

browse field not showing all data

Status
Not open for further replies.

cancer2006

Programmer
Aug 25, 2006
45
US
I am using CRW 8.5 Access97.

When I browse field data box of the log.id in CRW8.5 I don't see the full list of values. But I do see the values in the report.

for example

Browse field data box for log.id will contain 115,144,156....but 823 and 873 will not show up in the browse list and they are printed on the report.

log.id in access97 has a data type of text with 9 characters in length and CRW8.5 browse field data box shows the data type is sting (that is ok) but length is 50.

 
The Browse pulldown is intentionally limited to 500 or so.

Why do you care? I can understand if you're concerned about a parameter not showing the full list, but a browse is simply intended to show you a little somthing about the data.

-k
 
I have to use the values in the log.id field as a parameter for the report.
 
No Sir, That did not work.

The initial values for MaxNBrowseValues is 500 and I changed the Time out value to 50.
 
Why change the timeout value??????????

Change MaxNBrowseValues to 10,000 or whatever number is high enough.

Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports

"A fine is a tax for doing wrong. A tax is a fine for doing well.
" - unknown
 
Timeout has no bearing, increase the max values, and then restart Crystal.

-k

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top