Thankyou, sir! REPORT <reportname> <componentid> <parameter> did not help. I get into the reports designer but not the editor. It could be because you are using Rbase 9.1.11010 and I 9.0.2.10809.
I have made two reports. Mailmerge and Mailmerge1. The first with a RTF field, the second with an ARTF field. In both cases to access the editor I have to get into the Report Designer and doubleclick on the respective field. The report Mailmerge gives me the Rich Text Editor and Mailmerge1 gives me Advanced Rich Text Editor. The purpose of asking is to be able to programmatically create a formletter that is the body of a email and not an attached file. If a user (my wife) then want to create a nice looking message she/he wouldn't notice the designpart of reports. Regards Christian Hjortmar > On Thu, Aug 12, 2010 at 4:30 PM, Christian Hjortmar > <[email protected]> wrote: >> Good Evening, List! >> I am looking for a PROPERTY command that let me open REPORTS with an >> advanced rich text field, directly into Advanced Rich Text Editor mode? > > Christian, > > Here's how: > > REPORT <reportname> <componentid> <parameter> > > Steps: > > 01. Start R:BASE eXtreme 9.1 (32/64) - (Build: 9.1.11010) > > 02. CONNECT dbaname > > 03. At the R> Prompt or in a command file > > REPORT reportname AdvancedRTControlCompID 'EDIT' > > This eXclusive command will open the desired report in > Report Designer with Advanced Rich Text Editor with all > contents from Advanced Rich Text Control with unique > Component ID. > > That's all there is to it! > > Very Best R:egards, > > Razzak. >

