|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 5:48:22 AM
GenoPro Version: 2.0.1.6
Posts: 1,174,
Visits: 5,584
|
|
| I haven't used Contacts before but added a couple just to test Report features. However the Report Generator returns an empty collection both for the GenoPro Contacts collection and Contacts collection for an individual. Maybe I've missed something or I'm just having a bad day but I was sure I have seen contacts in a report before. The following code: Report.LogWarning "List of " & Contacts.count & "/" & ReportGenerator.Document.Collection("Contacts").count & " Contacts" For each c in Contacts Report.LogWarning c.summary next For each c in ReportGenerator.Document.Collection("Contacts") Report.LogWarning c.summary next
| Just returns [1.40] Processing template 'heading.htm'... List of 0/0 Contacts [1.42] Processing template 'style.css'... [1.43] Processing template 'individual.htm'... Even though I have 2 Contacts present in my file. I just generated a report using the Harry Potter.gno and no contact details are generated for it either, even though it contains 3 Contacts.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Yesterday @ 8:36:46 AM
GenoPro Version: 2.0.1.6
Posts: 3,534,
Visits: 14,913
|
|
| By default, the privacy filter does remove all contact information. Is your privacy filter removing contact information? 
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 5:48:22 AM
GenoPro Version: 2.0.1.6
Posts: 1,174,
Visits: 5,584
|
|
Duh! So I am having a bad day, let's hope tomorrow is better!
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|