Skip to main content
InSource Solutions

TN IT212 Display Rich Text Format (RTF) Inside Intouch

InSource_Logo_Transparent.png

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.

Activex1.jpg

3.You should see a succeeded message.

Activex2.jpg

4.Open Intouch Windowmaker. Go to the Wizard/Active Installation

Activex3.jpg

5.Under Available Active X controls. Select Microsoft Rich Textbox Control 6.0 Sp4

activex4.jpg

6.Then click install. It will now show inside the top box under “Installed ActiveX controls”.

activex5.jpg

7.If you click on the wizard hat inside window maker. You should see the RichtextCtrl.

Activex6.jpg

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.

activex7.jpg

9. Create an Intouch button with action script. The code for the button should be " #RichtextCtrl1.Filename = "C:\myrtf.rtf" (Your RTF Location)

activex8.jpeg