Sort of related to thread viewtopic.php?f=26&t=2492 but a different tangent, so appropriate for a new thread.
In the above question, I was firing the custom form from a ribbon button which works nicely.
If I want to launch it from a menu, say under Debtors, Utilites how can I do that?
I know about adding it to the Forms, then adding it to the menu but my question is...
Using the sample plugin Launch App which launches Notepad, I can see the partial class inheriting the sales order Process screen. But it doesn't actually open the Process screen - it launches Notepad. Got it & have found that if I disable the public override code, the Process window displays but is blank.
All good there.
How can I populate the Process window with my own controls, say text boxes, labels, buttons etc?
Should I use Infragistics controls instead?
I've done the attached plugin based off Launch App and I am trying to populate the Process window with my controls.
And I also want to know how to fire some code when the user clicks the Process button.



