TN IT212 Display Rich Text Format (RTF) Inside Intouch
Description
Display RTF(Rich Text Format) documents inside of Intouch using an ActiveX on a 64bit OS.
- Author: Mike Viteri
- Published: 2/15/2016
- Applies to: Intouch 10.1 & Greater
Details
1.Copy the attached(see below) Richtx32.ocx to C:\Windows\SysWOW64\
2.Open the run menu and type the command below then hit ok. This will register the OCX with the Operating System.
3.You should see a succeeded message.
4.Open Intouch Windowmaker. Go to the Wizard/Active Installation
5.Under Available Active X controls. Select Microsoft Rich Textbox Control 6.0 Sp4
6.Then click install. It will now show inside the top box under “Installed ActiveX controls”.
7.If you click on the wizard hat inside window maker. You should see the RichtextCtrl.
8.You will have to select this control and drop it on the your Intouch window. By default the Richtextctrl should be 1. You can confirm by double clicking the control on your window.
9. Create an Intouch button with action script. The code for the button should be " #RichtextCtrl1.Filename = "C:\myrtf.rtf" (Your RTF Location)