Consultor Eletrônico



Kbase P37428: Dynamics, how to make a smart Data Browser first come with a
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/08/2003
Status: Unverified

GOAL:

Dynamics, how to make a smart Data Browser first come with a given number of visible rows in the viewport

FIX:

The following solution works fine with vertical and horizontal resizable browsers in Dynamics 2.0A02.
Say n is the number of visible rows you want the browse to start with in your container. In the Dynamic property sheet, for the browse instance:
1) set numDown to n
2) set minHeight to n + 1

Note that you will have overlapping or empty space problems if you forget to set minHeight