Zum Hauptinhalt gehen

DisplayForm question: Populate TextBox based on user choice in a ComboBox?

Kommentare

3 Kommentare

  • Nico Burgerhart

    You will have to use two forms

    0
  • Permanently deleted user

    Hi Turid

    the Runtime Modifications are done to the form contents on the Server and then they are effectively fixed at that point for transport to the Client.

    Here is the explanation from the Workflow Help on the Display Form Activity

    Runtime Modifications to Forms:

    From Essentials 3.9, the Display Form activity contains a new child sequence activity that provides access to the form's object model. This access makes it possible to change the form at runtime. The Form Designer usually creates static definitions of forms. However, you often need to modify a form as it runs using values from a workflow, for example, when a workflow obtains a text value at runtime. To present a form that contains that runtime text value you then need to modify your form definition at execution, for example, to add a specific URL or token to a URL as the form exectutes.

    The RuntimeModifications sequence contains a local variable called form that is populated with the live Geocortex.Forms.Client.FormDefinition object. The live object represents the form that is about to be displayed in the client application. You can use activities such as Assign to manipulate any aspect of the form and the items it contains.

    Regards

    Ralph

    0
  • Permanently deleted user

    Thanks for your replies! I take it I have to use two forms, then. :)

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.