Hi Experts or Anyone who had done this before
Please help me to solve this before I am going crazy...
I am using Adobe Form to map the data from an internal table and Use an ABAP pgm to call the generated function to print out the Adobe PDF for. I am NOT using Abode as an interactive form.
This is the layout from the Hierachy
data
| Report
| | Table1
| | | HeaderRow
| | | | HeaderRowField
| | | DataRow
| | | | DataRowField
What I am trying to achieve is that when the dataRowField value = 'X'. I set the color to red - But I cannot
get hold of the field value for comparision.
(sofar I have successfully loaded the data from an internal table into a table on the form layout)
this is what I have tried..
if xfa.resolveNode("data.Report.Table1.DataRow[].DataRowField[]").rawvalue = "X" {
// Set field text to red color (?) --How??
}
I place this javascript in the DataRowField ready:form event - Is this right?
Please help
I will reward points to any reply - Thanks