Combination of properties in Edit dialog (Geospatial Administrator)

Hello,

I have a feature defined in Geospatial Administrator.

I'd like to add a read-only item to its Edit dialog. I'd like to present in this field a combination of feature's properties (i.e. in PowerMap XM).

For example:

There is a feature called 'Parcel'. It has 3 properties: 'Teryt', 'District' and 'Number'.

Their values are:

Teryt='123456'

District='0001'

Number='456/54'

And what I need is a concatenation of them: '123456.0001.456/54'

 Thanks for help in advance

Myzzard

Parents Reply
  • Myzzard,

    Note that there is a different concatstr example in the WorkId feature defined in geo_example schema. This feature has two properties: Step & Substep each with a property watcher to update the operation property Workid. Using this approach, the readonly text item is updated if the user updates either Step or Substep text items in any dialog that these items reside. With the initial value approach used in the previous example, the operation property would only be updated with the dialog is first opened which is ok if the feature properties that define the operation property cannot change in the dialog. The Step & Substep SyncItem watchers use concatstr value type to set the value of the operation property.

    Regards,

    Chris


    This is a test

Children