NetTalk Central

Author Topic: Button as menu item  (Read 2906 times)

jorgemir

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • Email
Button as menu item
« 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

Alan Cochran

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: Button as menu item
« Reply #1 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
« Last Edit: March 06, 2011, 07:45:48 AM by Alan Cochran »