Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pmralbuquerque

Pages: [1] 2
1
PORTUGUÊS / Re: Brasil - Lannerdal-Landerdahl
« on: November 18, 2024, 09:31:54 »
Hello,

This is a forum for the Ancestris program, not a genealogy site. For that kind of question, you have to search specialized sites, like WikiTree, Geneanet or FamilySearch.

If you want help with Ancestris, I'll be glad to try to aid you.

Regards,
Pedro

2
FRANÇAIS / Re: Message erreur lors saisie url photo acte des AD
« on: August 01, 2024, 16:24:21 »
Bonne question. J'utilise la balise WWW sous l'événement respectif. Est-il correct ?
Je n'obtiens aucune exception.

Pardonnez la traduction en français.

3
ENGLISH / Re: Individual templates question
« on: July 26, 2024, 16:27:30 »
OK, this is the working code to present either BURI or CREM, as existing. Thank you Zurga, for helping. Hope it pleases somebody:
Code: [Select]
<body bgcolor=#45494A>
<table border="0" width=100% bgcolor=#45494A color=black>
<tr valign="top">
<td width=0>
<media max=25>
</td>
<td>
<table border="3" width=100% bgcolor=#45494A font color=#F0F0F0>
<tr>
<td width=10>
<prop path=INDI:SEX img=yes txt=no>
</td>
<td>
<table width=100%>
<tr>
<td valign="top">
<font color="blue"><b><prop path=INDI></b></font>&nbsp;
<prop path=INDI:NAME:GIVN max=60><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b><prop path=INDI:NAME:SURN max=30></b>
</td>
<td align="right">
<font color=red><b><prop path=INDI:_SOSADABOVILLE></b></font>&nbsp;
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<prop path=INDI:BIRT img=yes txt=no>
</td>
<td valign="top">
<b><prop path=INDI:BIRT format="{$D}"></b>&nbsp;<br>
<prop path=INDI:BIRT:PLAC:NOTE max=60>&nbsp;
</td>
<td width=0>
<table>
<font color=green><mark path=INDI:BIRT:SOUR></font>
<font color=red><mark path=INDI:BIRT:SOUR notpresent="true"></font>
</table>
</td>
</tr>
<tr>
<td>
<prop path=INDI:CHR img=yes txt=no>
</td>
<td valign="top">
<b><prop path=INDI:CHR format="{$D}"></b>&nbsp;<br>
<prop path=INDI:CHR:PLAC:NOTE max=67>&nbsp;
</td>
<td width=0>
<table>
<font color=green><mark path=INDI:CHR:SOUR></font>
<font color=red><mark path=INDI:CHR:SOUR notpresent="true"></font>
</table>
</td>
</tr>
<tr>
<td>
<prop path=INDI:DEAT img=yes txt=no>
</td>
<td valign="top">
<b><prop path=INDI:DEAT:DATE></b>&nbsp;-&nbsp;<prop path=INDI:DEAT:CAUS max="50"><br>
<prop path=INDI:DEAT:PLAC:NOTE max=67>&nbsp;
</td>
<td width=0>
<table>
<font color=green><mark path=INDI:DEAT:SOUR></font>
<font color=red><mark path=INDI:DEAT:SOUR notpresent="true"></font>
</table>
</td>
</tr>
<tr>
<td>
<ifvalue path=INDI:BURI img=yes txt=no>
<ifvalue path=INDI:CREM img=yes txt=no>
</td>
<td valign="top">
<b><ifvalue path=INDI:BURI:DATE default=INDI:CREM:DATE></b>&nbsp;
<br />
<ifvalue path=INDI:BURI:PLAC:NOTE default=INDI:CREM:PLAC:NOTE max=60>&nbsp;
</td>
<td valign="top">
<table>
<font color=green><mark ifvalue path=INDI:BURI:SOUR></font>

<font color=red><mark ifvalue path=INDI:BURI:SOUR notpresent="true"></font>
    <table>
<font color=green><mark ifvalue path=INDI:CREM:SOUR></font>
<font color=red><mark ifvalue path=INDI:CREM:SOUR notpresent="true"></font>
</table>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>


4
ENGLISH / Re: Individual templates question
« on: July 24, 2024, 04:07:00 »
Thank you Zurga, I'll try this.

5
ENGLISH / Re: Individual templates question
« on: July 16, 2024, 16:30:21 »
OK, I ended up with the following code. The only issue now is the CREM marker shows aligned with the place, instead of the date.:
Code: [Select]
<tr>
<td>
<ifvalue path=INDI:BURI img=yes txt=no>
<ifvalue path=INDI:CREM img=yes txt=no>
</td>
<td valign="top">
<b><ifvalue path=INDI:BURI:DATE default=INDI:CREM:DATE></b>&nbsp;<br>
<ifvalue path=INDI:BURI:PLAC:NOTE default=INDI:CREM:PLAC:NOTE max=60>&nbsp;
</td>
<td valign="top">
<table>
<font color=green><mark ifvalue path=INDI:BURI:SOUR></font>
<font color=red><mark ifvalue path=INDI:BURI:SOUR notpresent="true"></font>
</table>
<table>
<font color=green><mark ifvalue path=INDI:CREM:SOUR></font>
<font color=red><mark ifvalue path=INDI:CREM:SOUR notpresent="true"></font>
</table>
</td>
</tr>

Regards,
Pedro

6
ENGLISH / Individual templates question
« on: July 16, 2024, 11:30:55 »
Hello,

I have a custom individual template in which I'm trying to set a conditional display for BURI and CREM, but I can't get the colour markers to work, and the BURI image is missing. The code is as follows:
Code: [Select]
<td>
  <ifvalue path=INDI:BURI default path=INDI:CREM img=yes txt=no>
</td>
<td valign="top">
  <b><ifvalue path=INDI:BURI:DATE default=INDI:CREM:DATE></b>&nbsp;<br>
  <ifvalue path=INDI:BURI:PLAC:NOTE default=INDI:CREM:PLAC:NOTE max=67>&nbsp;
</td>
<td>
  <table>
    <font color=green><mark <ifvalue path=INDI:BURI:SOUR default INDI:CREM:SOUR>></font>
    <font color=red><mark <ifvalue path=INDI:BURI:SOUR default INDI:CREM:SOUR> notpresent="true"></font>
  </table>
</td>

Is this possible, please? Thank you in advance.

Regards,
Pedro

7
PORTUGUÊS / Re: O mesmo individuo, dois casamentos
« on: October 17, 2022, 03:11:18 »
Bom dia,

sem saber o que fez, é difícil dizer o que pode estar errado.

De qualquer forma, o meu editor preferido é o Aries, vou tentar explicar a partir desse:
  • crie o pai, ou seleccione o pai desejado;
  • na árvore dinâmica, clique com o botão direito no pai desejado e seleccione Adicionar indivíduo/família -> Adicionar um cônjuge;
  • repita o processo para a segunda mãe e deverá ter o mesmo indivíduo com duas mulheres diferentes;
  • no editor Aries e com o pai seleccionado, escolha em baixo o separador Cônjuges e filhos, onde também pode adicionar cônjuges;
  • deverá ver os dois casamentos desse indivíduo;
  • faça duplo clique sobre o casamento desejado e verá uma janela com todos os dados respeitantes a esse casamento;
  • escolha em baixo o separador Filhos, onde poderá adicionar, editar, eliminar, etc. a descendência desse casal;
  • proceda da mesma forma para o outro, ou outros casamentos desejados e deverá obter o resultado que procura.

Espero ter ajudado,
Cumprimentos.

8
PORTUGUÊS / Re: Registos / fontes
« on: September 04, 2022, 11:40:16 »
Pelo que tenho encontrado, há quem o faça das duas maneiras.

Eu faço uma fonte para cada livro paroquial, seguindo aproximadamente as directivas aqui discutidas: https://www.evidenceexplained.com.

O documento, considero-o como sendo a citação da fonte. A vantagem é que podemos utilizar a mesma fonte para vários documentos, alterando só a citação para cada assento.

Por exemplo, os meus avós maternos são os dois da mesma terra e aproximadamente da mesma idade, pelo que há uma grande probabilidade de os assentos deles, dos pais deles, avós, etc. estarem nos mesmos livros paroquiais (entenda-se "fontes"). Basta-me depois adicionar os respectivos assentos como citação dessa fonte.

Aconselho a fazer como lhe parecer mais fácil. O importante mesmo, é documentar os seus achados.

Disponha sempre,
Cumprimentos

9
PORTUGUÊS / Re: Registos / fontes
« on: September 03, 2022, 19:17:06 »
Boa tarde,

Se bem percebi, criou os indivíduos, tem cópias dos registos e os dados gravados, mas não documentou as sua investigação.

Não deve ser um problema, basta criar as fontes, usando as cópias como referência. Terá depois de atribuir uma dessas fontes a cada peça de informação.

Pessoalmente, costumo criar uma fonte para cada livro paroquial, e.g. Paróquia X, Baptismos 1803. Como citação dessa fonte, utilizo a página e o número do assento, se existir. Nos livros mais antigos uso a posição, por exemplo, segundo assento da página esquerda.

Como repositório, que também deve ser criado, normalmente uso o arquivo distrital onde fiz a consulta.

Espero que tenha ajudado,
cumprimentos.

10
Caros amigos,

Vamos reunir-nos no 1º sábado dos meses ímpares, Janeiro, Março, Maio, Julho, Setembro e Novembro, das 19:00 às 22:00 CEST para comparar árvores entre todos nós.

O benefício é ver se outros utilizadores Ancestris têm antepassados comuns com indivíduos da sua genealogia, ou mesmo se são primos!
Pode ver a cobertura geográfica global em comum entre a sua genealogia e as de todos os outros utilizadores durante esta sessão de partilha e depois identificar quais os antepassados, em caso de sobreposição.

Para participar na sessão:
  • inicie o Ancestris;
  • vá a Menu > Ferramentas > Comparar genealogias;
  • marque a caixa "Comparar" na mini-janela superior esquerda;
  • e depois clique no botão verde no menu acima.

A documentação detalhada está aqui: https://docs.ancestris.org/books/manual-do-utilizador/page/comparação-de-genealogias

Ponha aqui qualquer questão.

Com os melhores cumprimentos,
a equipa Ancestris

11
PORTUGUÊS / Re: Antepassados comuns
« on: January 27, 2022, 09:16:19 »
Bom dia Adelino,

Se bem entendi o seu problema, basta clicar com o botão direito do rato no filho do antepassado comum e escolher Adicionar indivíduo/família -> Adicionar uma família de pais. Verá uma janela (anexada aqui) com uma lista pendente, onde pode seleccionar a família já existente ou criar uma nova família.

Espero ter ajudado. Cumprimentos,
Pedro

12
ENGLISH / Re: Warning for all translators
« on: September 17, 2017, 08:13:21 »
Done, thank you!

13
ENGLISH / Re: English Quarterly Dates
« on: August 20, 2016, 05:30:26 »
Great, Francois.

Exactly what I needed. Thank you.

Have a nice weekend, everybody.

14
ENGLISH / Re: English Quarterly Dates
« on: August 19, 2016, 15:24:07 »
AH! So, if it is not gedcom accepted, I just have to change it manually.

I don't know the program. I just received the file without questions. So I made a generic import. But apparently the format is used in England.

Thank you.

Regards.

15
ENGLISH / English Quarterly Dates
« on: August 19, 2016, 10:29:55 »
Hello

During a GEDCOM import, I ran into this problem. There is a date format apparently used in England (English speaking countries?) for year quarters, like:

Dec Q 1900 or Q41900. It would be equivalent to 1 Oct 1900 to 31 Dec 1900.

Ancestris didn't make the conversion, but it also didn't flag any error.

How should this be handled? Manual conversion or am I missing an option?

Regards,
Pedro.

Pages: [1] 2