cancel
Showing results for 
Search instead for 
Did you mean: 

Printing line only after all the records of line item are finished

Former Member
0 Kudos
HI

I have the following table :

FieldA   FieldC       FieldD
10           1               CM
10           3               CCM
20           6               M

Right now i am able to print in samrtform like this

FieldA   FieldC       FieldD
____________________________________
10           1               CM
_______________________________________
               3              CCM
______________________________________
20           6               M
_____________________________________



My requirement is this:

FieldA   FieldC       FieldD
__________________________
10           1               CM

               3              CCM
________________________
20           6               M
________________________


How can I do it?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

when you work with smartforms, you can do this

1. declare under the tab "Table" of your table-element, 2 lines with the same structure (1 linetype with the line under it, and 1 linetype without the underlining)

2. under the tab "Data", at the Sort-criteria, sort on FieldA and mark the check-box "Event on Sort End"

3. In your main-area you can use the linetype without the underlining

4. In the area that is created for the event "on Sort End", you use the linetype with the underlining

kind regards

Tom

Former Member
0 Kudos

Hi Tom

I tried it , but the dummy line type on sort on end event is not getting triggered

Former Member
0 Kudos

The problem is solved

I added a text element and entered a blank line on the line type on Event on Sort End

Thank you very much Tom

Answers (0)