Hi Community!
I'm stuck on something that's initially simple:
What I want:
I want when a user enters to edit an existing registry that nothing changes, only the user can do it.
What is happening:
I have trouble keeping the value selected by the user when editing an existing register.
Setting:
In Advanced property items of the element ComboBox I'm using the function ShowColumn and Search to get values that are in a different data source.
Field A
- The Datasource and where we save data is different from the options that appears in the combobox
- Function items = ShowColumns(Search(DataSourceDifferent, "", "ColumnA"), "ColumnA")
- DefaultSelectedItems = empty
The behavior I get:
- CORRECT: The behavior of the function is correct, because in the ComboBox it shows list of the column that I want to show and is saved correctly in the data source in which I want it to be saved
- INCORRECT(What I need to resolve): when you access that saved registry the Field A is empty again [having the correct bahavior] I need this Field A to save the initial value inserted by the user. And here where DefaultSelectedItems is not getting the record. Can you help me please?
Extra de difficulty:
I can't use more screens
Thank you in advance for the help