i'm new adobe livecycle designer.
have created radio object 4 values:
fruit
- apple
- orange
- pineapple
using formcalc if expression:
if ( fruit.rawvalue == "apple" )
1
elseif ( fruit.rawvalue == "orange" )
2
elseif ( fruit.rawvalue == "pineapple" )
3
endif
when reviewing form in pdf, error: accessor 'fruit.rawvalue' unknown. pdf generated successfully. 1 warnings/errors reported.
please help. appreciated.
winky
have created radio object 4 values:
fruit
- apple
- orange
- pineapple
using formcalc if expression:
if ( fruit.rawvalue == "apple" )
1
elseif ( fruit.rawvalue == "orange" )
2
elseif ( fruit.rawvalue == "pineapple" )
3
endif
when reviewing form in pdf, error: accessor 'fruit.rawvalue' unknown. pdf generated successfully. 1 warnings/errors reported.
please help. appreciated.
winky
i getting similar error in creating invoice.
i have 2 tables, 1 descriptions, qty, price, , subtotal , 1 grand subtotals, tax, , total.
calculations fine when multiplying quantity price subtotal. when try , retrieve sum(subtotal1,subtotal2,etc..) same error. if delete calculations in second table no more error.
any ideas. fact of 2 separate tables cause this?
i have 2 tables, 1 descriptions, qty, price, , subtotal , 1 grand subtotals, tax, , total.
calculations fine when multiplying quantity price subtotal. when try , retrieve sum(subtotal1,subtotal2,etc..) same error. if delete calculations in second table no more error.
any ideas. fact of 2 separate tables cause this?
More discussions in LiveCycle pre-ES (6.x and 7.x) discussions
adobe
Comments
Post a Comment