validar campo base de datos / validate database field - Forum

Forum Navigation
You need to log in to create posts and topics.

validar campo base de datos / validate database field

Hola a todos a ver si alguien me puede dar una mano...
como puedo hacer para que cuando se ingresen datos a un campo de la base de datos no permita pasar al siguiente campo para su entrada de datos si este campo esta vacio?

ejemplo

la entrada son 4 campos
1 - planilla / 2 Titular / 3 direccion / 4 telefono
la idea es que cuando ingresa planilla que es el primer campo si este queda vacio no permita seguir al siguiente campo...

No me doy cuenta donde iria la accion de verificacion y como hacerla ... desde ya mil gracias

ENGLISH
@vadim

Hi everyone, I'm hoping someone can help me...
How can I make it so that when data is entered into a database field, it doesn't allow the user to move to the next field for data entry if that field is empty?

Example

The entry consists of 4 fields: 1 - Form / 2 - Owner / 3 - Address / 4 - Phone
The idea is that when the form is entered, which is the first field, if it is left empty, it doesn't allow the user to move to the next field...

I don't understand where the verification action would go and how to do it... Thank you so much in advance.

@joferar333

You can create a special form (for example, on a separate application page or in a window created from a container) to add information to the database. That is, to write to the database not directly through the grid, but through the "Text Entry Field" objects. There is a "Text Change" event in the "input field" object, in which you can check the variables of the active entry for emptiness or unlock the next input field, making it active.