DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: triggers for buttons

  1. #1
    Join Date
    Aug 2002
    Posts
    3

    Question

    Hi,

    I've made a form with some push buttons. How can i go to another form or canvas when i push a button using a when-button-pressed trigger?
    I would also like to know how to add, update and delete records.

    I hope someone can help me, thanks.

  2. #2
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width