triggers for buttons [message #80128] |
Wed, 14 August 2002 07:38 |
walterdude
Messages: 5 Registered: August 2002
|
Junior Member |
|
|
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 using buttons.
I hope someone can help me, thanks.
|
|
|
Re: triggers for buttons [message #80134 is a reply to message #80128] |
Wed, 14 August 2002 18:33 |
Tejpal Saraswat
Messages: 22 Registered: August 2002
|
Junior Member |
|
|
Hi Dude
u can use builtins like Call_form, New_form,Open_Form to call other forms (each with different propertie, and for Canvases user Show_View builtin
for Insert/Update/Delete user the SQL Statement straight forward . in the trigger.
for parameters passed in builtins just go in help
Tej
|
|
|