Paste optionstring values from Symbol menu

CraineGA
CraineGA Member Posts: 28
Hi,

Is it possible to paste the values of optionstring constants from the symbol menu when selecting an option field instead of hardcoding in the value Table."field"::"OptionString Value".

Thanks

Comments

  • geronimo
    geronimo Member Posts: 90
    as far as i know it isnt possible to add the option value from the symbol menu.

    however you can type optionfield::(type something not in the list) to get the valid options when trying to compile/save.
  • Belias
    Belias Member Posts: 2,998
    geronimo wrote:
    as far as i know it isnt possible to add the option value from the symbol menu.

    however you can type optionfield::(type something not in the list) to get the valid options when trying to compile/save.
    which is also much more fast than navigating the cal symbol menu :lol:
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • FDickschat
    FDickschat Member Posts: 380
    Also when typing the option value you don't have to type it in full. Just type the first part which is unique. NAV will do the rest when you save the object.
    Frank Dickschat
    FD Consulting
  • Belias
    Belias Member Posts: 2,998
    Or the option number between " "...like
    If a = a::"1" then...
    :mrgreen:
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • CraineGA
    CraineGA Member Posts: 28
    Thanks for all your replies, guys.