Hi there!
May anybody can help me, even if I am not sure if it is possoble in navision.
I want a Tablebox which displays data from multiple tables whith similar structure (Sales Invoice Line and Sales Cr.Memo Line).
Is it possile to dynamically select data and fetch it into an empty tablebox.
Even if I think it is not possible thought gonna ask you, because maybe one expert out there knows a way to do this.
Many thanks in advance.
Thomas Buchholz
ekey biometric systems GmbH
4031 Linz
Austria
web:
http://www.ekey.net0
Comments
In NAV forms you have the OnFindRecord and the OnNextRecord triggers.
Normaly these functions handle the navigation trhu the tablerecords for you when you press pgup/pgdown etc, and you won't have to change them.
But you can also change the behaviour of these functions for lets say, you want the nextrecord to display information that is not even in the sourcetable of the form.
My sugestion is to look at this functions/triggers. Search the forum for examples, I now there should be at least some, if not a lot.
If you have any questions after that (or results), don't hesisate to ask further.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
http://mibuso.com/dlinfo.asp?FileID=515
but it only covers showing records. To be able to modify them... I'd suggest to don't do it. It's extremely hard, if possible. I think you should just use two subforms instead, or show other data (such as customer ledger entries filtered for document type invoice and credit memo) or something like that.
I know you then sit with the possibility of a ton of fields but it is something.
Does anybody know if you can add more than one table box to a form, each having a different src table?
Ewald Venter