Dropdown Save Data

rafaelscouto 14 Mar, 2018
Hello, I have a dropdown that reads the data from the REGION table and returns the data ID and NAME and another CITY table that is related to its REGION.

In the database, only the ID of both tables is saved, because this ID is the data-value.

I need the NAME field to be saved instead of the ID, how can I solve this problem?
GreyHead 14 Mar, 2018
Hi rafaelscouto,

Either use the name as the drop-down value in place of the ID . . . or look up the name from the ID before saving the data.

Bob
rafaelscouto 14 Mar, 2018
Thanks, I've been able to solve the problem.
I need you to help me urgently at this link:
https://www.chronoengine.com/forums/posts/t105235/reload-event-cc6
This topic is locked and no more replies can be posted.