Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8937

Re: smartform-Main window Table - one row at one page

$
0
0

Hi..

 

Create a Loop Node in Main Area and also create a Command Node. Before that decalre two Global variable to hold the Flage value and to hold the total line item values.

Create one Program Lines Node in one of the cell in Main area and in that write the below logic.

 

gv_no = gv_no + 1.
data valtype i.
val = gv_no mod 1.
if val= 0.
  gv_flag = 'X'.
else.
  gv_flag = ' '.
endif.

 

Create another page with name Page 2.

Again in Page 1 of Main window go to command node and in Condition tab give GV_FLAG = 'X'.

and in General attributes check the Go to New page.

Finally copy the Main window of Page1 into page2.

 

Hopes this will help.....


Viewing all articles
Browse latest Browse all 8937

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>