Duplicating data from one field to another


objective: duplicate result read-only calculated numeric field (totalincome) it's pattern properties of $zzz,zzz,zz9.99 open text field (txtincomepotential) allows additional data added it.

example: totalincome field result 10000 displays $10,000.00. txtincomepotential field should display $10,000.00 plus additional data user wants add -- "$10,000.00 looking better paying job".

problem: can raw value of totalincome display in txtincomepotential using following js 1) display pattern disappears, , 2) unable add more data txtincomepotential field.

if(totalincome.rawvalue > 0)
{
txtincomepotential.rawvalue = string(totalincome.rawvalue);
}

is main objective possible? can offer solution?

thanks.



More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments