Why do you need this ?
Sometimes user need as button with functionality of saving his/her work and later he/she needs to open & continue the work again without losing his/her work.
Step 1:Create a Client Side Human Service with one Text Box(In this case "Data") and a button (In this case "Save") in its Coach.
Step 2:Create one variable (In this case Data)and bind it with text box.
Step 3:In Diagram Tab drag & Drop one Intermediate Event.
Step 4:Bind this event with "Save" button.
Now run the CSHS(Client Side Human Service) and Enter some data in Text Box & click on Save.
After that Refresh the screen ,you wont loose your data which you have entered in Text Box.
Comments
Post a Comment