cancel
Showing results for 
Search instead for 
Did you mean: 

Insert new line type at ctrl break in Smartforms

former_member184551
Contributor
0 Kudos

Hi Guys

I am developing a timesheet in smartforms.

In the Smartform my table contains data for two weeks, but I need to bifurcate it on a weekly basis. So when the form starts I print e.g Weekly record:- 01.01.08 to 01.07.08

Now I want that as soon as the control reaches 01.08.08 A new line type should get inserted saying

Weekly record:- 01.08.08 to 01.14.08

Please guide me how this can be done.

Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

naimesh_patel
Active Contributor
0 Kudos

Create your internal table in such a way that it contains the data as per your printing requirement.

E.g.


01.01.08   01.07.08    XXX.XX   123.45
01.08.08   01.14.08    XXX.XX   123.45

Now, if your smartform just create a table node under the MAIN window and prints this values.

Regards,

Naimesh Patel

Answers (0)