Skip to main content

[archive] popup menu

  • August 8, 2006
  • 2 replies
  • 0 views

[Migrated content. Thread originally posted on 07 August 2006]

I am using a function key to access a popup menu and it works. My question is once an item is selected from the popup menu how do I get that item into my field. I have tried several different accept and modify statments but can't seem to find the data selected. It works if I right click and then click on an item in the menu.

thanks for any help

2 replies

[Migrated content. Thread originally posted on 07 August 2006]

I am using a function key to access a popup menu and it works. My question is once an item is selected from the popup menu how do I get that item into my field. I have tried several different accept and modify statments but can't seem to find the data selected. It works if I right click and then click on an item in the menu.

thanks for any help
Each item in the menu has as exception value associated with it. Once the menu item is choosen your on exception phrase should indicate the exception value of the item chosen. Based on that exception value you can move whatever data you want to what ever fields you want.

[Migrated content. Thread originally posted on 07 August 2006]

I am using a function key to access a popup menu and it works. My question is once an item is selected from the popup menu how do I get that item into my field. I have tried several different accept and modify statments but can't seem to find the data selected. It works if I right click and then click on an item in the menu.

thanks for any help
Each item in the menu has as exception value associated with it. Once the menu item is choosen your on exception phrase should indicate the exception value of the item chosen. Based on that exception value you can move whatever data you want to what ever fields you want.