NetTalk Central

Author Topic: Setting a form action from a menu...  (Read 2677 times)

Devan

  • Full Member
  • ***
  • Posts: 230
    • View Profile
    • Email
Setting a form action from a menu...
« on: December 07, 2011, 06:11:55 PM »
Ok, I know there is an easy way to do this, but for the life of me I cannot figure how to do it in NT6...

I have a menu option which is simple 'Enter New Order'.  I want that option to go straight to the 'NewOrder' form and default to 'Insert' mode bypassing the Browse screen altogether (which is STILL in the app elsewhere).

What is the parameter I need to pass along to the procedure when I call it?  ???

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Setting a form action from a menu...
« Reply #1 on: December 07, 2011, 07:32:16 PM »
Although this is covered in FAQ W4 - you can also just call the form directly, and on the advanced tab of the form you can set the default action to "Insert" - which may be the neater approach.

cheers
Bruce

Devan

  • Full Member
  • ***
  • Posts: 230
    • View Profile
    • Email
Re: Setting a form action from a menu...
« Reply #2 on: December 07, 2011, 10:01:54 PM »
Thanks Bruce...your suggestion worked perfectly.

Now, to go and find those FAQs...  ;)