Lookup of TextBox

NiteshNitesh Member Posts: 43
I want to set dynamic lookup on textbox of form.

Comments

  • kinekine Member Posts: 12,562
    1) What do you mean with "dynamic lookup"?
    2) Look at OnLookup trigger of the Textbox.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • NaviDevNaviDev Member Posts: 365
    If you want the way the Gen Journal field Account No. works. Look at the table relation property of the field in the table.

    Or if you want to do it by codes you can put your codes in the OnLookUp trigger of the textbox.
    Navision noob....
  • Sonal_DSonal_D Member Posts: 1
    You can set Lookupmode property of the form or textbox dynamically.
Sign In or Register to comment.