Hi
how do I get the name of the program for a panel other than panel1
var _toolbarform =forms[globals.nav_currentPanel1Form].getToolbarFormName()
gives theformname of panel 1
from which I can get the program name via
forms[_toolbarForm].vProgram
but I cant seem to get the program name of panel 2 3 etc
any ideas?