Home > database >  In the DATAWINDOW control displays the number of rows per page why are 17 lines?
In the DATAWINDOW control displays the number of rows per page why are 17 lines?

Time:09-18

According to this way
In the DATAWINDOW control displays the number of rows per page
1, add a computational domain in the Datawindow, called: ceil_page, the computational domain must be placed in the Detail section,
Expression between the input (getrow ()/25) 25 said print 25 rows per page, also can be a parameter,
2, grouping, select menu RowsCreate Group, select ceil_page
Press ceil_page Group, and select the New Page On Group Break (meaning at the beginning of the New Group form-feed),
3, will the computational domain is set to hide (expression in the property page page write 0) in the visible attribute,

After the change, each fixed is 17. Why not 25 line???????

CodePudding user response:

The
refer to the original poster albabayy response:
according to this way
In the DATAWINDOW control displays the number of rows per page
1, add a computational domain in the Datawindow, called: ceil_page, the computational domain must be placed in the Detail section,
Expression between the input (getrow ()/25) 25 said print 25 rows per page, also can be a parameter,
2, grouping, select menu RowsCreate Group, select ceil_page
Press ceil_page Group, and select the New Page On Group Break (meaning at the beginning of the New Group form-feed),
3, will the computational domain is set to hide (expression in the property page page write 0) in the visible attribute,

After the change, each fixed is 17. Why not 25 line???????


Put the paper into A3 print preview to see again

CodePudding user response:

After get the data in the data window, you can see is a paging 17 lines.

CodePudding user response:

reference 1st floor lzp_lrp response:
Quote: refer to the original poster albabayy response:

According to this way
In the DATAWINDOW control displays the number of rows per page
1, add a computational domain in the Datawindow, called: ceil_page, the computational domain must be placed in the Detail section,
Expression between the input (getrow ()/25) 25 said print 25 rows per page, also can be a parameter,
2, grouping, select menu RowsCreate Group, select ceil_page
Press ceil_page Group, and select the New Page On Group Break (meaning at the beginning of the New Group form-feed),
3, will the computational domain is set to hide (expression in the property page page write 0) in the visible attribute,

After the change, each fixed is 17. Why not 25 line???????


Replace paper with A3 print preview again see

+ +
Also can try to pull the line spacing dot,

CodePudding user response:

Shorten the row spacing in paper

CodePudding user response:

I am trying with A4 paper.
Why show only 17?
Ace to give directions.

CodePudding user response:

reference 5 floor albabayy reply:
I am trying with A4 paper.
Why show only 17?
Ace to give directions.


The problem of paper, or group to write wrong
  • Related