I have a VS 2015 LightSwitch Desktop project in which users will need to enter a large number of records and I would like to streamline the process a bit. I would like to add one button that will Save the current record, close the current "Create New Data" screen, and launch or start a new instance of the same "Create New Data" data screen.
Go to your design screen. select Add Data Item... and create a new method with your favorite name (Default name is Method). drag and drop the created method from left panel at end of your screen and double click on your created method. add the following code{
save();
Application.ShowYourNewScreenName();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With