Aller au contenu principal

Problem querying table in secured ArcGIS service

Commentaires

2 commentaires

  • 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

Vous devez vous connecter pour laisser un commentaire.