Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual Basic & Visual FoxPro challenge
Message
From
06/03/2001 01:06:29
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Visual Basic & Visual FoxPro challenge
Miscellaneous
Thread ID:
00482126
Message ID:
00482126
Views:
47
Hi. I bought the re-mail (email) program from www.direct-print.com

I was told to put the following code in my VFP program. The last line (License Password) errors out with the message "Unrecognized Command Verb".
Does anyone who know VB & VFP know why?

DECLARE License IN RE_Mail.dll AS License LONG @Password

DECLARE LONG RESendMail IN RE_Mail.dll AS RESendMail STRING SmtpHost, STRING EmailFrom, STRING EmailTo, STRING Subject, STRING Msg, STRING Attachments, LONG hDisplay, LONG cDisconnect


* password generation in VFP
public Password as long
PassDate=dtoc(date(),1)
Password = 1943
for i=1 to len(PassDate)
Password = Password + val(substr(PassDate,i,1))
next
release PassDate

* finally
License Password

Thanks, Randy

* (also posted on the Visual Fox thread)
Next
Reply
Map
View

Click here to load this message in the networking platform