PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → Is it possible to create dynamic controls
Is it possible to create dynamic controls
Iniciado por chris, out., 29 2008 6:29 PM - Sem resposta
Publicado em outubro, 29 2008 - 6:29 PM
Hi,
I try to create a site (by using WebDev12) that can use taxonomies. A taxonomy is a way to sort and categorize content. The taxonomy consists of a vocabulary and respective terms, and belongs to an entity.
Example:
- Entity: Contact
- Vocabulary: Contact Type
- terms: Friend, Family, Employee, ...

By doing this, a privileged user can create own taxonomies and link them to Entities (physical tables). But to show the taxonomy on the Entity (contact) Page, a control (list box, or drop down) must be created dynamically when the page is initialized.
The number of controls that must be created dynamically depends on the number of linked taxonomy to entities.

I'm new to windev/webdev and wasn't able to figure out on how to do this.

Best Regards,
Chris