NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: jorgemir on March 05, 2011, 11:17:29 AM

Title: Button as menu item
Post by: jorgemir on March 05, 2011, 11:17:29 AM
Hi.
I need to create a menu with buttons. They have images so I create a sort of scattered items on a window, each one calling a procedure. The buttons must call an insert/change form. How I can tell the form if it is an insert or it is a change procedure? Thanks
Jorge
Title: Re: Button as menu item
Post by: Alan Cochran on March 06, 2011, 07:37:32 AM
Jorge,
Take a look at Web Server FAQ #4 in the documents, this might be what you are wanting. Of course, you will need to do a conditional based on status of button.  Also, on the form, you can go to the Advanced Tab since you are going from Button (Menu) to form without a browse to set the default action with a key value.

Alan