Hi all
I have created a new table in Navision 5.0 to register some information which later I am going to attach to a specific line in invoice.
I have created two forms on this table a card form and a tabular form.
I have created a menu button on the card form, to call the tabular for with all the records in the database.
Now i want to accomplish this, when I am on the tabular form, after I select a specific record, I want to display this record on the card form.
When I double click or press the OK button on the tabular form, with RunObject I am being able to call the card form, but the card form is always displaying the same record and not the record selected in the tabular form.
Please help me to solve this issue?
Thank you and best regards
0
Comments
If you could tell me how to solve this issue it would be great.
Ernest
:whistle:
http://msdn.microsoft.com/en-us/library/dd301468.aspx
http://www.BiloBeauty.com
http://www.autismspeaks.org
when I put LookupTable, the form it is not opening at all.
That's why i posted the question.
Regards
Ernest
have you set your LookupFormID? Have you set your table relations correctly?
You will have to set the table relation on the field in your table where your field is a foreign key and then set the lookupformID on the table where your field is part of the primary key.
You have to cover the basics before you'll be able to do it. It is all explained in the Application Designer Guide.
Hope this helps.
Regards,
Willy
Thanks again KYDutchie.
Regards