Hi,
If I post this message at the wrong place, please let me know.
I would like to let a user select a record from a table A and save the id into another table.
I set the following in fields.ini file for the table Servers_has_Alarms :
[Servers_id]
widget:type=lookup
widget:table=Servers
The table into which i want to insert a record is :
Servers_has_Alarms
contains a field Servers_id
The box does not return the id of the selected record, which means the insert fail at the end.
Any idea?