| TeliClip | |||||
| [TeliClip]=[HKCU]\ SOFTWARE\ ROMICO\ TeliClip | |||||
| Name | Location | Example | Description | Registry Key example | Version |
| Debug | [TeliClip] | Debug=1 | Enabled Debug messages logging to file. Restart not necessary. [default = 0]. Restart not necessary. | TeliClip_Debug_1.reg | 11.02.2011 1_0_38 |
| DisableControls OnCallRemove |
[TeliClip] | DisableControlsOnCallRemove=0 | Control disabling when call ends can be turned off. [default = 1]. Restart not necessary. | TeliClip_DisableControls OnCallRemove_0.reg |
11.02.2011 1_0_38 |
| InfoNotOlderThan | [TeliClip] | InfoNotOlderThan =0 | Info
is shown only if it is not older than 60minutes, disabled time checking if
set to 0. [default = 60].Restart not necessary. |
TeliClip_InfoNotOlderThan_0.reg | 11.02.2011 1_0_38 |
| InfoReadOnly | [TeliClip] | InfoReadOnly =1 | Info textbox can be set as readonly to disallow changes in database. [default = 0]. Restart necessary. | TeliClip_InfoReadOnly_1.reg | 11.02.2011 1_0_38 |
| Database configuration | [TeliClip]\ Database | SQLDBName="ROMICO-CTI" | Values allowing to set database connection configuration. Restart necessary. | TeliClip_Database.reg | 11.02.2011 1_0_38 |
| SQLServer="MYSERVER\\SQLEXPRESS" | |||||
| SQLDBLogin="MyUser" | |||||
| SQLDBPassword="MyPassword" | |||||
| ExtendedFunctions | [TeliClip]\
Extended Functions |
"F1"="SAP PasteTest; [CLIPBOARD] %2; [PAUSE] 5; [CTRL+V]" | Values allowing to set Extended functions configuration (F1, F2 and F3). Restart necessary. | TeliClip_ExtendedFunctions.reg | 11.02.2011 1_0_38 |
| "F2"="SAP TACTest; [TAC] C:\\MyMacros\\macro.tac %1" | |||||
| "F3"="SAP NotepadTest; notepad.exe %2 %1" | |||||
| cLblInfo.Text | [TeliClip] | cLblInfo.Text=MyInfo: | Allows to change label description of Info TextBox. [Default=Info:]. Restart necessary. | TeliClip_cLblInfoText.reg | 11.02.2011 1_0_38 |
| InfoReadOnly | [TeliClip] | InfoReadOnly =1 | Info textbox can be set as readonly to disallow changes in database. [default = 0]. Restart necessary. | TeliClip_InfoReadOnly_1.reg | 11.02.2011 1_0_38 |
| Database sql | Databse [ROMICO-CTI] |
CREATE TABLE
[dbo].[TeliClip]( [Id] [bigint] IDENTITY(1,1) NOT NULL, [CallerID] [varchar](50) NULL, [Info] [varchar](255) NULL, [InfoChangeDate] [datetime] NULL] |
Create database table | TeliClip.sql | 11.02.2011 1_0_38 |