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!

rows per page in datawindow

Status
Not open for further replies.

TonCoronel

Programmer
Dec 1, 2003
37
NL
When I make groups in a datawindow powerbuilder automaticly makes pages with a fixed number of rows on it. How can I change the number of rows that can fit on one page
 
Are you speaking of a report or just a display? Generally the number of rows displayed is determined by the visible area you painted on the form which contains the datawindow.

"Nature forges everything on the anvil of time
 
Are you speaking to get the group row no?
try this expression:
getrow() - first (getrow() for group 1)+1
 
Well it makes pages depending on the size of the datawindow object on the window. I would like that it doesnt make pages but just make one long list just like it would do when you dont make a group column in the datawindow
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top