Search found 19 matches
- Sun Jan 15, 2012 1:16 pm
- Forum: TreeDraw genealogy charting
- Topic: Brilliant
- Replies: 5
- Views: 17361
Feature request: Automatic back-joining of lines upon import
When importing trees with the "Join lines" option selected, one end of the shorter lines for each sibling is automatically joined to the longer line which connects those siblings. It would be helpful if the two ends of the longer line were also joined to their respective "end-point" sibling lines (i...
- Sat Jan 07, 2012 5:11 pm
- Forum: TreeDraw genealogy charting
- Topic: Brilliant
- Replies: 5
- Views: 17361
Joining line ends
That did it. Many thanks!
- Sat Jan 07, 2012 3:33 pm
- Forum: TreeDraw genealogy charting
- Topic: Brilliant
- Replies: 5
- Views: 17361
Brilliant
Well I've just tried out V4 and had to register it immediately - you've done it again! The line-joining feature is superb, both for manual joining and on imported charts. This will make it much easier to adjust charts in the future. I wonder if it's possible to manually join a line end with another ...
- Sat Dec 18, 2010 9:48 am
- Forum: Kith and Kin Pro V3 genealogy database
- Topic: how to sort persons by date of death?
- Replies: 2
- Views: 13997
Sorting all people by date of death
Another option would be to go to the Search menu, select Search, then select the "SQL Query" tab; then enter the following query into the large SQL query field: select people.[Death date], people.[Description] from people order by [Death date] When you press the Search button, you should get everyon...
- Sun Oct 10, 2010 5:04 pm
- Forum: Kith and Kin Pro V3 genealogy database
- Topic: Deleting People and Families in Bulk
- Replies: 4
- Views: 18529
Tool for bulk deleting of data
You might want to look at this tool: Discussed in: http://www.spansoft.org/forums/viewtopic.php?t=279 Here's a download link for the tool: http://dienhart.com/software/Borland_Delphi/documentation/DDQM.shtml (broken link) The tool described there will allow you to execute a DELETE statement using th...
- Fri Nov 20, 2009 6:22 am
- Forum: Kith and Kin Pro V3 genealogy database
- Topic: KKPro and Netbooks
- Replies: 2
- Views: 13861
Working at genealogy offices
I don't know about KKPro licensing restrictions. In my own experience, I have usually found a spreadsheet program, such as Excel, to be the best for quickly recording the raw data from archive and parish registers. I can then copy and paste the information into KKPro once I return home, when I have ...
- Thu Aug 27, 2009 7:28 pm
- Forum: Kith and Kin Pro V3 genealogy database
- Topic: Feature request: Assign children to multiple families
- Replies: 2
- Views: 14275
Actually there is no uniqueness contraint on a family/person association in the database - I used DDQM to insert a person as a child into multiple families (in the Links table), and the person was displayed in those families on the tree area and was listed properly when I right-clicked on the famili...
- Wed Aug 26, 2009 8:01 pm
- Forum: Kith and Kin Pro V3 genealogy database
- Topic: Feature request: Assign children to multiple families
- Replies: 2
- Views: 14275
Feature request: Assign children to multiple families
Often it is not certain whether a person is a child of one family or of another. I therefore would like to be able to assign the child to multiple families (and then have K&K prompt to automatically set the "Definite" attribute to False for all families with which the child is associated). This func...
- Fri Jul 24, 2009 9:28 am
- Forum: TreeDraw genealogy charting
- Topic: Two suggested features
- Replies: 1
- Views: 10692
I too would like to be able to restrict dragging to the vertical or horizontal axis by pressing the Shift key. Another feature that would save a huge amount of time would be the ability to drag boxes (or groups of boxes) around and to have the length and placement of their connecting lines be automa...
- Sun Jul 19, 2009 2:27 pm
- Forum: Kith and Kin Pro V3 genealogy database
- Topic: Free SQL tool for advanced DBISAM database operations
- Replies: 2
- Views: 17306
Yes, the site is a bit loud and I can believe it contains links to other sites which may also provide "iffy" content. However, the DDQM software itself is legitimate and I have tried it out. I scanned both the installer and the resulting installed programs (also with McAfee) and they were clean. I e...
- Sun Jul 19, 2009 9:37 am
- Forum: Kith and Kin Pro V3 genealogy database
- Topic: Free SQL tool for advanced DBISAM database operations
- Replies: 2
- Views: 17306
Free SQL tool for advanced DBISAM database operations
http://www.dienhart.com (broken link) offers a nifty little freeware DBISAM SQL tool called DDQM (Daboo DBISAM 4 Query Manager) that will let you perform SELECTs, UPDATEs etc. on your KKPro3 tables, using the full range of advanced SQL syntax supported by the DBISAM database engine, including multip...
- Sat Jul 18, 2009 9:24 pm
- Forum: Kith and Kin Pro V3 genealogy database
- Topic: Bug Fix Release 3.0.4
- Replies: 3
- Views: 16785
- Sat Jul 18, 2009 9:20 pm
- Forum: Kith and Kin Pro V3 genealogy database
- Topic: Bug Fix Release 3.0.4
- Replies: 3
- Views: 16785
Well, I would recommend checking. Look at your source references in the old database and note their family and people codes (use e.g. the SQL search feature for this). Then look at the target database to see if it had different families/people with the same F/P codes as in the source database. If th...
- Thu Jul 09, 2009 5:12 am
- Forum: Kith and Kin Pro V3 genealogy database
- Topic: Layers
- Replies: 6
- Views: 24135
Layers
I like to organize my ancestors into 'clans' (each one centered around one or two family names) using layers. I've also used layers to group families by geographic origin. They make it easier for me to work with groups of people who, in my mind, somehow 'belong together'.
- Sat Jul 04, 2009 5:11 pm
- Forum: Kith and Kin Pro V3 genealogy database
- Topic: People in Limbo
- Replies: 5
- Views: 20893
Hello, Glad you liked the limbo query. The "date errors" problem is more complex. Theoretically it could be solved with a single SQL query, but the database engine probably can't process queries which are that complex, so the actual testing of date-error conditions is done in the program itself or u...