Results 1 to 3 of 3

Thread: SendObject messagetext format

  1. #1
    Join Date
    Aug 2003
    Posts
    2

    SendObject messagetext format

    Hello,

    in the messagetext argument of the sendObject method is it possible to force new lines so that the output (an email) is more presentable?

    I have
    "Job number " & Me.[Job number] & " was completed on " & Me.Date_Completed etc.
    currently.

    After Me.Date.Completed I would like a new line before the next field appears.

    Thanks in antic.

    amofw

  2. #2
    Join Date
    Aug 2003
    Location
    Singapore
    Posts
    3
    Hi There

    i tried using this
    "Your message " & Chr(13) & "Continuing message..."

    Works fine for me, perhaps u can try this.

    Cheers...

  3. #3
    Join Date
    Aug 2003
    Posts
    2
    Thanks Dice - amazing how it's the simple things that catch you out

    Cheers
    amofw

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •