Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using class from Rick Strahl
Message
De
13/06/2003 10:47:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Using class from Rick Strahl
Divers
Thread ID:
00799789
Message ID:
00799789
Vues:
49
Ok im using the wwipstuff class from rick stral but i have a problem.

this is the code :
==================

oPop.GetMessage(nMsgs)
oPop.ParseMultipartMessage(oPop.aMessages[nMsgs])
ltemp = oPop.aMessages[nMsgs].aattachments[1].cBody
MESSAGEBOX(oPop.aMessages[nMsgs].aattachments[1].cfilename)
STRTOFILE(oPop.aMessages[nMsgs].aattachments[1].cBody,"emailtemp.dbf")
===================================================

so when im trying to get the attachemnt name is ok . it return me the good name.

but when im trying to get the file , the value return in ltemp is empty


so i want to be able to get the file
Répondre
Fil
Voir

Click here to load this message in the networking platform