Taking result from autocomplete search field and showing it on another part of the page

Check out this recent thread for several auto-complete/predictive search solutions. Same approach would apply to RP9. in general what you’ll need to do is provide some means of testing the contents of the text field (using the Key Up event usually works best) --then showing a set of suggested “matches” (filtering a repeater list usually works best.) When the user selects a suggested item, you can use the Set Text action to change the text of any widget on the page (thus “outputting to another part of the same page”) and then use another Set Text action to set the value of the text field to “” (blank).