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

GenoPro Support Forum




GenoPro SDK trial

Click to view RSS...
Author My company is looking to incorporate family tree / genealogical information on our case management system.
Posted Monday, July 14, 2008 - Post #22108
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: Tuesday, February 3, 2026
Posts: 4,886, Visits: 22,803
At the moment, GenoPro does not support such features. GenoPro has very limited methods for automation, mostly GetTextXML and SetTextXML. We need to add new methods to support the creation and modification of objects, so a script or macro can automatically modify the document.

Edited: Monday, July 14, 2008 by GenoProSupport
Posted Monday, July 14, 2008 - Post #22107
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Forum Members

Last Login: Tuesday, July 15, 2008
Posts: 3, Visits: 8
I have read those file. So do you mean I have to construct a XML file and then feed it to the document?

From reading the documentation on www.genopro.com/SDK, I was under the impression that I can do something like:

GenoPro.IGenoDocument doc = new GenoPro.DocumentClass();
GenoPro.IGenoObjects c = doc.Collection("Individuals");
GenoPro.IGenoObject i = ?????; // create a new individual by some mean that I can't figure out
i.TagName("Name.First") = "user";
c.Add(i);


Edited: Monday, July 14, 2008 by GenoProSupport
Posted Monday, July 14, 2008 - Post #22106
Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master

Gamma
Moderators
Administrators
FamilyTrees.GenoPro.com
Customers
GenoPro version: 3.1.0.1

Last Login: Monday, May 12, 2025
Posts: 952, Visits: 10,077
Actually:

If you download http://www.genopro.com/sdk/automation/plugin.aspx, go in the bin folder and launch the program. There is a button call Load a text document that will "inject" 3 individuals to GenoPro... it's written in C#.



Edited: Monday, July 14, 2008 by JcMorin

Posted Monday, July 14, 2008 - Post #22105
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: Tuesday, February 3, 2026
Posts: 4,886, Visits: 22,803
elty (7/14/2008)
Can you create a simple program in C# that will add a new document with 3 people (father, mother and son) please?

Use the method SetTextXML and use an XML document as the parameter.  Try it at the bottom of page http://www.genopro.com/sdk/automation/

The other option is to download the file http://www.genopro.com/sdk/automation/GenoProAutomationVB6.zip and run the program.

Edited: Monday, July 14, 2008 by GenoProSupport

Posted Monday, July 14, 2008 - Post #22104
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Forum Members

Last Login: Tuesday, July 15, 2008
Posts: 3, Visits: 8
Can you create a simple program in C# that will add a new document with 3 people (father, mother and son) please?
Posted Monday, July 14, 2008 - Post #22103
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: Tuesday, February 3, 2026
Posts: 4,886, Visits: 22,803
The demo version of GenoPro at http://www.genopro.com/InstallGenoPro.exe includes everything, including the source code in VBScript and JavaScript for the report generator.

We also have sample program available at http://www.genopro.com/sdk/automation/ for automating.  My brother Jean-Claude also wrote a simple collaboration system in C#.  The the code is available online at http://www.genopro.com/sdk/automation/plugin.aspx.

If you provide a bit more information about your needs, we may be able to give you additional link or write extra features.  Yesterday I added support to MsgBox and InputBox (see http://support.genopro.com/Topic22090-63-1.aspx).

Feel free to use the evaluation key 7N3-QVW-AZH-JBL-TMP to get started.

Posted Monday, July 14, 2008 - Post #22102
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Forum Members

Last Login: Tuesday, July 15, 2008
Posts: 3, Visits: 8
My company is looking to incorporate family tree / genealogical information on our case management system. Is there a trial for the SDK?

Edited: Friday, January 20, 2012 by GenoProSupport


Similar Topics

Click to view RSS...
Expand / Collapse

Reading This Topic

Expand / Collapse