Display filed into subform does not update after add new row ?
Posted: Sun Jun 05, 2022 5:47 pm
Hello,
I have a sub-form with 2 objects:
- a lookup
- a display
The lookup table contains only foreign key, the labels are into other tables.
I use a dedicated Browser form to help the user navigate into that table and it relations.
The display objects allow me to retrieve the label for the user to see the information linked to the lookup objects.
But it does not works just after adding a new row into the sub form.
Probably because the database is not yet written.
It updates after a save action.
But in-between the user can't understand what he is doing.
So this probably the wrong way to do that but I do not find how to do it ?
I have a sub-form with 2 objects:
- a lookup
- a display
The lookup table contains only foreign key, the labels are into other tables.
I use a dedicated Browser form to help the user navigate into that table and it relations.
The display objects allow me to retrieve the label for the user to see the information linked to the lookup objects.
But it does not works just after adding a new row into the sub form.
Probably because the database is not yet written.
It updates after a save action.
But in-between the user can't understand what he is doing.
So this probably the wrong way to do that but I do not find how to do it ?