Change Values of Form Items when duplicating
Kiril Valev
Hi,I have a userdefined TextEdit on my purchases form. When I duplicate a purchase the userdefined value is duplicated as well. I want to avoid this behaviour.
Up until now I have the following logic:
1. Capture the Duplicate click Event
2. Get the active form in an optimizer rule and change the value of my TextEdit to an empty String.
Works great, BUT the cursor is doing some ugly jumping across the form and you can actually see how the values are changed. Is there a possibility to change the value of the TextEdit, before the values are loaded into the form? Neither the before event property, nor the FormDataLoad event are fulfilling my requirement.
Thank you!
0
Please sign in to leave a comment.
Comments
0 comments