Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EMail with Outlook
Message
From
13/10/2003 14:58:16
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00838234
Message ID:
00838259
Views:
30
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?...

Previous
Reply
Map
View

Click here to load this message in the networking platform