List does not appear on Lookup click

kizinkizin Member Posts: 18
Hi all,
I'm a beginner in NAV developement.

I created tables:
    Seminar (Code, ....)
    Seminar Registration Header (Code, Seminar Code, ...)
I created associated Form:
    Seminar List

I want to lookup "Seminar List" From "Seminar Registration Header"."Seminar Code" field.
So, I put
    the
table relation property of "Seminar Registration Header"."Seminar Code" to "Seminar".
    the
source table property of "Seminar List" form to "Seminar"
But, when i click on the lookup, the "Seminar List" does not appear.


If I'm adding a Contact Field in Seminar Registration Header and I'm filling the table relation to "Contact", the "Contact List" appears when I'm clicking on lookup field.

I don't understand why?

Regards,

Answers

  • kapamaroukapamarou Member Posts: 1,152
    Go to the table that is the base for the list and fill the LookupFormID property...
  • kizinkizin Member Posts: 18
    kapamarou wrote:
    Go to the table that is the base for the list and fill the LookupFormID property...
    Thanks a lot
Sign In or Register to comment.