Developer FAQ

My "Save" button stays on after pressing it, how can I disable it?

Answer:

In your implementation of a FormsWorkflow make a call to:

this.SetSaveStatus(true);

or

this.SetSaveStatus(true, newData);

In case a new data item has been created, with this function call, the editor's tab will be "bound" to a tree node.