Options

Unbound Combo box on Form

brucembrucem Member Posts: 86
edited 2000-04-04 in Navision Financials
In VB it is possible to create an unbound combo box. Can you do the same thing in Navision ?

Bruce

Comments

  • Options
    John_TegelaarJohn_Tegelaar Member Posts: 159
    You mean to have a combo box without a relation to a field?

    Then the reply is Yes, you can have such. Create a textbox on the form, set as Source a variable of the type Option. Define this variable and put in the options you want to appear in the pop-up list under the OptionList in the properties of the variable.

    John
  • Options
    brucembrucem Member Posts: 86
    Thank you for your reply.

    If i try to create the combo box as a lookup on another table, does the other table have to have a single field priamry key, or can it be filtered / sorted based on a field in the current record.

    bruce
Sign In or Register to comment.