Concept links not working anymore

This forum is for all Flare related Tips and Tricks.
Have a tip or trick you use while working in Flare? Share it here.
Post Reply
MC Hammer
Sr. Propeller Head
Posts: 225
Joined: Wed Aug 08, 2007 3:04 am
Location: In a galaxy far, far away

Concept links not working anymore

Post by MC Hammer »

We are about to release our software and I have just discovered with horror that my concept links do not seem to work anymore.
I have not changed the concept entries or the concept association.
No concept link in the whole of my HTML outputs (all from the same Flare project)
The search works fine.
Any ideas? (I am using Flare 3.0.3)

They used to but now when a user clicks on a concept link, the following message is displayed:
You do not have the required permissions to view the files attached to this post.
Marie-Claire
Flare 2019 r2 - Windows 10 Pro - HTML5 help / "clean" XHTML output
Pete Lees
Sr. Propeller Head
Posts: 150
Joined: Thu Feb 09, 2006 12:33 pm
Location: Bracknell, Berkshire, UK

Re: Concept links not working anymore

Post by Pete Lees »

Hi, Marie-Claire,

It sounds like you may need to reregister the HTML Help ActiveX control on your computer. You can do this by running MJ's Help Diagnostics, which is available from this page:

http://helpware.net/downloads/index.htm#MJs

Make sure that the option to "Refresh Registration of all HH 1.x DLLs" is checked.

Alternatively, open a Command Prompt window and then run the following two commands:

Code: Select all

regsvr32 /u %windir%\system32\hhctrl.ocx
regsvr32 %windir%\system32\hhctrl.ocx
The first command unregister the ActiveX control, and the second reregisters it.

Pete
Post Reply