How to Call Grid Application from a Blank Application

Hi,
I have created a button in Blank Application. When I click the button to open Grid Application in Model Window? Is it possible please advise?

You can use sc_redir macro to call any application from php event.
Just add sc_redit macro in the OnExecute event of the botton

Sis etas usando un blank con html lo llamas de esta manera con un button.
pero si es un blank con puro PHP usa el: sc_redir(grid_detalle.php);

Regresar