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
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
Chris,
Thanks for helping me again. Your advices are very helpful.
I have just installed Bentley Map and have found help file with description of MDL for XFM functions I looked for.
But I can't find the feature 'WorkId' you mentioned above. I have looked for it in geo_example schema, but can't find it.
You're welcome. The WorkId feature is defined under the "designer" Workspace:
Geospatial Project > User Workspaces > Workspace (designer) > Features > WorkId