cancel
Showing results for 
Search instead for 
Did you mean: 

Strike Through between last line Item and footer

Former Member
0 Kudos

Hi Experts,

I have a requirement like this,

I have dynamic table which displays items of invoice and Footer in the Master page.

There will be dynamic space between Table and Footer when the lines items are not completely filled till the footer area. My requirement is to draw a cross line which begins at the end of the line( left most corner) and ends above the footer(right most corner)

As if the diagonal line is drawn.

Please let me know how to achieve the above functionality.

Regards,

Narayan

Accepted Solutions (0)

Answers (2)

Answers (2)

konchada_saikrishna
Active Participant
0 Kudos

Hi Narayana Swamy,

Follow the below instructions.

1) Have a strike through image just after the subflow which holds your table.

2) mark it has hidden, embed image data, sizing image to fit rectangle.

3) on the subfowm1, layout ready event have the detailed code.


form1.Body.Subform1::ready:layout - (JavaScript, client)

var xyz = xfa.layout.h(this,'in');

var abc = xfa.layout.h(this.parent.Image1,'in');

var nh = (7.8 - xyz);

this.parent.Image1.presence = "visible";

this.parent.Image1.h = nh+"in";

Note: in my screen shot the image is created by using mspaint so its not that clear when its expanded, but if you could have a high resolution page that shouldn't be that cruncky.

let me know if you have further queries on this.

Cheers,

Sai

Former Member
0 Kudos

Many Thanks Sai for your inputs...

Former Member
0 Kudos

Hi Narayanasamy,

we have a similar requiremet on one of or adobe forms.

if you were able to resolved the above issue then can you please share the solution for this.

Requirement in the below attached document.

Please do the needful on this.

Thanks and regards

Krishna Mohan


Former Member
0 Kudos

Hi krishna mohan


I could not resolve this requirement. please provide your inputs if you have found solution for this.


Thanks,

Narayan