Page 1 of 1

firstForm

PostPosted: Wed May 25, 2016 7:46 pm
by ernestl
Is there a way to programmatically get to a solutions firstForm?

I need to get access to the name in a function

Thanks

Re: firstForm

PostPosted: Thu May 26, 2016 11:51 am
by omar
Why do you need it? If you want to set it to something else at runtime you can just activate the other form in the onOpenSolution:

Code: Select all
application.showForm('frmOtherForm')