|
|
Customers Important Contributors FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Sunday, March 21, 2021
Posts: 716,
Visits: 12,927
|
iaintaint wrote
Please could you post the code to correct this.
ron wrote
strRelative=StrPossessiveProperNoun(strPrefix) in line 562 of individual.htm
Please iaintaint, next time time you have a question please read all others posts first
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.0.1.5
Last Login: Saturday, March 14, 2020
Posts: 365,
Visits: 3,680
|
Thanks, I hadn't noticed this posting. :oops:
It now is perfect
|
|
|
Forum Members
Last Login: Wednesday, August 17, 2005
Posts: 24,
Visits: 0
|
Ron,
Thank you for recent update! I don't know if the family page really was necessary (I preferred them the way it was before so could this be optional?). The siblings list was now in format First Middle, could it be just First?
I got a weird error message, can you tell me what is wrong?:
Processing template 'individual.htm'... Warning: FixSpouse triggered for ind00264: Vilho Salomo Norja and returned ind00566: Emilia Viitala |
There is an internal hyperlink for individual Vilho Salomo Norja. Other internal hyperlinks do not, however, produce this error message.
Other bugs than these I haven't found yet except for the ones discussed on this thread earlier. I'll look forward to more updates after the release of beta 14.
Edited: Monday, December 19, 2005 by
GenoProSupport
|
|
|
Customers Important Contributors GenoPro version: 3.0.0.7
Last Login: Sunday, November 26, 2023
Posts: 213,
Visits: 4,464
|
Ron, Thank you for recent update! I don't know if the family page really was necessary (I preferred them the way it was before so could this be optional?) .
Yes. You Can edit the file: "config.xml" to change that option.
Edited: Monday, December 19, 2005 by
GenoProSupport
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.0.1.5
Last Login: Saturday, March 14, 2020
Posts: 365,
Visits: 3,680
|
I, personally prefer an individual page with less family info as this leaves more space for in-depth info on the individual as the same family info was duplicated on both parents' pages meaning a waste of space and now is on only one page instead of two.
This is only my personal preference, but making it possible to change this default can do no harm as it appears that it is already so and I hadn't even noticed this possibility.
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 9 hours ago
Posts: 3,419,
Visits: 26,409
|
My thanks to Maru-san and beraha for replying to those who do not appear to have read the full thread before submitting their posts. Just to be crystal clear about family details on individual pages:
Family details can now optionally be omitted from the Individual pages using the FamilyInfo parameter in Config.xml. As regards
I got a weird error message, can you tell me what is wrong?: Processing template 'individual.htm'... Warning: FixSpouse triggered for ind00264: Vilho Salomo Norja and returned ind00566: Emilia Viitala
|
There is an internal hyperlink for individual Vilho Salomo Norja. Other internal hyperlinks do not, however, produce this error message. This is just a warning not an error. The resultant Html pages are correct. It occurs when there is an apparent problem with hyperlinks, i.e. the GenoPro routine FindSpouse has not returned a valid object, and my code to provide a work-around solution has been invoked. I believe this hyperlink issue will be fixed in GenoPro Beta 14.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Edited: Monday, December 19, 2005 by
GenoProSupport
|
|
|
Forum Members
Last Login: Wednesday, August 17, 2005
Posts: 24,
Visits: 0
|
Thanks for the info, guys. I had missed Ron's particular sentence. This thread is getting too long...
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: 1 hour ago
Posts: 4,886,
Visits: 22,776
|
I believe this hyperlink issue will be fixed in GenoPro Beta 14.
It has been fixed. The routine FindSpouse was ignoring the hyperlinks.
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.0.1.5
Last Login: Saturday, March 14, 2020
Posts: 365,
Visits: 3,680
|
I have just discovered another problem.
When mazking a report with my full tree, I get the following error :-
Error at line 201 (Code/Util.vbs) generating 'fam00006.htm': Argument ou appel de procédure incorrect: 'mid'
Erreur d'exécution Microsoft VBScript 800A0005
This is the first time I have seen this one.
Have I missed this topic some where?
This is line 201 :-
nWidth = mid(strDimension,1,instr(strDimension,"x")-1) + 0
obviously I have absolutely no idea what this means !
But would appreciate a little help from one of you programmers. :oops:
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: 1 hour ago
Posts: 4,886,
Visits: 22,776
|
This happens when a picture is missing. I have fixed it. The new code is as follows:
|