Antwort auf: Adressbuch lesen

Startseite Foren Deutsches LiveCode-Forum Adressbuch lesen Antwort auf: Adressbuch lesen

#5339
gfz
Teilnehmer

    Hallo Pustewind,
    was bekommst du über die Message Box zurück, wenn du dein Skript wie folgt abänderst:

    on mouseUp
       mobilePickContact
       if the result is not empty then
          put the result into tContactID
          put mobileGetContactData(tContactID) into tContact
          put the keys of tContact
       end if
    end mouseUp

    liebe Grüße,
    Georg