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

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

ios - IBOutlet for image button not correctly referencing button after recreating outlet -

java - AEM: 403 Forbidden occurs when call a Post servlet -