I have FORM with 3 lookup fields. All 3 are INT()
I created an AJAX event OnChange and added this code:
if {COID} != 0
{
sc_field_display({WOID}, off);
sc_field_display({CUID}, off);
}
COID is the name of the first field and the other two are: WOID and CUID
[ATTACH=CONFIG]n74120[/ATTACH]
When I run this I get an error. any ideas what is wrong here ?
ART