cancel
Showing results for 
Search instead for 
Did you mean: 

How to draw border in smarform table like normal telephone bills

former_member1292715
Participant
0 Kudos

Dear All,

How to draw border in smarform table like below.


_______________________________________________
[     A    [      B  [     C   [  D          [
_______________________________________________
[          [         [         [             [
[          [         [         [             [
[          [         [         [             [
[          [         [         [             [
[          [         [         [             [
_______________________________________________

For this, I created 2 line types ( one for title and one for line items) in smartform and selected the pattern whick looks similar. But it is coming like below.

_______________________________________________
[     A    [      B  [     C   [  D          [
_______________________________________________
[          [         [         [             [
_______________________________________________
[          [         [         [             [
_______________________________________________
[          [         [         [             [
_______________________________________________
[          [         [         [             [
_______________________________________________
[          [         [         [             [
_______________________________________________

For this, how many line types do I have to create? Please help.

Accepted Solutions (1)

Accepted Solutions (1)

Sandra_Rossi
Active Contributor
0 Kudos

I guess you should create 3 line types:

First for header:


_______________________________________________
[     A    [      B  [     C   [  D          [
_______________________________________________

Second for first and middle lines:


[          [         [         [             [

Third for last line:


[          [         [         [             [
_______________________________________________

There is a border template for that

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Use template to create this layout.

Create 2 line type only.

First for header and second for body.

Display data in body using LOOP.

Draw border in layout, displays in right side, using tools available in that screen only.

Its very simple.. try it out and revert back if not able to do.

Regards,

Ankur.

former_member1292715
Participant
0 Kudos

Thanks Sandra.

Hi Ankur,

Thanks for your reply. I am okay with table and more over I have already implemented table. I will try your idea next time.