05-28-2013 11:22 AM
Hello,
I'm looking into how I should go about (properly) creating a NavBar button and a new view/form. I'm using C# with 2013 Premium if that matters.
So far, I've been able to create a form object and "show" it upon a menu click, but I would rather the form itself be a "view" item (I hope that makes sense)
Any tips/directions/code would be great, but I'd really like some starter tips.
Thank you.
05-28-2013 11:55 AM
For creating a new Navbar item or modifying an existing one this thread probably has most of what you need:
Thanks Jim!
To show a form like a view, you can pass it a paramater to LoadSDIView(form) which is a method under the ActApplication class.
05-28-2013 11:55 AM
For creating a new Navbar item or modifying an existing one this thread probably has most of what you need:
Thanks Jim!
To show a form like a view, you can pass it a paramater to LoadSDIView(form) which is a method under the ActApplication class.
05-28-2013 12:08 PM
Thank you very much -- Perfect!
06-24-2013 10:44 PM
Matthew and Jim, thanks, this is good stuff!
I was just about to post this same question and found the answers easily.
Cheers,
Len