U cannot goto canvas, but u can goto block on canvas:

when-button-peressed:
go_block('block_bame');
or
go_item('block_name.item_name');

for forms:
when-button-peressed:
call_form('form_name'); -- form_name this is filename for form.