Dear All,
I am running a codeunit from which a page is run. The user has two fill in two pieces of data in this page and as soon as it is closed the inserted information is to pass over to the codeunit. What should I do to implement it? I have managed to create the page and call it and insert the information but so far cannot manage to pass the information back to the codeunit.
Thanks in advance for you help!!
0
Comments
viewtopic.php?f=14&t=42888
http://www.BiloBeauty.com
http://www.autismspeaks.org
It's a similar problem put in a different context. By any chance have you got any answer to this issue?
I used the following lines of code and it is working for both classic and RT clients:
CLEAR(SplitQty);
SplitQty.LOOKUPMODE(TRUE);
IF SplitQty.RUNMODAL = ACTION::LookupOK THEN
Quantity := SplitQty.SetQuantity;
http://midynav.blogspot.com/ (Microsoft Dynamics Navision)
Thanks for your code. A quick question: what kind of variable is SplitQty and SetQty?
http://midynav.blogspot.com/ (Microsoft Dynamics Navision)
http://midynav.blogspot.com/ (Microsoft Dynamics Navision)