Link button within a form

Dear all,

I need to link a form to a grid view of same records (i.e. form_warehouse_tpc link to grid_warehouse_tpc) with inserting a button on form header that call the grid form.
I though that a Link button could do the job but I don’t find any reference to other objects on that.
How can I do this link easily ?
Many thanks
Giovannino

Re: Link button within a form

You can create a php button and use sc_redir to redirect to your grid. (http://www.scriptcase.net/systems/v5/exemplos_en_us/form28/form28.php)

Or what you can do is, link the grid to the form using application link. Using this, your grid will have the control of your form. With buttons to edit the records, to insert a new record … and you choose if you want to open in a new browser, in the same window, in a iframe … (http://www.scriptcase.net/systems/v5/exemplos_en_us/grid16/grid16.php)

Otherwise you can do as i said at the beginning.

Take a look at our samples base in our site and check the form examples.

Re: Link button within a form

Many thanks
Giovannino