Hello,
I wan’t to create a custom menu with buttons on a blank aplicattion.
The problem is that redirects me directly to the grid without pressing the button.
Can somebody help me?
I have this code on execute event
?>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<button type="button" class="btn btn-primary btn-lg" onclick="<?php sc_redir(grid_clientes); ?>">Clientes</button>
<?php