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?
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?
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
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
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
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.