Displaying my own form with 2 inputs
I'm just fiddling and experimenting with getting a dialog to display that shows 2 textboxes as inputs.
Sort of like InputBox but with 2 fields for the user to enter.
In Visual Studio I've whipped up a very simple Windows Form with 2 inputs and 2 buttons. Only 1 button actually does anything - the cancel button closes the form.
It works fine in VS, but when I copy the form code to a Jiwa plugin nothing happens. No form displays at all.
At the moment, I am triggering the form to display just by a custom button in the sales order ribbon but that I think is inconsequential i.e. its just something I can control & fire as and when I want.
So when I click my button, it's like there is no code at all behind it.
I've ran the debugger and the plugin isn't executing my custom form code but I don't know why.
I'm sure it's something simple I've missed.
Sort of like InputBox but with 2 fields for the user to enter.
In Visual Studio I've whipped up a very simple Windows Form with 2 inputs and 2 buttons. Only 1 button actually does anything - the cancel button closes the form.
It works fine in VS, but when I copy the form code to a Jiwa plugin nothing happens. No form displays at all.
At the moment, I am triggering the form to display just by a custom button in the sales order ribbon but that I think is inconsequential i.e. its just something I can control & fire as and when I want.
So when I click my button, it's like there is no code at all behind it.
I've ran the debugger and the plugin isn't executing my custom form code but I don't know why.
I'm sure it's something simple I've missed.