Show concatenated fields on modal form

Show concatenated fields on modal form

dynasoftdynasoft Posts: 439Questions: 68Answers: 3

Hi
I see how fileds can be concatenated on the data table like here but how can I show the same data on the editor modal form? I just need to display data so stringing fields together on the modal form is fine as no update is made later to the db but that data needs to be the same on the data table and the editor modal form. Is it possible to use an index instead of the field name when building the editor object, eg?

Replies

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @dynasoft ,

    This example here shows it doing that on the edit form. The problem is that the creation would be problematic, but if you're not creating records then this could be a solution.

    Cheers,

    Colin

  • dynasoftdynasoft Posts: 439Questions: 68Answers: 3

    Many thanks.

This discussion has been closed.