firstForm

Is there a way to programmatically get to a solutions firstForm?

I need to get access to the name in a function

Thanks

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:

application.showForm('frmOtherForm')