Hello,
I am a recent user of navision and i am trying to build a small database "from scratch" without using the demo ddb.
I an actualy trying to do a very usual and normaly "easy" thing : allow a user to fill a field using datas that are in an other table (by clicking the "up" arrow next to the concerned field).
The table I whant the user to look the data from only contain one collumn with a list of data.
I read that doing this is simply done by configuring "tablerelation" in the properties on the field, and setting the table to be open in the "tablerelation">table row.
I tried this, the little up arrow apears near the field i configured, but the data table never appears when i click on it ...
The two tables i created are articles (ID 50000) and article_type (ID 50001).
Can somebody explain me why it dont work ... And how i coud do this ...
Thanks,
Guillaume, from PARIS - FR
0
Comments
My advice is to built your solution in a cronus database, this way, even if you don;'t need the navision objects, you can look and learn from how the rest of NAV works.
I had to buid a form containing my datas (article_type), and link it the the table article_type with the lookupformID ...
Quite complicated, as i need a manualy made form (list) for user to select data ...
Is there a way to do this without having fo build a new form ?
Guillaume