Results 1 to 10 of 13

Thread: Need hook when value returned from comboform

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Location
    Australia
    Posts
    1,352

    Default Need hook when value returned from comboform

    We have a comboform with 10 MRU email addresses in it. One of our clients has requested that if the combo list is invoked a second time (to nominate multiple email recipients), and the entry currently in the form is terminated with a semicolon, that we append the next selected entry from the list back into the form, rather than replacing it. Normally, I would not entertain such a request, as the standard behavior for any item selected from any sort of list is to replace, not append. But on this occasion, I think the request makes perfect sense and has merit. (We would certainly score some brownie points )

    I can get hold of the selected list value, in procedure OnCloseUp, but I am unsure how to return the value back to the form once/if appended. Any help appreciated.

    Regards, Phil
    Last edited by philby; 18-Mar-2013 at 02:08 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •