Hi All ,
I need to have Button on FORM UIBB, which should open URL in separate Browser Window . I have used CALL_BROWSER , but that works well if I call it directly through Program .
However ,if I use CALL_BROWSER on button click ,nothing happens even if I have passed NEW_WINDOW = 'X'
How to work on this