Skip to Content
0
Former Member
May 16, 2008 at 12:35 AM

Adobe Form - non-Interactive Pdf Print - Access to table cell

40 Views

Hi experts

I am new to Adobe Print Form (non-interactive flowed form) and I am desparately need your help.

I am merging table data from a context into a table on a form layout and then use function call to generate a print form and send it out as an email. Sofar, everything works fine - except one of the requirement that if , on any row, a cell value in column 1 > 5 (i.e. example), set the font color to red.

I tried all sort of ways (in JavaScript) - but cannot get hold of the cell to check the value. Please show me

1) how to get to the cell in Javascript

2) in What event that I must place the Javascript in

At the moment, I have the form layout as followed:

Data

| Report

| | Table1

| | | Header

| | | | ...........H_Fd1

| | | | ...........H_Fd2

| | | Row

| | | | ...........R_Fd1

| | | | ...........R_Fd2

etc...

There are no reference to "table" object in Adobe lc designer - If you have please also send me some

Thanks

Points will be rewarded for any reply.