I had change the object height of the select field to 1 in Many-To-Many Relationship Wizard, but the result is showing 4rows of select field. I just wanna it in a single row.
I have tested many settings and look like that min value of this setting is 4. When i set to 30, the setting works well, but when i set to 1 the select field is showing 4 rows.
is it the SC bugs? anyone can help?
If it is a bug, how do i move this thread to Bug forum?
Hello, I have a problem … I have several fields that I select type loaded by typing a code … I want my data if I only keep one of my fields is empty …
I put this code in my form onValidate event:
if({c_codigo_man}<>’’)
{
sc_error_message(“El Pallet " . {c_codigo_pal} . " ya est? manifestado”);
sc_error_exit();
}
The problem is that although my field is empty throws me the error message and can not save anything … I need your help!!!
Thanks…