realbasic-nug
[Top] [All Lists]

Re: Adding an AddressBook entry

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Adding an AddressBook entry
From: David Austin <daustin777 at cox dot net>
Date: Mon, 31 May 2004 13:09:53 -0700
Delivered-to: realbasic-nug at lists dot realsoftware dot com
List-help: <mailto:realbasic-nug-request@lists.realsoftware.com?subject=help>
List-id: REALbasic NUG <realbasic-nug.lists.realsoftware.com>
List-post: <mailto:realbasic-nug@lists.realsoftware.com>
References: <p06020408bcdef47490db at [10 dot 0 dot 0 dot 3]> <9A28E1C6-B22D-11D8-B45A-000A959DF1D2 at realsoftware dot com>

On May 30, 2004, at 4:36 AM, Jonathan Johnson wrote:

 dim ab as new AddressBook
  dim contact as AddressBookContact

  contact = new AddressBookContact
  contact.FirstName = "Foo"
  contact.LastName = "Bar"

  ab.Add contact
  call ab.Save

So, this works but can you show an example of using the AddressBookAddress class to set values and then add the contact? All the examples in the LR get values. There are no examples of setting values.

I've tried and I give up!

--
David Austin

_______________________________________________
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>