Avatar

Level 8

Thank you, perfect, but small problem.

Say, user started entering the data on my_form (but, not completed all the fields), user want to SAVE it once in the middle, hence pressed SAVE button, so, your suggested code triggered and copy saved on PC, well.

When user checked that SAVEed copy on PC, fields are LOCKed, well, perfect.

But, user want to back to the work-in-progress form and want to fill the rest of the fields, but with our code all work-in-progress form also preotected/locked!!

So, i guess, i can repeate your with "open" right? as below

Pls. let me know

1) is it OK right? "open" is correct right?

2) I guess, i must put this open code in POST-SAVE event (postSave) right?

any suggestions pls?

Thank you