PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Selecting inside the line
Selecting inside the line
Iniciado por Antonio Díaz, 28,feb. 2021 03:46 - 1 respuesta
Miembro registrado
71 mensajes
Publicado el 28,febrero 2021 - 03:46
Hi guys,

I need to add and change records inside a table (without the form) but I want to be able to display (for one column) a list of options included in some other table. Is this possible?...

--

Antonio Diaz
Emphasys Software, S.C.
Miembro registrado
935 mensajes
Publicado el 28,febrero 2021 - 21:00
If you RAD a file (instead of doing the total RAD) that has some field linked to another file, when you generate the data table, it automatically puts a drop-down in the column that refers to the linked field. When doing the RAD it asks you if you want to use Froms or if you want the data to be editable in the table directly. The RAD also configures in the table the relationships of each column with the data to which it is linked.

Rubén