Quantcast
Channel: FTR Gold 5.x - Articles
Viewing all articles
Browse latest Browse all 22

KB00214 - Enable Merge/Filter functions

$
0
0
Summary :-
The merge and filter options are disabled by default in version 5.5 of FTR Reporter, FTR Log Notes and FTR Monitor.  They can be re-enabled using the following process.

Solution : -
Start the Visual Basic Editor using one of the following methods.
Method 1:

1.    Click Start, point to All Programs, ForTheRecord then SDK

2.    Click Visual Basic Editor.


Method 2:
If a start menu command is not available do the following:

1.    Create a shortcut to the affected program (FTR Reporter, FTR Log Notes and FTR Monitor all use FTRGoldMain.exe).

2.    Right click the shortcut and click Properties.

3.    Select the Shortcut tab and add -vbe at the end of the Target.

"C:\Program Files (x86)\FTR\ForTheRecord\FTRGoldMain.exe" -vbe

4.    Start the program using the modified shortcut and observe that the Visual Basic Editor is started with the program.


Edit the Standard LNM
From the Visual Basic Editor, change the Merge and Filter modules in the Standard.lnm using the following steps:

To re-enable the Merge function

1.    Expand the Standard.lnm

2.    Expand Modules

3.    Open the mdlMerge module

4.    Find the line that reads:
Public Sub MergeObselete()

5.    Change this to:
Public Sub a_M__erge()
Note:  Double underscore between M and erge()


To re-enable the Filter function

1.    Expand the Standard.lnm

2.    Expand Modules

3.    Open the mdlFilter module

4.    Find the line that reads:
Public Sub FilterObselete()

5.    Change this to:
Public Sub b_F__ilter()
Note:  Double underscore between F and ilter()


Restart the program
When the required changes are made, close the program and restart.  Observe that the Merge and/or Filter commands are now available in the Tools menu.

Viewing all articles
Browse latest Browse all 22

Trending Articles