PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV (précédentes versions) → Table Control
Table Control
Débuté par Marcelo Santos, 15 oct. 2010 09:07 - Aucune réponse
Posté le 15 octobre 2010 - 09:07
In the table control, I must to change the field that is showed by a related field in another table.

For example: I have the products table, and Products Group Table.

Products table have a field, numeric, with relation with the Group Product Table.

In Group Product, the group code is 0001 and Description Group is: LCD.

In the table Product, the field Group is 0001, and the description about what is this group is present in the Group Product Table.

When I construct the Table Control, I cannot show the description Group, only the code...

I guess I need to build a function to show this kind of information, getting the group code in products and relating them with description group present in Product Group table.

Any help would be very appreciated.