webcombos dependence by code

2 replies. Last post: May 26, 2010 9:28 AM by Johnny Leyva
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Johnny LeyvaMember

I have two webcombos, the second depends on the first, I want to refresh the data of the second webcombo this javascript code; in the event after selecting item del primer webcombo the first webcombo 

function Refresca_combo()  // this function refresh the second webcombo

{

var
wcProyecto= ISGetObject("wcProyecto");

wcProyecto.ClearSelection();

wcProyecto.NeedClearList = true;

wcProyecto.SendCustomRequest();

}

but the problem is that the second combo you need an event to refresh the data, for example, write something in the combo and then delete it and so it refreshes the data of the second combo

true;

wcProyecto.SendCustomRequest();

}

but the problem is that the second combo you need an event to refresh the data, for example, write something in the combo and then delete it and so it refreshes the data of the second combo

All times are GMT -5. The time now is 11:32 PM.
Previous Next