GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 

GenoPro Support Forum




Notes Spacing in Gedcom Report

Click to view RSS...
Author Blank lines didn't show up in notes.
Posted Monday, February 22, 2010 - Post #25517
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member

Customers
GenoPro version: 2.0.1.4

Last Login: Saturday, September 21, 2019
Posts: 16, Visits: 89
I frequently use a blank line to separate paragraphs in Notes for an individual. When this is exported through the gedcom report, the notes are combined and the blank line is lost. I fixed this in the gedcom.js file by adding the second line below (about line 771):

if (! fLongLine || sOldLines[i].length > 0 ) {
if ((sNextTag != sTag) && (sOldLines[i].length == 0)) sNextTag = 'CONT'; // new line
sNewLines += nNextLevel + ' ' + sNextTag + ' ' + sOldLines[i] + Report.TagBr;
}

Threaded View

Expand / Collapse
Threaded View
Forum Post Notes Spacing in Gedcom Report By BobWebster ( Monday, February 22, 2010 )
Forum Post Hi Bob, I have now plugged in a fix for this, implemented differently... By genome ( Tuesday, February 23, 2010 )
Forum Post Thanks! Your fix is much better. By BobWebster ( Tuesday, February 23, 2010 )


Similar Topics

Click to view RSS...
Expand / Collapse

Reading This Topic

Expand / Collapse
Active: 2 - 1 guest, 1 member, 0 anonymous.
Refresh