Lookup of TextBox

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

Comments

  • kine
    kine 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.
  • NaviDev
    NaviDev 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_D
    Sonal_D Member Posts: 1
    You can set Lookupmode property of the form or textbox dynamically.