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.


Topics - miketisdell

Pages: [1]
1
ENGLISH / A common source document
« on: November 11, 2023, 16:22:57 »
Is there anyway to connect a common source document to multiple records in the genealogy?

2
ENGLISH / Questions on reports
« on: November 10, 2023, 15:44:17 »
Is there a way to modify reports to omit fields like "family/last name?"


When I run reports under the tree section, I get only the name selected and all other branches show "unknown;" this is true in several different tree reports. Is there something I am missing or is this just broken.

Note: I am using a recently installed v12

3
I would like to a custom display for objects in the dynamic tree that displays the first name field of Aliases. So far I can add all of the alias fields but cannot find a way to limited only to the first name field.

I have tried <prop path=INDI:ALIA:NAME:GIVN> and <prop path=INDI:ALIA:GIVN> both of which return nothing, if I limit it to <prop path=INDI:ALIA> It returns multiple fields from the object.

Below is the HTML code

========================

<body bgcolor=#fffdba>
<table border="0" width=100% bgcolor=#fffdba color=black>

<tr valign="top">

<td width=0><media max=25></td>
<td>
   <table border="3" width=100% bgcolor=#fffdba>
      <tr>
           <td width=10><prop path=INDI:SEX img=yes txt=no></td>
         <td><table width=100%>
            <tr>
               <td valign="top">
                  <b><prop path=INDI:NAME:GIVN max=50></b>&nbsp;<br>
                  <prop path=INDI:ALIA:NAME:GIVN>
               </td>
               <td align="right">
                  <font color=blue><b><prop path=INDI:_SOSADABOVILLE></b></font>&nbsp;<br>
                  <prop path=INDI>&nbsp;
               </td>
            </tr>
         </table></td>
      </tr>
      </table>
</td>
</tr>
</table>
</body>

Pages: [1]