Styles Dialog on Inventory
I have a client that doesn't want to see the styles dialog on the save of inventory, this I have been able to do simply by attaching to the after dialog start on the factory and if it is that dialog attach a shown event and simply set the dialog result and close the dialog, however they want it only to have the setting for the current item rather than all the products with that style, I have tried adding the following two lines to the shown event but the dialog is ignoring them, any ideas, I have also tried resetting the profile key for SelectAllRadioButton.Checked and that didn't help?
- Code: Select all
form.SelectNoneRadioButton.Checked = true;
form.SelectNoneRadioButton.PerformClick();