How can dialogbox let user select name from address book?

I have a question.How can Dialogbox method let a user select name(s) from local address book? Any idea?

Subject: How can dialogbox let user select name from address book?

The DialogBox method can’t - if you read the Designer Help, “Brings up a dialog box that displays the current document (either open or selected in a view).” Nothing to do with the address book. If you mean a DialogBox field, you can do this by changing the dropdown on the second tab to Use Address Dialog for Choices.

If you’re actually looking for a programming method to open the address book, have a look at @Picklist (or PickListStrings for LS.)