Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mswinsock.winsock is not found.
Message
From
27/10/2009 16:04:34
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01431706
Message ID:
01431730
Views:
42
Thanks Naomi. Here is the calling code from a form. The smtpmail.prg is in the poject.
**** new email
SET PROCEDURE TO smtpmail.prg

cSmtps="smtp.xtra.co.nz"  &&ALLTRIM(gst.smtps)
cBan="Wellington Apprelemaster"
cFrom="shafid@khan.co.nz"
cTo="shafid@xtra.co.nz"
cSubj="National account files from "+cban
cMsg="National account files from "+cban
cAttch="C:\khan\khan.dbf"

SendSmtpEmail(cSmtps,cFrom,cTo,cSubj,cMsg,cAttch)
How do I hook up the new class I have created "Oletest" to this form ??
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform