option to exclude tags in generators, search a map tree
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 )
        



option to exclude tags in generators, search a map tree Expand / Collapse
Author
Message
Post #6663 Posted 5/1/2005 2:19:45 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Customers
Last Login: 8/17/2005 10:39:31 PM
Posts: 1, Visits: 0
Hello!

The beta-version looks very nice so far.
Wishes:

* An option to exclude tags (=data fields, at least the custom fields) when generating html- or gedcom-files. So that I can choose to keep some data for myself.

* A possibility to search all genopro(gno)-files located in one map/drive (also located in second, third etc maps in that map/drive) although the files are not open.

Thank you.

Sofia Ling
Sweden
Post #6664 Posted 8/18/2005 6:48:58 PM


Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master This user is an important contributor to the translation of GenoPro 

Group: Administrators
Last Login: Today @ 6:04:03 PM
GenoPro Version: 2.5.0.1
Posts: 3,636, Visits: 15,145
One feature to be done is a "privacy filter". The privacy filter will be used mostly to publish genealogy reports on the web where the user may want some data fields to never appear in the report. The privacy filter will include rules to remove sensitive data from living individuals or remove some individuals entirely. The plan is to have a tab dialog with this filter built-in to the report generator. In other words, before generating a report, GenoPro will make an internal copy of the genealogy tree (in memory) and apply the privacy filter, then generate the report on that genealogy tree. The privacy filter will have many options, including excluding GenoMaps. I realize many individuals are using the GenoMaps to include multiple families, but sometimes would like to generate a report (or create a copy) of the genealogy tree for a specific family. The privacy filter will be used to export data, but by default will not filter any data. Another good news is the privacy filter will support scripting in either VBScript or JScript. The following code snippet is a sample script to keep all living individuals from GenoMap "Morin".
for each i in thisDocument.Individuals do
  if (i.genomap <> "Morin" OR i.is_dead <> "Y") then
    thisDocument.RemoveObject(i)
  end if
next

With the full support of VBScript and JScript, the user can add additional rules for filtering as you have seen with the five lines above. All the tags such as "i.genomap", "i.is_dead", "i.birth.date" are already working in GenoPro. The complete list of tags is available in the "Tag Definitions" (Menu -> Tools -> Tag Definitions).

Another feature I am considering is a checkbox "This comment is private" for certain comments. The report generator would by default skip those private comments.


Post #6665 Posted 8/18/2005 6:48:58 PM


Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master This user is an important contributor to the translation of GenoPro 

Group: Administrators
Last Login: Today @ 6:04:03 PM
GenoPro Version: 2.5.0.1
Posts: 3,636, Visits: 15,145
For a summary about privacy issues, please visit Report Privacy - Exclude GenoMaps, Individuals and/or Tags

« 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

All times are GMT -5:00, Time now is 7:18 PM

Copyright 1998-2009 GenoPro. All rights reserved. GenoPro and the GenoPro logo are trademarks.