|
-
Nov 27th, 2000, 11:33 AM
#1
Thread Starter
Lively Member
Hello Everyone,
I am trying to use a Rich TextBox in a DLL that creates a text file of Emails in my Database. The problem that I am having is that when i try to set the text property equal to the to body of my email message(which i am getting from a recordset) I get an error message saying "Set Not Permitted".
Can anybody help me get past this, Please Help!
Thanks in Advance!
TRIP85
In the game of life, it's not whether you win or lose, it's how drunk you get.
-Homer Simpson
-
Nov 27th, 2000, 05:28 PM
#2
Hyperactive Member
Quick Question
Have you tried setting the body of the email to a constant text like this:
Code:
.body = "This is the text."
If you haven't, try that first, see what happens, and let me know.
Good Luck!
-vbuser1976 
VB6 Enterprise SP6
SQL 7.0 SP2
VBScript, HTML, Javascript, C++, a little UNIX
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|