Zum Hauptinhalt gehen

A choice to not run form's load event when returning to a pre visited form

Nicht geplant

Kommentare

2 Kommentare

  • Zack Robison

    I use a variable in the workflow to achieve this.  Create Value =false before loading the form, change it to true in your load logic with something like Set Property, and place an If to check the variable before running the load logic.

    0
  • Ken Lyon

    I think Zack's solution is the best way to address this. The "load" event might be used for things other than resetting. Using your own value to track the special case allows you to check for it in the load event and adapt accordingly.

    0

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