Results 1 to 2 of 2

Thread: Rich Text Boxes

  1. #1

    Thread Starter
    Lively Member trip85's Avatar
    Join Date
    Jun 2000
    Location
    Chalfont, PA
    Posts
    106
    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

  2. #2
    Hyperactive Member vbuser1976's Avatar
    Join Date
    Sep 2000
    Location
    Yonkers, NY
    Posts
    404

    Question 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
  •  



Click Here to Expand Forum to Full Width