Report generator does not take into account family line
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
GenoPro Support Forum
Home        Members    Who's On
Welcome Guest ( Login | Register )
        



Report generator does not take into account family line Expand / Collapse
Author
Message
Post #16652 Posted 3/6/2007 7:03:13 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie This user is a contributor to FamilyTrees.GenoPro.com 

Group: Customers
Last Login: 1/13/2008 6:16:10 PM
GenoPro Version: 2.0.1.3
Posts: 3, Visits: 16
"He/She is an only child" should not be displayed if 'family line' is set to possibly more children or to be completed.

I think that the statement should instead be omitted, as at that point, it is only an assumption on the software's part.

Does anyone know how I might omit the statement myself, by changing the coding of my report's skin?  I have searched for the code, but I had no luck when I attempted to comment out line 153 in Lang.vbs and regenerate the report.  I had, though, expected to find some reference in individual.htm to the individual being an only child.

Dictionary.xml:
961: <AnnotationDeath T="{ &#32;}{\U}{0} {1} an only child." />

Lang.vbs:
153: WriteHtmlAnnotation Dic("AnnotationDeath"), d.Comment

Post #16653 Posted 3/6/2007 10:30:56 PM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: Today @ 12:51:02 AM
GenoPro Version: 2.0.1.6
Posts: 387, Visits: 2,970
set to possibly more children or to be completed.

In Version 2007 the report will say either:-

"They have a daughter named B.  There are possibly more children"  OR

"They have a daughter named B.  The family line is yet to be completed"
 
Are you using the latest version of the software?


Poolzone  a mere cog in a revolution
Post #16679 Posted 3/7/2007 6:11:46 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie This user is a contributor to FamilyTrees.GenoPro.com 

Group: Customers
Last Login: 1/13/2008 6:16:10 PM
GenoPro Version: 2.0.1.3
Posts: 3, Visits: 16
I am running GenoPro 2007 v2.0.0.3.

The error does not occur on pages referring to a parents' children.  I can see that the statement "They have a son named Ian.  The family line is yet to be completed." is quite correct.  But if I then go to Ian's page, his page reads "Ian was born on **date hidden on Forum**.  Ian's father is Jim **Surname hidden** and his mother is Erika.  He is an only child.

It is this statement, "He is an only child" which I believe should not be written in the report, as it is not a fact until the family line is completed.

Any suggestions?

Post #16685 Posted 3/7/2007 11:21:40 PM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: Today @ 12:51:02 AM
GenoPro Version: 2.0.1.6
Posts: 387, Visits: 2,970
Some discussion on this matter is at http://support.genopro.com/Topic14598-60-1.aspx

However the changes effected did not include the individual page of the report and Ron may wish to again revisit this matter and advise on his thoughts.

Poolzone  a mere cog in a revolution

Post #16693 Posted 3/8/2007 8:19:34 AM


Grand Master

Grand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand Master This user is a contributor to FamilyTrees.GenoPro.com This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: Today @ 6:09:59 AM
GenoPro Version: 2.0.1.6
Posts: 1,103, Visits: 5,135
Yes I believe this to be a bug. The report must stick to the known facts. The solution is quite simple. Just change Lang.vbs in a Customized skin as follows:

change line 436 from 
    Report.WritePhraseDic "PhOnlyChild", PnP(i), ToBe(i)
to
    If f.FamilyLine.ID ="NoMoreChildren" Or f.FamilyLine.ID = "" Then Report.WritePhraseDic "PhOnlyChild", PnP(i), ToBe(i)

I'll add this to the next release.

By the way:

mattybrown1985
Dictionary.xml:
961: <AnnotationDeath T="{ &#32;}{\U}{0} {1} an only child." />

If you have this line in your Dictionary.xml file then it is corrupted!


'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Post #16702 Posted 3/8/2007 9:18:14 PM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is a contributor to FamilyTrees.GenoPro.com This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: Yesterday @ 5:34:19 PM
GenoPro Version: 2.0.1.4
Posts: 433, Visits: 3,385
Ron (3/8/2007)
I'll add this to the next release.

Hi Ron,

Any chance of adding the full dates to the xml tool for the next update instead of just the year of marriage and divorce as here :- m. 1909 - d. 1920                

This is what was in the old  xml tool :-  m. 7 Sep 1909 - d. 20 Jan 1920

Thanks Iain

Post #16814 Posted 3/14/2007 10:50:19 AM
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member This user is a contributor to FamilyTrees.GenoPro.com 

Group: Customers
Last Login: Today @ 12:00:45 AM
GenoPro Version: 2.0.1.5
Posts: 48, Visits: 828
Ron,

I made the change in Lang.vbs, but reports an error. Please see attached file.

  Post Attachments 
Clipboard01.jpg (4 views, 76.68 KB)

Post #16815 Posted 3/14/2007 12:54:26 PM


Forum Guru

Forum GuruForum GuruForum GuruForum GuruForum GuruForum GuruForum GuruForum Guru This user is an important contributor to the translation of GenoPro 

Group: Customers
Last Login: 10/9/2008 4:50:54 PM
GenoPro Version: 2.0.1.6
Posts: 107, Visits: 1,892
ccampos (3/14/2007)
Ron,

I made the change in Lang.vbs, but reports an error. Please see attached file.

Hi Carlos,

That's becuse you are using the "customized spanish narrative report"...with that skin the line 436 in Lang.vbs must be:

If f.FamilyLine.ID ="NoMoreChildren" Or f.FamilyLine.ID = "" Then Report.WritePhraseDic "PhOnlyChild_" & i.gender.id, PnP(i), ToBe(i)

Regards

Hugo.

PS. The skin in spanish is now updated http://support.genopro.com/FindPost15978.aspx

« Prev Topic | Next Topic »


Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: GenoProSupport, JcMorin, Ron

Permissions Expand / Collapse