axapta - Passing a value from modified() to lookup() in ax -
how can pass value modified()
lookup()
method in ax? need output when click value in textbox automatically sort value in lookup based on value in textbox.
you can declare textbox property autodeclaration = yes
.
then in lookup method write nameoftextbox.valuestr();
the result value of textbox.
Comments
Post a Comment