Hi,
irgendwie mach eich etwas falsch... p.setvalue möchte mehr Parameter
if TargetMachO then
dim n as string
dim r as RecordSet
dim a as abaddressbookMBS
a=new ABAddressbookMBS
dim p as ABPersonMBS
p=new ABPersonMBS
n=listbox1.cell(listbox1.ListIndexDOD,8)
r=dbfakt.sqlselect("select rowid, * from Adressen where
rowid='"+n+"'")
call p.setValue a.recordForUniqueId(r.IdxField(55).StringValue)
call p.ShowInAddressbook
end if
On 04.11.2009, at 09:31, Stefan Sicurella wrote:
Hi,
hat jemand eine Idee wie ich mit Hilfe der Unique ID einer Adresse
das Adressbuch öffne und die Adresse anzeigen lasse?
Vielleicht was aus MBS?
ABPersonMBS Klasse:
method ShowInAddressbook as boolean
method EditInAddressbook as boolean
Gruß
Christian