W
www
sorry for my english, i have a problem, i use custom forms "Customers" which
has some fields from contact form and some fields which was declared by me
(skonto, provisio, etc), this informations are save in folder
Customers(subfolder Contact Folders), I try read data from this not-standard
fields but i can't, could you help me?
vladi from poland
For Each komorka In myCustomers.Items
If komorka.LastName = KundeFuerAb Then
With myitem
.UserProperties("ArtNr").Value = komorka.LastName
.UserProperties("ArtNr2").Value = komorka.FirstName
.UserProperites("ArtNr1").Value =
komorka.item.userproperites("createofferasemail")
<- here is fault
End With
End If
Next komorka
has some fields from contact form and some fields which was declared by me
(skonto, provisio, etc), this informations are save in folder
Customers(subfolder Contact Folders), I try read data from this not-standard
fields but i can't, could you help me?
vladi from poland
For Each komorka In myCustomers.Items
If komorka.LastName = KundeFuerAb Then
With myitem
.UserProperties("ArtNr").Value = komorka.LastName
.UserProperties("ArtNr2").Value = komorka.FirstName
.UserProperites("ArtNr1").Value =
komorka.item.userproperites("createofferasemail")
<- here is fault
End With
End If
Next komorka