Hoppa till huvudinnehållet

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

Ej planerat

Kommentarer

2 kommentarer

  • 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

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