Return field select from child form to parent form stringEdit field.

I am having a problem returning the field selected value from a child form back to the parent form string field lookup method. The selected value doesn’t return and is not set in the parent form. Could someone help me with code examples on this?

There are several ways how to do that - FormRun.selectMode(), FormRun.selectRecordMode(), FormRun.closeSelect() etc. Use cross-references to find examples in the standard AX code. One more example is Lookup form at Axaptapedia.

Thanks for your response.