PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → New Feature Request: Automatic combo box generation for foreign keys
New Feature Request: Automatic combo box generation for foreign keys
Iniciado por Phaderm NANGSUE ( AI, 12,jun. 2011 06:28 - No hay respuesta
Miembro registrado
2 mensajes
Publicado el 12,junio 2011 - 06:28
I think this feature will save me a lot of time when using the RAD feature in WebDev: automatically having the RAD generate a combo box (instead of an edit box) for each foreign key in a table. The analysis knows that the foreign key is linked to a primary key of another table. It can then pull the "representative" attribute of the linked table to be displayed in the combo box. This representative attribute of a table might be obtained from the user setting, or induced automatically to be the first string attribute of the table.


Phaderm