Buttons

How can I change the insert button on the bottom of the form to something like Ok but it does the same function as insert? I would like to change it for only one of the forms.

I tried adding a new button with a signup form, but when the form is being displayed is telling me that there is no records and it will allow the users to type in there information to create a new account.

Thanks

Re: Buttons

Use a new javascript button with:

nm_atualiza(‘incluir’);

Re: Buttons

instead of insertion, what command would you use to make an update??? this type of stuff should be on the documentation!

Re: Buttons

Hi,

Can i override the operation happing in the Insert/Delete or Update buttons. I just want to write my own code instead of the Sql generated by Script case…?

Anyone can comment…?

Regards
Dhana

Re: Buttons

Simply remove the buttons you want to override and create new PHP buttons and do as you wish.

Regards,
Scott.

Re: Buttons

Scott,

Thanks for your reply… You see, I want to Override the Insert Operation happend, that is It should execute my custom query instead of execting the default Sql query. Support suggested to use BeforeInsert event and redirect the Url to back to the same application… It works fine,

This is for your info

Dhana

Re: Buttons

Can i add pictures to Command buttons. and set the location where it should locate on the screen…?

Any one comment…?

Regards
Dhana

Re: Buttons

i dont think you can make the default buttons have pictures, but if you make a new button, one of the options is whether you want it to be a picture or regular button. Also, you can change where the buttons are located by going to the ‘Toolbar’ section and change the buttons to where you want them.

Re: Buttons

You can edit or create new buttons and choose if will be button, image …
And at the toolbar of the application you can choose their position.