Tracey, you're absolutely wonderful I hope I can work it out from here REALLY appreciate your help Sytze
On Fri, Jun 24, 2011 at 6:28 AM, Tracy Pearson <[email protected]>wrote: > Sytze de Boer wrote on 2011-06-22: > > Tracy I really appreciate your suggestion/help However, I'm not clear > > or do not understand how to place a Olecontrol on the report (in this > > instance) It gives me 3 options Image file name (I don't think it is) > > General field name (The data is not in the General field, its in a > > memo) Expression or variable name (Not relevant?) > > > > I tried the General field many years ago and came to hate it with a > passion. > > Is that my only option though? > > > > S > > Sytze, > > Well, how about that. I took some time to make a test. > Put a form together with the RichText control on it. > Created the cursor needed ( testing purposes I hardcoded things ) > > CREATE CURSOR rtftest (rtfobject g) > APPEND BLANK > STRTOFILE(THISFORM.olecontrol1.object.TextRTF, "c:\temp\test.rtf",0) > APPEND GENERAL rtfobject FROM "C:\TEMP\TEST.RTF" CLASS > "RICHTEXT.RICHTEXTCTRL.1" > REPORT FORM rtftest TO PRINTER PROMPT NOCONSOLE PREVIEW > > Then put together the FRX needed. Added the olecontrol, selected General > field name, and set the controlsource to the rtfobject > > Here's an example > http://support.microsoft.com/default.aspx?scid=kb;en-us;246088 > > > Though, if the entire report is in the RTF control, you can print that > according to. > http://www.dfpug.de/konf%5Ckonf_1997%5C10_repo%5Ce_high/seite5.htm > and > http://support.microsoft.com/kb/q170126/ > > Tracy Pearson > PowerChurch Software > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

