Kbase 19585: Browsers or SmartDataBrowsers: Elevator Stops at 100 Records
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/11/2004 |
|
Status: Unverified
SYMPTOM(s):
Browsers or SmartDataBrowsers: Elevator Stops at 100 Records
SmartDataBrowser scrollbar elevator does reflect the entire table
SmartDataBrowser built against SmartDataObject that uses large table
Scroll bar stays at bottom but more records can be displayed using arrow-down or page-down
CAUSE:
This is an expected behavior. Max Data Guess attribute is set to an estimate for the number of records in the browse query. The browse uses this number to visually depict query location (set the thumb position) in the vertical scrollbar.
FIX:
To modify this behavior, go to the Property Sheet of the Browser or SmartDataBrowser and adjust the number for the Max Data Guess attribute. This attribute by default is set to 100. You can adjust this attribute by increasing this number to one that more accurately approximates the number of records in a database table.
So if a table has 500 records, enter the number 500 for Max Data Guess and run the application. This time the elevator will continue moving until it reaches 500.