Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
More Lotus Notes e-mail questions.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00391154
Message ID:
00395296
Vues:
23
Larry,

Again, thanks for your help.

I noticed that there were a couple of syntax errors in the last message you sent me and I am just asking for a quick clarification (see the ***** text):

do while occurs(";",lcsendstr) > 0
lctemp = alltrim(left(lcsendstr,at(";", lcsenstr)-1)
**** a) Missing last closing ) in the above line
**** b) Notice lcSendStr vs. lcSenStr in variable names
oSendTo = oDoc.GetFirstItem("SendTo")
if vartype(oSendTo) <> "O" then
loDoc.AppendItemValue("SendTo",lctemp)
else
oSendTo.AppendTotextList(lctemp)
endif
lcsenstr = substr(lcsendstr,at(";",lcsenstr)+1)
**** Notice lcSendStr vs. lcSenStr in variable names
enddo


Thanks again,

Kevin
Kevin Emmrich
www.jkt9000.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform