Hi I am using the function hiOpenWindow to create a from, but I face a problem the problem is, when I use the hiOpenWindow to show the form the "buttonLayout" which are defined as part of the form using the function hiCreateAppForm, are missed so I have a window with no buttons like OK cancel help and some other customized button is there a way to get the buttonLayout back inside the window? below is some pseudocode buttonLayout = list( 'OKCancelApply list( 'customizedButton strcat("customizedButton(....)") ) ) form = hiCreateAppForm(........ ?buttonLayout buttonLayout ] ) hiOpenWindow( ?type "form" ?form form );
↧