Talk:Override Lookup on DialogField

From Axaptapedia
Jump to: navigation, search

Anybody can explain what is desribed after this link?

http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.axapta.programming&tid=3dfbbb3e-7a91-43a2-9132-2e0349b82395


The person in the link had a problem with overriding the lookup method on a dialog dynamically. But in a particular case when called through Report, it's not working. Most probably, because the method control is passed on to the reportRun, instead of the dialog, as he expected. That is, as opposed to the suggestion provided in this article - here the suggestion is to use a new lookup form.