Because when clicking in the in a button and to read the Database
Because when clicking in the in a button and to read the Database
is the checkbox false:?
if (sociosDataProvider1.cursorFirst())
{
if (checkbox1.isChecked())
{
body1.setOnLoad("alert('Cadastro realizado com sucesso'); document.forms[0].elements[0].focus()");}
}
while (sociosDataProvider1.cursorNext())
{
if (checkbox1.isChecked())
{
body1.setOnLoad("alert('Cadastro realizado com sucesso'); document.forms[0].elements[0].focus()");
}
};

