Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email with Outlook Express
Message
From
19/05/2004 13:38:35
 
 
To
19/05/2004 13:29:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00905248
Message ID:
00905342
Views:
13
Ok. Sorry

_shellexecute is class that is defined in vfp98\ffc\_environ.vcx

>I understand that, but without seeing the actual function of _shellexecute or shellexecute, I cannot tell what the declaration is for the parameters you are passing. Is it a standard API shellexecute() that is called in one of those functions?
>
>
>>I have the code on click method of button inside one form.
>>
>>>Can you post your code in the form's _Shellexecute and shellexecute methods?
>>>
>>>>I am using the code below to call outlook express
>>>>
>>>>Thisform._Shellexecute.Shellexecute('mailto:' + ;
>>>> '?bcc=' + destino + ;
>>>> '&subject=' + RTRIM(Thisform.txtdsassunto.value) + ;
>>>> '&body=' + RTRIM(Thisform.edtdstexto.text))
>>>>
>>>>The problem is: when the variable destino is greater than 400 bytes the outlook is not called.
>>>>
>>>>The variable destino is a set of email address that comes from VFP table.
>>>>
>>>>Is there a limitation of the lenght?
Antonio Carlos Kleinübing
Systems Analyst
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform