Hoppa till huvudinnehållet

Problem querying table in secured ArcGIS service

Kommentarer

2 kommentarer

  • Permanently deleted user

    Did you figure this out?

    0
  • Permanently deleted user

    The issue here is likely due to a Form not being able to take variables inside the properties. However, this is exactly what the runtime modifications are for.  To set the token in a combobox, you will want to use an assign activity in the Runtime Modifications section of the Display Form activity, and set 

    form.Find(Of ComboBoxFormItem)("<FormItemID>").Token = yourTokenVariable

    where "<FormItemID>" is the id of the form control (usually "ComboBox1").

    -Victoria

    0

Du måste logga in om du vill lämna en kommentar.