hi!!!
i have problem with this code.....
private function selectItemsPlaylist2(evt:MouseEvent):void{
var stat:SQLStatement = new SQLStatement();
stat.sqlConnection = connection;
stat.text = "SELECT id, nome, base, testo, lista FROM playlist where lista = ?";
if (DropDownList.selectedItem.combo == null) {
Alert.show("Selezionare la PlayList!", "Errore");
}else{
stat.parameters[0] = DropDownList.selectedItem.combo;
stat.execute( -1, new Responder(onSelectedPlayList2));
}
}
if don't select DropDownList, show error!!!! why???![]()
help me!!!!![]()
North America
Europe, Middle East and Africa
Asia Pacific