In a form, format ‘Single Row’.
A field named ok type Checkbox.
Ajax event onChange NEVER firing, seems to be a bug for me.
Event onClick is ok.
In the onClick event, I call a javascript function like this:
if({ok}==1){
// Javascript function parameters
$javascript_function = ‘nm_atualiza’;
$javascript_parameters = array( ‘alterar’);
// Call javascript function
sc_ajax_javascript($javascript_function, $javascript_parameters);
}
That works BUT, after that, navigating from records to records does’nt work anymore…
Does someone know if it is a bug from SC or something that I’m doing the wrong way ??
Thanks
Sylvain

