Hi!
My original post is as below.
This is how I’ve fixed the issue. My combobox is being populated by an @DbColumn formula. So, before the formula, I’ve added the name of the field (my field name is ItemSupplier), followed by a semicolon to concatenate the value of the saved field to the list of items. Now, when opening the document in edit mode, the field shows the value of the saved field. This is what the formula now looks like:
ItemSupplier:@DbColumn(“”:“NoCache”;@DbName;“SuppliersInformationView”;2)
Hope this helps others!
Gérald
Hi there!
I have seen some posts regarding this issue, but no solution.
I guess I could write the code in HTML, but the combobox is populated using @DbColumn, so I don’t know how to insert the values.
Any ideas?
Gérald