Quantcast
Channel: Cadence Technology Forums
Viewing all articles
Browse latest Browse all 62632

Forum Post: problem in using hiOpenWindow with forms

$
0
0
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 );

Viewing all articles
Browse latest Browse all 62632

Trending Articles