Search found 6 matches

by russ3ell
Wed Mar 02, 2016 2:52 pm
Forum: Support
Topic: The demo sending email crashes
Replies: 1
Views: 9122

I have got this working. The issue was that we are working in Delphi 7 and this was working for a later version
by russ3ell
Tue Mar 01, 2016 4:46 pm
Forum: Support
Topic: The demo sending email crashes
Replies: 1
Views: 9122

The demo sending email crashes

I have downloaded the trial version of the product and I have now seen that it doesn't work with sending mail via outlook. So I had a look at Mime Demo and sending with Indy (we are using Indy 10). Unfortunately the demo crashes when I try to send the default message. I am using Delphi 7. Here is ...
by russ3ell
Tue Mar 01, 2016 3:31 pm
Forum: Support
Topic: Loading from RTF stream does not show any data
Replies: 2
Views: 15519

That worked thank you
by russ3ell
Tue Mar 01, 2016 1:11 pm
Forum: Support
Topic: Loading from RTF stream does not show any data
Replies: 2
Views: 15519

Loading from RTF stream does not show any data

I am probably doing something very simple wrong. I have an RTF document saved within a database as a Blob field. I load this into a string and then stream it into a RichViewEdit document, but nothing is displayed: MemStream.Clear; i := length(RTFString) * SizeOf(RTFString[1]); MemStream.Write ...
by russ3ell
Tue Mar 01, 2016 12:04 pm
Forum: Support
Topic: Delphi Access violation when running LoadRTFFromStream
Replies: 1
Views: 8843

I did not set the style in the Rich Edit View
by russ3ell
Tue Mar 01, 2016 11:17 am
Forum: Support
Topic: Delphi Access violation when running LoadRTFFromStream
Replies: 1
Views: 8843

Delphi Access violation when running LoadRTFFromStream

When I try to load a Rich View Edit from RTF stram I get an access violation and the message RVRTFProps.pas not found. Please can someone help