Thank you every one trying to help. I have to admit that wgcs, slighthaze and rgbean is taliking over my head. I am still infant in VFP. Here is my code from thread184-470950
by GriffMG
FUNCTION UnZip
PARAMETERS m.FILENAME,m.DESTDIR
LOCAL LNRETVAL, LCOPERATION
LCOPERATION =...
I did try '\n\r',<br> with escape funciton. No luck. The problem is with Groupwise (Novell) is not recognizing it. I may have to find alternative resolution. I don't know what yet. Thank you guys.
ace Scripter,
I tried <br>. I use Outlook Express at home and the code "%0A%0D" works find. But we use Groupwise at work. Whatever I have tried so far is not working.
No luck. This is my test page...
<html>
<head>
<title></title>
<script language="JavaScript">
function EmailLink(){
var testText
testText= "this is a test" + '\n\r\n\r' + "this is a 2nd line"
window.location = "mailto:"+"?subject=I thought this...
I have the same problem using with Groupwise as an email service. I have tried '%0A%0D', '\n','\n\n',escape..etc...still no luck. Please help anyone.
Thank you
AB
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.