Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EMail with Outlook
Message
De
13/10/2003 14:58:16
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00838234
Message ID:
00838259
Vues:
29
Result of Add method is always single recipient. I think you must change your cycle to loop through all recipients this way:
FOR EACH loRcp IN loNew.Recipients
    IF !ISNULL(loRcp.Name)
        INSERT INTO freview (dwg, recepient, submit_dt) ;
        VALUES (lcFile,loRcp.Name,DATETIME()) 
    ENDIF
ENDFOR

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform