GenoPro SDK trial
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 )
        



GenoPro SDK trial Expand / Collapse
Author
Message
Post #22102 Posted 7/14/2008 1:52:57 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 7/15/2008 10:46:27 AM
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?
Post #22103 Posted 7/14/2008 2:10:19 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 @ 9:21:17 AM
GenoPro Version: 2.4.0.3
Posts: 3,523, Visits: 14,875
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.

Post #22104 Posted 7/14/2008 2:42:04 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 7/15/2008 10:46:27 AM
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?
Post #22105 Posted 7/14/2008 2:48:36 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 @ 9:21:17 AM
GenoPro Version: 2.4.0.3
Posts: 3,523, Visits: 14,875
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.

Post #22106 Posted 7/14/2008 2:57:23 PM


IT Director GenoPro

IT Director GenoProIT Director GenoProIT Director GenoProIT Director GenoProIT Director GenoProIT Director GenoProIT Director GenoProIT Director GenoPro  

Group: Customers
Last Login: Yesterday @ 8:27:51 AM
GenoPro Version: 2.0.1.6
Posts: 457, Visits: 5,964
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#.




If the facts don't fit the theory, change the facts.
-- Albert Einstein

Jean-Claude Morin
Information Technology Director, GenoPro.
http://www.genopro.com

Post #22107 Posted 7/14/2008 3:08:37 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 7/15/2008 10:46:27 AM
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);
Post #22108 Posted 7/14/2008 3:19:13 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 @ 9:21:17 AM
GenoPro Version: 2.4.0.3
Posts: 3,523, Visits: 14,875
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.

« 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:10 PM

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