Search found 5 matches

by mdsimmonds
Thu Sep 05, 2013 1:21 pm
Forum: Analyzer's General Discussion
Topic: New Error: "Segment Overflow Definition"
Replies: 3
Views: 5889

Re: New Error: "Segment Overflow Definition"

I am also receiving the segment overflow/truncation errors using Flare 9.1.1 and Analyzer 6.0.0:
SegmentOverflowDefinition: @Text : String truncation: max=4000_ len=4016_ value='Archive - 52 - North Dakota Run Sheet Setup ChecklistThis checklist provides etc...

I also have several database errors ...
by mdsimmonds
Thu Apr 12, 2012 2:43 pm
Forum: Tips and Tricks
Topic: Including Product Name Variable in Topic Title
Replies: 5
Views: 4738

Re: Including Product Name Variable in Topic Title


1. Leave the topic title blank; if you don't set any title, the title will be set to the first heading (h1) in the topic.
2. For your heading(h1), just type "Overview of " and then insert your variable (using Insert > Variable).

The import of the project from a RoboHelp 5.x .xpj file ...
by mdsimmonds
Wed Apr 11, 2012 3:11 pm
Forum: Web-based Outputs
Topic: Error raised when previewing HTML5
Replies: 2
Views: 1293

Error raised when previewing HTML5

This error occurs multiple times when trying to view any of the topics in my project using the HTML5 preview window:
Microsoft JScript runtime error: 'data' is null or not an object

Breaks in the MadCapUtilities.js file, line 593:
var parts = e.data.split(CrossFrame.MESSAGE_SEPARATOR);
Running IE ...
by mdsimmonds
Wed Apr 11, 2012 2:38 pm
Forum: Tips and Tricks
Topic: Including Product Name Variable in Topic Title
Replies: 5
Views: 4738

Re: Including Product Name Variable in Topic Title

If you're trying to set the variable in the topic's <title> tag (Topic Title setting in topic properties), then the format [%=Primary.ePCR%] will work.

Thank you for responding, Dave.

In my Flare 8 project, it only partially works:
<head><title>Overview of [%=Primary.ePCR%]</title>
</head ...
by mdsimmonds
Thu Apr 05, 2012 1:52 pm
Forum: Tips and Tricks
Topic: Including Product Name Variable in Topic Title
Replies: 5
Views: 4738

Including Product Name Variable in Topic Title

We're rebranding soon and our product name is changing.
We have several product name variables and have created one for our ePCR product in the Primary variable set called ePCR.
The original title of the topic was "Overview of ePCR"
Neither the mcvariable:VariableSet.VariableName or the ...