Re: Re[2]: [LegacyUG] Modify GED File to Remove Shared Events?

2015-01-31 Thread Rick Koelz
Don,
Would you be willing to share your VBA procedures?
I had to abandon Shared Events because they wouldn't export properly.
Thanks,
Rick

On Sat, Jan 31, 2015 at 12:49 AM, Don Quigley dwquig...@cox.net wrote:

 Jerry,



 FYI – I solved the problem by writing some Excel VBA procedures to modify
 the GEDCOM file from Legacy to assign shared events directly to each
 person.  Works in TNG and Ancestry.



 Don Quigley

 Escondido, CA



 *From:* Jerry in Michigan [mailto:bearjerca...@gmail.com]
 *Sent:* Tuesday, January 13, 2015 9:06 AM
 *To:* legacyusergroup@LegacyUsers.com
 *Subject:* Re[2]: [LegacyUG] Modify GED File to Remove Shared Events?



 Don, I'm sorry I don't have an answer for your dilemma, but TNG also
 maintains an email list for its users and it has quite a few programmer
 types involved there as well as the owner/creator of the software.  If
 there is a way to do what you need, they might be able to help.  A large
 number of them use Legacy and TNG.  Here's the link to join the email
 group:  *http://lythgoes.net/mailman/listinfo/tngusers2_lythgoes.net*
 http://lythgoes.net/mailman/listinfo/tngusers2_lythgoes.net

 Jerry Boor, MerriamFamilyTree.org



 -- Original Message --

 From: Don Quigley *dwquig...@cox.net* dwquig...@cox.net

 To: *legacyusergroup@legacyusers.com* legacyusergroup@legacyusers.com

 Sent: 1/13/2015 12:28:18 AM

 Subject: RE: [LegacyUG] Modify GED File to Remove Shared Events?



 Jay,



 That works for the “delete” lines, but doesn’t help with the “add” lines
 that are needed for the “secondary” individuals to get their “own” event.



 I don’t want to give up the Share feature of Legacy because it’s a big
 time saver.  But I do want accurate trees in Ancestry to help with my
 research, and in TNG (though I’m just starting there) to get my tree on to
 the Web.



 I ‘m going to play around with importing the text GED file into Excel and
 writing some VB macros to do what is needed.  Was hoping to avoid that
 effort.



 Don



 *From:* Jay Wilpolt [mailto:*jaywilp...@aol.com* jaywilp...@aol.com]
 *Sent:* Monday, January 12, 2015 7:30 PM
 *To:* *legacyusergroup@LegacyUsers.com* legacyusergroup@LegacyUsers.com
 *Subject:* Re: [LegacyUG] Modify GED File to Remove Shared Events?



 Don.

 Try Using Notepad++  for editing your gedcom

 Search for
 2 _Shar

 and select the find all lines with this

 then repeat the process for the 3 _Role

 Then at least you can see all the lines and I think you can even delete
 them all at once.

 Otherwise I would just go back to Legacy 7.5 and use that to keep in sync.







 On Mon, Jan 12, 2015 at 4:01 PM, Don Quigley *dwquig...@cox.net*
 dwquig...@cox.net wrote:

 Has anyone developed a simple way to modify GEDCOM files so they can be
 uploaded to sites like Ancestry and TNG that don’t support Legacy’s shared
 events and now lose the events for all individuals except the one for whom
 the event was originally created?



 The partial GED file below shows that the changes are not complicated and
 could be made manually in a text editor – except for the fact that family
 files may have 100s or 1000s of shared events/individuals. Way too many to
 do by hand.



 ``

 0 @I1@ INDI

 1 NAME Peter /Piper/

 2 GIVN Peter

 2 SURN Piper

 1 SEX M

 1 CENS

 2 DATE 1999

 2 PLAC San Francisco, San Francisco, California, United States

 *1 CENS **[copied below]*

 *2 DATE 2000**   [copied below]*

 *2 PLAC San Francisco, San Francisco, California, United States **[copied
 below]*

 *2 _SHAR @I2@**[deleted]*

 *3 ROLE Household Member**[deleted]*

 1 _UID A519BE2CF0BB421B99E9EB0ACD7F34EF961A

 1 CHAN

 2 DATE 17 Jul 2014

 3 TIME 11:29

 1 FAMS @F1@

 0 @I2@ INDI

 1 NAME Mary /Contrary/

 2 GIVN Mary

 2 SURN Contrary

 1 SEX F

 1 CENS

 2 DATE 1999

 2 PLAC San Francisco, San Francisco, California, United States

 *1 CENS **[inserted]*

 *2 DATE 2000   **[inserted]  *

 *2 PLAC San Francisco, San Francisco, California, United States *
 *[inserted]*

 *`*



 Thanks for your ideas.



 Don Quigley

 Escondido, CA







 Legacy User Group guidelines:
 *http://www.LegacyFamilyTree.com/Etiquette.asp*
 http://www.legacyfamilytree.com/Etiquette.asp
 Archived messages after Nov. 21 2009:
 *http://www.mail-archive.com/legacyusergroup@legacyusers.com/*
 http://www.mail-archive.com/legacyusergroup@legacyusers.com/
 Archived messages from old mail server - before Nov. 21 2009:
 *http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/*
 http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/
 Online technical support: *http://support.legacyfamilytree.com*
 http://support.legacyfamilytree.com/
 Follow Legacy on Facebook (*http://www.facebook.com/LegacyFamilyTree*
 http://www.facebook.com/LegacyFamilyTree) and on our blog (
 *http://news.LegacyFamilyTree.com* 

Re: Re[2]: [LegacyUG] Modify GED File to Remove Shared Events?

2015-01-31 Thread Jess
Don would you be willing to share the VBAs?

Jessica Morgan

On Jan 30, 2015, at 11:49 PM, Don Quigley dwquig...@cox.net wrote:

Jerry,

FYI – I solved the problem by writing some Excel VBA procedures to modify the 
GEDCOM file from Legacy to assign shared events directly to each person.  Works 
in TNG and Ancestry.

Don Quigley
Escondido, CA

From: Jerry in Michigan [mailto:bearjerca...@gmail.com]
Sent: Tuesday, January 13, 2015 9:06 AM
To: legacyusergroup@LegacyUsers.com
Subject: Re[2]: [LegacyUG] Modify GED File to Remove Shared Events?

Don, I'm sorry I don't have an answer for your dilemma, but TNG also maintains 
an email list for its users and it has quite a few programmer types involved 
there as well as the owner/creator of the software.  If there is a way to do 
what you need, they might be able to help.  A large number of them use Legacy 
and TNG.  Here's the link to join the email group:  
http://lythgoes.net/mailman/listinfo/tngusers2_lythgoes.net
Jerry Boor, MerriamFamilyTree.org

-- Original Message --
From: Don Quigley dwquig...@cox.net
To: legacyusergroup@legacyusers.com
Sent: 1/13/2015 12:28:18 AM
Subject: RE: [LegacyUG] Modify GED File to Remove Shared Events?

Jay,

That works for the “delete” lines, but doesn’t help with the “add” lines that 
are needed for the “secondary” individuals to get their “own” event.

I don’t want to give up the Share feature of Legacy because it’s a big time 
saver.  But I do want accurate trees in Ancestry to help with my research, and 
in TNG (though I’m just starting there) to get my tree on to the Web.

I ‘m going to play around with importing the text GED file into Excel and 
writing some VB macros to do what is needed.  Was hoping to avoid that effort.

Don

From: Jay Wilpolt [mailto:jaywilp...@aol.com]
Sent: Monday, January 12, 2015 7:30 PM
To: legacyusergroup@LegacyUsers.com
Subject: Re: [LegacyUG] Modify GED File to Remove Shared Events?

Don.

Try Using Notepad++  for editing your gedcom

Search for
2 _Shar
and select the find all lines with this

then repeat the process for the 3 _Role


Then at least you can see all the lines and I think you can even delete them 
all at once.

Otherwise I would just go back to Legacy 7.5 and use that to keep in sync.




On Mon, Jan 12, 2015 at 4:01 PM, Don Quigley dwquig...@cox.net wrote:
Has anyone developed a simple way to modify GEDCOM files so they can be 
uploaded to sites like Ancestry and TNG that don’t support Legacy’s shared 
events and now lose the events for all individuals except the one for whom the 
event was originally created?

The partial GED file below shows that the changes are not complicated and could 
be made manually in a text editor – except for the fact that family files may 
have 100s or 1000s of shared events/individuals. Way too many to do by hand.

``
0 @I1@ INDI
1 NAME Peter /Piper/
2 GIVN Peter
2 SURN Piper
1 SEX M
1 CENS
2 DATE 1999
2 PLAC San Francisco, San Francisco, California, United States
1 CENS [copied below]
2 DATE 2000   [copied below]
2 PLAC San Francisco, San Francisco, California, United States [copied below]
2 _SHAR @I2@[deleted]
3 ROLE Household Member[deleted]
1 _UID A519BE2CF0BB421B99E9EB0ACD7F34EF961A
1 CHAN
2 DATE 17 Jul 2014
3 TIME 11:29
1 FAMS @F1@
0 @I2@ INDI
1 NAME Mary /Contrary/
2 GIVN Mary
2 SURN Contrary
1 SEX F
1 CENS
2 DATE 1999
2 PLAC San Francisco, San Francisco, California, United States
1 CENS [inserted]
2 DATE 2000   [inserted]
2 PLAC San Francisco, San Francisco, California, United States [inserted]
`

Thanks for your ideas.

Don Quigley
Escondido, CA




Legacy User Group guidelines:
http://www.LegacyFamilyTree.com/Etiquette.asp
Archived messages after Nov. 21 2009:
http://www.mail-archive.com/legacyusergroup@legacyusers.com/
Archived messages from old mail server - before Nov. 21 2009:
http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/
Online technical support: http://support.legacyfamilytree.com
Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog (http://news.LegacyFamilyTree.com).
To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp



Legacy User Group guidelines:
http://www.LegacyFamilyTree.com/Etiquette.asp
Archived messages after Nov. 21 2009:
http://www.mail-archive.com/legacyusergroup@legacyusers.com/
Archived messages from old mail server - before Nov. 21 2009:
http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/
Online technical support: http://support.legacyfamilytree.com
Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog (http://news.LegacyFamilyTree.com).
To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp


Legacy User Group guidelines:
http://www.LegacyFamilyTree.com/Etiquette.asp
Archived messages after Nov. 21 2009:

RE: Re[2]: [LegacyUG] Modify GED File to Remove Shared Events?

2015-01-31 Thread Don Quigley
To those who have asked for the “shared events” VBA procedure, I can’t send it 
as an attachment because of the Legacy mailing list guidelines (virus 
concerns).  The Excel procedure is given below.  Maybe cutting and pasting will 
work for you.



Some comments:

1.  The procedure assumes you have already imported  a “For Legacy” GED 
text file into Col. A – Row 1 of the macro-enabled worksheet (.xlsm), 
containing the VBA procedure (macro).

2.  GED Import Sequence: Data – From Text – Delimited File Type – Tab 
Delimiter – Text Data Format – Existing Worksheet: $A:$1.

3.  After running the procedure, the first row of all inserted records for 
an event will be highlighted for checking that all went well.

4.  The modified GEDCOM can then be copied (all the cells in Col. A) to a 
text editor and save as a .GED file.

5.  I can send you my Excel file that automates all of the above, but that 
would have to be done directly, outside of the Legacy mailing list.

6.  Note: The procedure does not append the Notes (specific to the person’s 
role) to the event Notes.  That could be done, but I think the extra code  
actions will slow down the procedure.  As it is right now, it takes about 23 
minutes to modify my family GEDCOM that has about 3500 individuals and 5000 
master events.



Sub Find_Shared_Events()

'

' Find 2 _SHAR shared events and copy records to each individual;

' for exporting GEDCOM to TNG and Ancestry (no support for shared events)

'

' Don Quigley; 1/30/2015

'

Dim firstSHAR As Range

Dim firstSHARAdd As String

Dim i As Integer

Dim actCellAdd As String

Dim strname As String

Dim shareName As String

Dim firstRow As String

Dim lastRow As String

Dim recordRange As Range

Dim indivRow As String

Dim indivRange As String

Dim rinRange As Range

Dim likeShare As String



'Start at top of file



Range(A1).Select

i = 1



Do Until i = 4



' Identify first 2 _SHAR cell for checking later and stopping 
subroutine



If i = 1 Then

Cells.Find(What:=2 _SHAR @, After:=ActiveCell, 
LookIn:=xlValues).Select

Set firstSHAR = ActiveCell

ActiveCell.Offset(-1, 0).Select

i = 2

End If



' Find all 2 _SHAR cells, one at a time



Cells.Find(What:=2 _SHAR @, After:=ActiveCell, 
LookIn:=xlValues).Select



' If FIND has looped back to first 2 _SHAR cell, stop subroutine 
(finished)



If i  2 Then

firstSHARAdd = firstSHAR.Address(False, False)

actCellAdd = ActiveCell.Address(False, False)

If actCellAdd = firstSHARAdd Then

i = 4

End If

End If



If i = 4 Then Exit Do



i = 3

strname = ActiveCell.Value



'Get shared RIN from cell string  place in Col B



shareName = Mid(strname, 9)



'Check cells above to find 1  (the event that is shared)



Do Until ActiveCell.Value Like 1 *

ActiveCell.Offset(-1, 0).Select

Loop



'Get row number of first record  place in Col. B



firstRow = ActiveCell.Row



'Check cells below to last record for event

'Finding the first of one or more 2 _SHAR



Cells.Find(What:=2 _SHAR @, After:=ActiveCell, 
LookIn:=xlValues).Select

ActiveCell.Offset(-1, 0).Select



'Get row number of last record  place in Col. B



lastRow = ActiveCell.Row



'Name range of record values for event



Set recordRange = Range(A  firstRow  :  A  lastRow)



'Find shared RINs for event  copy records to their individuals



Do Until ActiveCell.Value Like 1*

ActiveCell.Offset(1, 0).Select

If ActiveCell.Value Like 2 _SHAR @* Then

strname = ActiveCell.Value



'Get shared RIN from cell string  place in Col B



shareName = Mid(strname, 9)

Set rinRange = ActiveCell



'Call subroutine to find individual with shared event



GoSub findIndiv



'Return to RIN cell



rinRange.Select

End If

Loop



' Step down 1 row from present location.



ActiveCell.Offset(1, 0).Select

Loop



'Return to top of file

Range(A1).Select



Exit Sub



'

' Subroutine to find individual and insert event records

'

findIndiv:



'Find individual and 1 _UID row below last of existing event records



likeShare = 0   shareName   INDI

Cells.Find(What:=likeShare, After:=ActiveCell, LookIn:=xlValues).Select

Cells.Find(What:=1 _UID, After:=ActiveCell, LookIn:=xlValues).Select



'Insert event records above 1 _UID row



indivRange = ActiveCell.Address(False, False)

recordRange.Select

Selection.Copy

Range(indivRange).Select

Selection.Insert Shift:=xlDown



'Highlite top cell 

[LegacyUG] Alphabet Character set

2015-01-31 Thread Albert Ignatowski

Hello again,

Is it possible to select alphabet character sets other than the default set 
in Legacy 8?  What I an looking for is an alphabet set that includes some of 
the European characters  that have accent marks over consonants such as n, 
s, and the slash mark through l as in Polish.

Thank you in advance for your help.

Al




Legacy User Group guidelines:

http://www.LegacyFamilyTree.com/Etiquette.asp

Archived messages after Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyusers.com/

Archived messages from old mail server - before Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/

Online technical support: http://support.legacyfamilytree.com

Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog (http://news.LegacyFamilyTree.com).

To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp


Re: [LegacyUG] Alphabet Character set

2015-01-31 Thread Sherry/Support
Legacy is programmed in VB6, which doesn't support non-Western European fonts.

Until the programmers get a chance to reprogram Legacy in a
programming language that supports non-Western European fonts, you
won't be able to use Eastern European fonts.


Sincerely,
Sherry
Technical Support
Legacy Family Tree


On Sat, Jan 31, 2015 at 12:17 PM, Albert Ignatowski alh...@aol.com wrote:
 Hello again,

 Is it possible to select alphabet character sets other than the default
 set in Legacy 8?  What I an looking for is an alphabet set that includes
 some of the European characters  that have accent marks over consonants such
 as n, s, and the slash mark through l as in Polish.

 Thank you in advance for your help.

 Al




Legacy User Group guidelines:

http://www.LegacyFamilyTree.com/Etiquette.asp

Archived messages after Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyusers.com/

Archived messages from old mail server - before Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/

Online technical support: http://support.legacyfamilytree.com

Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog (http://news.LegacyFamilyTree.com).

To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp



Re: [LegacyUG] Alphabet Character set

2015-01-31 Thread MikeFry
On 2015/01/31 10:17 PM, Albert Ignatowski wrote:

  Is it possible to select alphabet character sets other than the default 
 set
 in Legacy 8?  What I an looking for is an alphabet set that includes some of 
 the
 European characters  that have accent marks over consonants such as n, s,
 and the slash mark through l as in Polish.

Adding to what Sherry said, even if Legacy ever got rewritten, you would still
need a Polish version of Windows to be able to comfortably enter and view these
Polish characters.

--
Regards,
Mike Fry (Jhb)




Legacy User Group guidelines:

http://www.LegacyFamilyTree.com/Etiquette.asp

Archived messages after Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyusers.com/

Archived messages from old mail server - before Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/

Online technical support: http://support.legacyfamilytree.com

Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog (http://news.LegacyFamilyTree.com).

To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp



Re: [LegacyUG] Alphabet Character set

2015-01-31 Thread BobsTree2-Gmail
Here my notes from many years ago.  They were written by me, for me, and not 
for general audience.  I have done a quick review, and it looks pretty good to 
me.  Written for Danish, but substitute desired language for keyboards provided.


= = = = = = = = = = = =
Danish Research Resources:
Extra letters in Danish alphabet.  READ ME FIRST
NOTE:  Danish has three extra letters in the alphabet: æ, ø, and å.
“Aftagtsmand” is not the same as “Aftægtsmand”.
“Hans Jorgen” is not the same as “Hans Jørgen”.
“Dab” is not the same as “Dåb”.
Be sure to use the correct character.  Some database searches especially in 
Danish language, will fail with wrong letter.

You can:
· Activate the Danish Keyboard (for all Microsoft operating systems).
· Use the 10 key pad, while holding down the Alt key and typing a code 
(for all Microsoft operating systems).
· Copy and paste the Danish letters Æ, Ø, and Å from another document 
that already has them.

Instructions for all three methods (Windows XP and Vista)can be found here: 
https://familysearch.org/learn/wiki/en/Denmark:_Typing_%C3%86,_%C3%98,_and_%C3%85


I recommend activating the Danish keyboard, easy to toggle back and forth as 
needed.
Instructions for changing keyboards on Windows7 are shown below.
When done, use ; ' [ respectively for  Æ, Ø, Å
---

Configuring Windows 7 and Vista for Danish keyboard.
1. Click on the Start button.
2. Click on the Control Panel item.
3. Select the Language, and Region option.
4. Select the Regional and Language Option.
5. Click on the Keyboards and Languages Tab.
6. Click on the Change Keyboards button.
7. Click the Add button.
8. Find the Danish country item you wish to use. You can also select Faeroese 
or Greenlandic for the Danish keyboard layout.
9. Click on the plus sign (+) to the left of the keyboard.
10. Click on the box to the left of the keyboard layout, Danish. should get a 
checkmark
11. Click the OK button to select the keyboard layout and close the Add Input 
Language dialog box.
12. Click on the Apply button in the lower right corner of the Text Services 
and Input Languages dialog box.
13. Click on the OK button in the lower right corner of the Text Services and 
Input Languages dialog box.

Using the Danish Keyboard in Windows
a) After activating the Danish keyboard, you should see a little icon in the 
notification area (Near time) near right side of your screen that appears as an 
EN.
b) When you click on the EN a pop up list appears with the option of choosing 
English or Danish. Choose Danish. Now the EN icon has changed to DA
c) As long as the little icon shows DA, you are using a Danish keyboard. The 
Danish keyboard provides the Æ, Ø, and Å as follows:
Æ is the ; (or : ) key
Ø is the ‘ (or “ ) key
Å is the [ (or { ) key

You can type the upper case or lower case of each letter by using holding down 
the Shift key as usual. While the Danish keyboard is activated, other keys have 
been rearranged as well.
Keyboard language and sticker solutions: http://www.smartkeyboardsolutions.com/

They have Italian, Hebrew, Russian.  Do a search for Danish, Polish, and others.
Also Have LARGE PRINT keyboards, and many various styles for English keyboards.
= = = = = = = = = = = = = = = = =

I hope this is useful to someone.

Bob Hansen



Legacy User Group guidelines:

http://www.LegacyFamilyTree.com/Etiquette.asp

Archived messages after Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyusers.com/

Archived messages from old mail server - before Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/

Online technical support: http://support.legacyfamilytree.com

Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog (http://news.LegacyFamilyTree.com).

To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp



Re: [LegacyUG] Alphabet Character set

2015-01-31 Thread johnbernacki1
I have been requesting Eastern European special characters / diacritics for 
years but Legacy has not even added them to their “special character map”, even 
in version 8. This is extremely annoying, although I like everything else about 
Legacy. Legacy do not even indicate they doing anything to address this 
problem- no estimated time frame- nothing.

I want to publish my family history. For years of been keeping a list of 
incorrectly spelled names of people and places so one day I can save my work  
as a Word document and  do all the “find and replace” actions needed. My list 
is however growing out of hand. It’s ridiculous and I’m fed up. Even then, that 
might work if wanted to limit my family to selected bits and pieces for 
publication in a book, but I could not simply use Legacy to publish everything 
on a website.

It has been a number of years since I have compared genealogy software 
programs. I think I will revisit this issue and if there is a software program 
that compares favourably with Legacy while including diacritics, I will change 
to it.

It is gradually becoming easier to trace ancestors in counties like Poland and 
Eastern Europeans are becoming more interested in genealogy. Countries like the 
US, UK and Australia have a very multicultural heritage which I feel has been 
disrespected by Legacy. Unless Legacy caters for various ethnicities or 
nationalities, it is purely a matter of time before more progressive software 
is developed by others and takes market share away from Legacy.

Why does Legacy not even include Eastern European diacritics in their Special 
Characters Map and allow people like me to do a “search and replace” within 
Legacy? I could live with that.

John


From: CE WOOD

Sent: Sunday, February 01, 2015 9:44 AM
To: legacyusergroup@LegacyUsers.com
Subject: RE: [LegacyUG] Alphabet Character set

But at least they could be on the character strip, and, when you could enter 
them using keystrokes. As it is now, even using the correct keystrokes, Legacy 
will not enter them.


CE


 From: emjay...@gmail.com
 To: legacyusergroup@LegacyUsers.com
 Subject: Re: [LegacyUG] Alphabet Character set
 Date: Sun, 1 Feb 2015 00:06:51 +0200

 On 2015/01/31 10:17 PM, Albert Ignatowski wrote:

  Is it possible to select alphabet character sets other than the default set
  in Legacy 8? What I an looking for is an alphabet set that includes some of 
  the
  European characters that have accent marks over consonants such as n, s,
  and the slash mark through l as in Polish.

 Adding to what Sherry said, even if Legacy ever got rewritten, you would still
 need a Polish version of Windows to be able to comfortably enter and view 
 these
 Polish characters.

 --
 Regards,
 Mike Fry (Jhb)


Legacy User Group guidelines:
http://www.LegacyFamilyTree.com/Etiquette.asp
Archived messages after Nov. 21 2009:
http://www.mail-archive.com/legacyusergroup@legacyusers.com/
Archived messages from old mail server - before Nov. 21 2009:
http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/
Online technical support: http://support.legacyfamilytree.com
Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog (http://news.LegacyFamilyTree.com).
To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp



Legacy User Group guidelines:

http://www.LegacyFamilyTree.com/Etiquette.asp

Archived messages after Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyusers.com/

Archived messages from old mail server - before Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/

Online technical support: http://support.legacyfamilytree.com

Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog (http://news.LegacyFamilyTree.com).

To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp


Re: [LegacyUG] Event location somehow got changed

2015-01-31 Thread William Hoff
I've looked for a duplicate location search just last night. Could not find so 
went thru manually. I'm certain to have missed some. Tried verifying as I went 
but then lost the map. Some days it goes not pay to get up.
Bill



 On Jan 31, 2015, at 8:11 PM, Paula Ryburn paula.ryb...@sbcglobal.net wrote:

 Bill,  I know about the one where I select the two locations to be combined, 
 but this thread made it sound like there was some internal logic that 
 automatically combined locations.  Or maybe I was reading it too late at 
 night?  Thx.  --Paula

 From: William Hoff bh...@mchsi.com
 To: legacyusergroup@LegacyUsers.com
 Sent: Friday, January 16, 2015 11:53 AM
 Subject: Re: [LegacyUG] Event location somehow got changed

 Yes the feature to combine locations is there. I use infrequently but have 
 used, in fact last night
 Bill



 On Jan 16, 2015, at 11:01 AM, Paula Ryburn paula.ryb...@sbcglobal.net 
 wrote:

 I've not heard of this internal 'combine/combine with' feature.  Is it truly 
 there?

 The OP made me think of how many similar locations I have and that sometimes 
 I don't type enough letters to get the correct one to display before I tab 
 on to the next field... and how maybe tabbing accidentally to the field and 
 then doing something (I know we all do something unintentional  don't 
 notice it) caused a similar location to display  subsequently be saved.  I 
 hadn't seen any mention of what the new location is on the records in 
 question.  Just a thought.
 --Paula

 From: Howard Cady howardc...@q.com
 To: legacyusergroup@LegacyUsers.com
 Sent: Tuesday, January 6, 2015 12:09 PM
 Subject: Re: [LegacyUG] Event location somehow got changed

 I have noticed that when editing locations that my current option selections 
 and version of Legacy V8 (the latest) has an automatic internal 
 “combine/combine with” feature that sometimes creates unexpected results.  I 
 have not determined what particular set of matches causes this automatic 
 combine, but I am not using the conventional US 4 place location convention 
 and I do know that mismatched lat/long entries do not prevent combining.  
 This might be the cause for others to have unexpected event changes.
 Howard Cady

 From: Gene Wheeler
 Sent: Tuesday, January 6, 2015 10:05 AM
 To: legacyusergroup@LegacyUsers.com
 Subject: Re: [LegacyUG] Event location somehow got changed

 Thanks, Ron.  Very helpful.

 Gene

 On Tue, Jan 6, 2015 at 2:37 AM, ronfergy@tiscali.co.uk wrote:
 We Do not know!

 Ron Ferguson

 Gene Wheeler bridge...@gmail.com wrote:

 OK, Legacy Support, what's going on here?

 Gene

 On Sun, Jan 4, 2015 at 9:29 PM, Jess jrkmorg...@gmail.com wrote:
 I had this issue as well, and honestly thought I was crazy! I had at least a 
 dozen people with burial location of Bellvieu Cemetery, Benton, Bossier 
 Parish, Louisiana. I know this because I was going from a book and can 
 source every one (it is a family plot). I went to print a list so To make 
 sure I photographed all of them when I went, and it only gave me three 
 people.

 Jessica Morgan

 On Jan 4, 2015, at 6:07 PM, Cathy Pinner genea...@gmail.com wrote:

 O help. I don't think you're going mad.

 I had this happen the other day but caught it straight away and wasn't sure 
 what I'd done. Just one location changed to a new location I'd just entered. 
 The new location was a birth location. The location that changed was the 
 death and burial location for that person and for everyone using that death 
 location. I know I made a mess of the new entry and edited it a few times as 
 I found out more about the location. I was also having some computer 
 problems and Legacy crashed a couple of times so I put it down to that.

 I've now restored an earlier image of my computer and all seems well again.

 Cathy

 Gene Wheeler wrote:

 No, no clean-up, no merging, nothing like that.  In fact, I've been
 working on a totally different Legacy file for the past month.

 Gene

 O n Sun, Jan 4, 2015 at 10:58 AM, MikeFry emjay...@gmail.com
 mailto:emjay...@gmail.com wrote:

 On 2015/01/04 05:43 PM, Gene Wheeler wrote:
  I'm using the current release of v.8 and have been for months.
 I just
  happened to notice that the location for the burial of both of
 my parents
  was changed to the same incorrect cemetery.  The correct
 cemetery has been
  part of their records for years, and now, somehow, they BOTH got
 changed to
  the same incorrect cemetery.  Any idea what gives?  It makes me
 wonder how
  many other records got changed without my knowledge.

 Been doing any spring cleaning of locations?

  nbsp;   --
 Regards,
 Mike Fry (Jhb)



 Legacy User Group guidelines:
 http://www.LegacyFamilyTree.com/Etiquette.asp
 Archived messages after Nov. 21 2009:
 http://www.mail-archive.com/legacyusergroup@legacyusers.com/
 Archived messages from old mail server - before Nov. 21 2009:
 

RE: [LegacyUG] Alphabet Character set

2015-01-31 Thread CE WOOD
I don't know about Danish, but I do know that pasting the correct characters 
will not work if Legacy does not recognize them. It does not matter what 
keyboard you use. If Legacy does not have them in its list, they will not be 
rendered. That is the big problem; there is no work-around for many, many 
characters.

The Danish characters you listed are included in Legacy's characters, so they 
will be rendered correctly if you paste them, or if you choose them from the 
Legacy characters.


CE

 From: bobstr...@gmail.com
 To: legacyusergroup@LegacyUsers.com
 Subject: Re: [LegacyUG] Alphabet Character set
 Date: Sat, 31 Jan 2015 21:21:16 -0500

 Here my notes from many years ago.  They were written by me, for me, and not 
 for general audience.  I have done a quick review, and it looks pretty good 
 to me.  Written for Danish, but substitute desired language for keyboards 
 provided.


 = = = = = = = = = = = =
 Danish Research Resources:
 Extra letters in Danish alphabet.  READ ME FIRST
 NOTE:  Danish has three extra letters in the alphabet: æ, ø, and å.
 “Aftagtsmand” is not the same as “Aftægtsmand”.
 “Hans Jorgen” is not the same as “Hans Jørgen”.
 “Dab” is not the same as “Dåb”.
 Be sure to use the correct character.  Some database searches especially in 
 Danish language, will fail with wrong letter.

 You can:
 · Activate the Danish Keyboard (for all Microsoft operating systems).
 · Use the 10 key pad, while holding down the Alt key and typing a 
 code (for all Microsoft operating systems).
 · Copy and paste the Danish letters Æ, Ø, and Å from another document 
 that already has them.

 Instructions for all three methods (Windows XP and Vista)can be found here: 
 https://familysearch.org/learn/wiki/en/Denmark:_Typing_%C3%86,_%C3%98,_and_%C3%85
 

 I recommend activating the Danish keyboard, easy to toggle back and forth as 
 needed.
 Instructions for changing keyboards on Windows7 are shown below.
 When done, use ; ' [ respectively for  Æ, Ø, Å
 ---

 Configuring Windows 7 and Vista for Danish keyboard.
 1. Click on the Start button.
 2. Click on the Control Panel item.
 3. Select the Language, and Region option.
 4. Select the Regional and Language Option.
 5. Click on the Keyboards and Languages Tab.
 6. Click on the Change Keyboards button.
 7. Click the Add button.
 8. Find the Danish country item you wish to use. You can also select Faeroese 
 or Greenlandic for the Danish keyboard layout.
 9. Click on the plus sign (+) to the left of the keyboard.
 10. Click on the box to the left of the keyboard layout, Danish. should get a 
 checkmark
 11. Click the OK button to select the keyboard layout and close the Add Input 
 Language dialog box.
 12. Click on the Apply button in the lower right corner of the Text Services 
 and Input Languages dialog box.
 13. Click on the OK button in the lower right corner of the Text Services and 
 Input Languages dialog box.
 
 Using the Danish Keyboard in Windows
 a) After activating the Danish keyboard, you should see a little icon in the 
 notification area (Near time) near right side of your screen that appears as 
 an EN.
 b) When you click on the EN a pop up list appears with the option of choosing 
 English or Danish. Choose Danish. Now the EN icon has changed to DA
 c) As long as the little icon shows DA, you are using a Danish keyboard. The 
 Danish keyboard provides the Æ, Ø, and Å as follows:
 Æ is the ; (or : ) key
 Ø is the ‘ (or “ ) key
 Å is the [ (or { ) key

 You can type the upper case or lower case of each letter by using holding 
 down the Shift key as usual. While the Danish keyboard is activated, other 
 keys have been rearranged as well.
 Keyboard language and sticker solutions: 
 http://www.smartkeyboardsolutions.com/

 They have Italian, Hebrew, Russian.  Do a search for Danish, Polish, and 
 others.
 Also Have LARGE PRINT keyboards, and many various styles for English 
 keyboards.
 = = = = = = = = = = = = = = = = =

 I hope this is useful to someone.

 Bob Hansen



Legacy User Group guidelines:

http://www.LegacyFamilyTree.com/Etiquette.asp

Archived messages after Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyusers.com/

Archived messages from old mail server - before Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/

Online technical support: http://support.legacyfamilytree.com

Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog (http://news.LegacyFamilyTree.com).

To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp


RE: [LegacyUG] Alphabet Character set

2015-01-31 Thread CE WOOD
But at least they could be on the character strip, and, when you could enter 
them using keystrokes. As it is now, even using the correct keystrokes, Legacy 
will not enter them.

CE

 From: emjay...@gmail.com
 To: legacyusergroup@LegacyUsers.com
 Subject: Re: [LegacyUG] Alphabet Character set
 Date: Sun, 1 Feb 2015 00:06:51 +0200

 On 2015/01/31 10:17 PM, Albert Ignatowski wrote:

   Is it possible to select alphabet character sets other than the 
  default set
  in Legacy 8?  What I an looking for is an alphabet set that includes some 
  of the
  European characters  that have accent marks over consonants such as n, 
  s,
  and the slash mark through l as in Polish.

 Adding to what Sherry said, even if Legacy ever got rewritten, you would still
 need a Polish version of Windows to be able to comfortably enter and view 
 these
 Polish characters.

 --
 Regards,
 Mike Fry (Jhb)



Legacy User Group guidelines:

http://www.LegacyFamilyTree.com/Etiquette.asp

Archived messages after Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyusers.com/

Archived messages from old mail server - before Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/

Online technical support: http://support.legacyfamilytree.com

Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog (http://news.LegacyFamilyTree.com).

To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp


Re: [LegacyUG] Alphabet Character set

2015-01-31 Thread BobsTree2-Gmail
Thanks for that CE.   A followup question for you ...
Can you be specific about where one can find/see a complete list of the 
characters that ARE recognized by Legacy?


Bob






Legacy User Group guidelines:

http://www.LegacyFamilyTree.com/Etiquette.asp

Archived messages after Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyusers.com/

Archived messages from old mail server - before Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/

Online technical support: http://support.legacyfamilytree.com

Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog (http://news.LegacyFamilyTree.com).

To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp



RE: [LegacyUG] Alphabet Character set

2015-01-31 Thread CE WOOD
I am still using Legacy 7.5 because of still existing bugs and new bugs 
introduced when some old one are fixed in Legacy 8. Too many of the reports I 
need to produce are affected by the bugs, that I cannot rely on Legacy 8. I do 
not have the time or energy to keep two versions up-to-date which would require 
double entering everything, I have had to stay with Legacy 7.5. I have 
downloaded it, and periodically transfer a copy of my latest database into 
Legacy 8, but, so far, it cannot do what I meed as well as Legacy 7.5 Alas!

Anyway, that explanation was so you will know that these instructions are from 
Legacy 7.5.

The Character Map is used to select characters that are not
found on the keyboard.  The Character Map can be reached two different
ways.  The first is by pressing F6 while in any input field.  Any
characters selected from the Character Map are returned and enter at the
current cursor position.  The second way to reach the Character Map is to
click the small blue button on the Special Characters ribbon on every
input screen.  The map is then used to select up to eight characters to fill the
ribbon.  The characters on the ribbon are then immediately available for adding
to input fields.  See Special Characters for more
information.


How to Select Characters

Double-clicking on any characters in the list, copies the character
up to the Characters to Return field at the top.  When selecting
characters to place in an input field, you can choose as many as you want.  For
example, if you wanted to enter the word posição you might first enter
posi in the field, press F6 and then double-click on the letters
ção.  This would put the remainder of the word in the Characters to
Return field.  Clicking the Return Characters button would return the
characters and finish the word in the input field.

If you are filling the Special Characters ribbon, double-click
on up to eight characters that you will be using the most.  For example, á é
í ó ú ñ.

CE

 From: bobstr...@gmail.com
 To: legacyusergroup@LegacyUsers.com
 Subject: Re: [LegacyUG] Alphabet Character set
 Date: Sat, 31 Jan 2015 23:26:59 -0500

 Thanks for that CE.   A followup question for you ...
 Can you be specific about where one can find/see a complete list of the 
 characters that ARE recognized by Legacy?


 Bob



Legacy User Group guidelines:

http://www.LegacyFamilyTree.com/Etiquette.asp

Archived messages after Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyusers.com/

Archived messages from old mail server - before Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/

Online technical support: http://support.legacyfamilytree.com

Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog (http://news.LegacyFamilyTree.com).

To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp


Re: [LegacyUG] Event location somehow got changed

2015-01-31 Thread Paula Ryburn
Bill,  I know about the one where I select the two locations to be combined, 
but this thread made it sound like there was some internal logic that 
automatically combined locations.  Or maybe I was reading it too late at night? 
 Thx.  --Paula



 From: William Hoff bh...@mchsi.com
To: legacyusergroup@LegacyUsers.com
Sent: Friday, January 16, 2015 11:53 AM
Subject: Re: [LegacyUG] Event location somehow got changed



Yes the feature to combine locations is there. I use infrequently but have 
used, in fact last night
Bill




On Jan 16, 2015, at 11:01 AM, Paula Ryburn paula.ryb...@sbcglobal.net wrote:


I've not heard of this internal 'combine/combine with' feature.  Is it truly 
there?


The OP made me think of how many similar locations I have and that sometimes I 
don't type enough letters to get the correct one to display before I tab on to 
the next field... and how maybe tabbing accidentally to the field and then 
doing something (I know we all do something unintentional  don't notice it) 
caused a similar location to display  subsequently be saved.  I hadn't seen 
any mention of what the new location is on the records in question.  Just a 
thought.
--Paula




 From: Howard Cady howardc...@q.com
To: legacyusergroup@LegacyUsers.com
Sent: Tuesday, January 6, 2015 12:09 PM
Subject: Re: [LegacyUG] Event location somehow got changed



I have noticed that when editing locations that my current option
selections and version of Legacy V8 (the latest) has an automatic internal
“combine/combine with” feature that sometimes creates unexpected results.
I have not determined what particular set of matches causes this automatic
combine, but I am not using the conventional US 4 place location convention and
I do know that mismatched lat/long entries do not prevent combining.  This
might be the cause for others to have unexpected event changes.
Howard Cady
From: Gene Wheeler
Sent: Tuesday, January 6, 2015 10:05 AM
To: legacyusergroup@LegacyUsers.com
Subject: Re: [LegacyUG] Event location somehow got
changed
  Thanks, Ron.  Very helpful.

Gene


On Tue, Jan 6, 2015 at 2:37 AM, ronfergy@tiscali.co.uk wrote:

We Do not know!

Ron Ferguson

Gene Wheeler bridge...@gmail.com wrote:


OK, Legacy Support, what's going on here?

Gene


On Sun, Jan 4, 2015 at 9:29 PM, Jess jrkmorg...@gmail.com wrote:

I had this issue as well, and honestly thought I was crazy! I had at least a 
dozen people with burial location of Bellvieu Cemetery, Benton, Bossier 
Parish, Louisiana. I know this because I was going from a book and can source 
every one (it is a family plot). I went to print a list so To make sure I 
photographed all of them when I went, and it only gave me three people.

Jessica Morgan

On Jan 4, 2015, at 6:07 PM, Cathy Pinner genea...@gmail.com wrote:


O help. I don't think you're going mad.

I had this happen the
other day but caught it straight away and wasn't sure what I'd done. Just
one location changed to a new location I'd just entered. The new location
was a birth location. The location that changed was the death and burial
location for that person and for everyone using that death location. I know
I made a mess of the new entry and edited it a few times as I found out more
about the location. I was also having some computer problems and Legacy
crashed a couple of times so I put it down to that.

I've now
restored an earlier image of my computer and all seems well
again.

Cathy

Gene Wheeler wrote:


No, no clean-up, no merging, nothing like
  that.  In fact, I've been
working on a totally different Legacy
  file for the past month.

Gene

O n Sun, Jan 4, 2015 at 10:58
  AM, MikeFry emjay...@gmail.com
mailto:emjay...@gmail.com wrote:

On 2015/01/04 05:43 PM, Gene Wheeler
  wrote:
 I'm using the current release of v.8 and
  have been for months.
I just

   happened to notice that the location for the burial of both
  of
my parents
 was changed
  to the same incorrect cemetery.  The correct

  cemetery has been
 part of their records for
  years, and now, somehow, they BOTH got
changed
  to
 the same incorrect cemetery.  Any idea
  what gives?  It makes me
wonder
  how
 many other records got changed without my
  knowledge.

Been doing any spring cleaning of
  locations?

 nbsp;   --

  Regards,
Mike Fry
(Jhb)






Legacy User Group guidelines:

http://www.LegacyFamilyTree.com/Etiquette.asp

Archived messages after Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyusers.com/

Archived messages from old mail server - before Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/

Online technical support: http://support.legacyfamilytree.com

Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog 

Re: [LegacyUG] Alphabet Character set

2015-01-31 Thread BobsTree2-Gmail
I use Danish characters from my std set of fonts.  Windows allows you to make 
changes to different language keyboards.  The language bar settings are on the 
right side of the Task Bar.  It takes one keystroke to toggle between English 
and Danish.

My grandfather is Hans Jørgen Hansen, from Rudjkøbing, Denmark.  Note the ø 
in Jørgen and Rudjkøbing, that is from toggling to Danish.  Those spellings and 
characters are OK in Legacy 8.   I made personal notes on how to do this, will 
see if I can locate them and provide here.

Bob Hansen






Legacy User Group guidelines:

http://www.LegacyFamilyTree.com/Etiquette.asp

Archived messages after Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyusers.com/

Archived messages from old mail server - before Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/

Online technical support: http://support.legacyfamilytree.com

Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog (http://news.LegacyFamilyTree.com).

To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp



Re: [LegacyUG] Flash Webinar! Register for Googling with Geoff - live on Saturday, January 31

2015-01-31 Thread Joan Morgan
Sorry I missed the Webinar.  I didn't get to my computer in time to read
the invitation before it was to late.

Joan Morgan

On Fri, Jan 30, 2015 at 7:04 PM, Geoff Rasmussen ge...@legacyusers.com
wrote:

 Join FamilyTreeWebinars.com's host and Legacy Family Tree developer, Geoff
 Rasmussen, as he presents Googling with Geoff to a live audience as part
 of the Whittier Area Genealogical Society seminar in Whittier, California
 on Saturday, January 31 at 1:45pm Eastern U.S. time. Geoff will teach about
 a variety of tools including:

- Google's Picasa, facial recognition, and syncing with the cloud
- Using an email that will last
- Google Alerts
- Customized Google Searches
- Google Calendar
- Google Earth

 While waiting for my airplane en route to Los Angeles this morning, I had
 the idea to share one of the classes I will teach tomorrow (Saturday) with
 the rest of the world. Fun for the live seminar audience - they'll get to
 see the behind-the-scenes of hosting a live webinar. Fun for the webinar
 audience - they'll get to join one of the classes of the annual Whittier
 Area Genealogical Society seminar from the comfort of their home. Let's
 just hope the Internet and microphones are working...we'll see...

 Join us for the live webinar Saturday, January 31, 2015 at 2pm Eastern
 U.S. Register today to reserve your virtual seat. *Registration is free
 but space is limited to the first 1,000 people to join that day.* Before
 joining, please visit www.java.com to ensure you have the latest version
 of Java which our webinar software requires. When you join, if you receive
 a message that the webinar is full, you know we've reached the 1,000 limit,
 so we invite you to view the recording which should be published to the
 webinar archives within an hour or two of the event's conclusion.

 [image: Registerbut]
 http://www.familytreewebinars.com/webinar_details.php?webinar_id=307

 Or register for multiple webinars at once by clicking here
 http://www.familytreewebinars.com/upcoming-webinars-multireg.php.

 *Not sure if you already registered?*

 On the Upcoming Webinars
 http://www.familytreewebinars.com/upcoming-webinars.php tab, login to
 view the webinars you are already signed up for (available for annual or
 monthly webinar subscribers).

 *Test Your Webinar Connection*

 To ensure that your webinar connection is ready to go, click here
 http://support.citrixonline.com/en_US/Webinar/help_files/G2W060001?title=Test+Your+Connection+before+Your+Session%7D
 .

 *Can't make it to the live event?*

 No worries. Its recording will be available for a limited time. Webinar
 Subscribers http://legacy.familytreewebinars.com/memberships-c11.php have
 unlimited access to all webinar recordings for the duration of their
 membership.

 *Add it to your Google Calendar*

 With our Google Calendar button, you will never forget our upcoming
 webinars. Simply click the button to add it to your calendar. You can then
 optionally embed the webinar events (and even turn them on and off) into
 your own personal calendar. If you have already added the calendar, you do
 not have to do it again - the new webinar events will automatically appear.


 http://www.google.com/calendar/render?cid=http%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2Flegacyfamilytree.com_1dbb76rklg9uqeajd75dr9odnk%2540group.calendar.google.com%2Fpublic%2Fbasic

 *Webinar time*

 The webinar will be live on Saturday, January 31, 2015 at:

- 1:45pm Eastern (U.S.)
- 12:45pm Central
- 11:45am Mountain
- 10:45am Pacific

 Or use this Time Zone Converter
 http://www.timezoneconverter.com/cgi-bin/tzc.tzc.

 *Here's how to attend:*

1. Register at www.FamilyTreeWebinars.com
http://www.familytreewebinars.com/ today. It's free!
2. You will receive a confirmation email containing a link to the
webinar.
3. You will receive a reminder email both 1 day and 1 hour prior to
the live webinar.
4. Calculate your time zone by clicking here
http://www.timezoneconverter.com/cgi-bin/tzc.tzc.
5. Make sure you have the latest version of Java installed on your
computer. Check at www.java.com.
6. Check your GoToWebinar connection here

 http://support.citrixonline.com/en_US/Webinar/help_files/G2W060001?title=Test+Your+Connection+before+Your+Session%7D
.
7. Click on the webinar link (found in confirmation and reminder
emails) prior to the start of the webinar. Arrive early as the room size is
limited to the first 1,000 arrivals that day.
8. Listen via headset (USB headsets

 http://www.amazon.com/gp/product/B00906E03I/ref=as_li_qf_sp_asin_il_tl?ie=UTF8camp=1789creative=9325creativeASIN=B00906E03IlinkCode=as2tag=legfamtre-20
  work
best), your computer speakers, or by phone.

 We look forward to seeing you all there!

 Thanks,

 Geoff Rasmussen
 Millennia Corporation
 ge...@legacyfamilytree.com
 www.LegacyFamilyTree.com http://www.legacyfamilytree.com/


 Legacy User Group 

Re: [LegacyUG] ahnentafel numbers on ancestor report

2015-01-31 Thread Paula Ryburn
I for one don't like the sound of that... major rewrite...



 From: Brian/Support br...@legacyfamilytree.com
To: legacyusergroup@LegacyUsers.com
Sent: Wednesday, January 28, 2015 9:26 AM
Subject: Re: [LegacyUG] ahnentafel numbers on ancestor report


I think this is a timing issue. The higher numbered kids have not had
their Ahnentafel number calculated yet when the problem family is
included in the report.

I have referred this to the programmer because it will take a major
rewrite of the way the report is produced to pre-scan and calculate
Ahnentafel numbers for everyone in the report before starting to print
the pages.

Brian
Customer Support
Millennia Corporation
br...@legacyfamilytree.com
http://www.LegacyFamilyTree.com

snip



Legacy User Group guidelines:

http://www.LegacyFamilyTree.com/Etiquette.asp

Archived messages after Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyusers.com/

Archived messages from old mail server - before Nov. 21 2009:

http://www.mail-archive.com/legacyusergroup@legacyfamilytree.com/

Online technical support: http://support.legacyfamilytree.com

Follow Legacy on Facebook (http://www.facebook.com/LegacyFamilyTree) and on our 
blog (http://news.LegacyFamilyTree.com).

To unsubscribe: http://www.LegacyFamilyTree.com/LegacyLists.asp