|
|
Customers Translator GenoPro version: 3.1.0.1
Last Login: Thursday, July 24, 2025
Posts: 215,
Visits: 2,039
|
I've some PhCT for a private labels that works fine on the standard (HTML) narrative report in catalan
but if I try to create a PDF file, I've the error:
Error a la línia 1683 , posició 16 (Code/Util.vbs) generant 'individuals.htm': Variable no definida: 'strExecute'
Error de Microsoft VBScript en tiempo de ejecución 800A01F4 I 've detected that I have this error wenn the phCT labels are on the Dictionary. but, if i delete them, the PDF file will be created without Problems.... Can you rewiew what's happend? Thanks
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: Yesterday @ 10:03 AM
Posts: 3,436,
Visits: 26,606
|
Try just adding a defintion for the variable strExecute on say line 1610 of Code\Util.vbs e.g.
Change Dim strCustomTagData, strCustomTagDesc, strPrivate, strLink, strTag, strFmtTemplate, Args(), strSubHead, strGender to Dim strCustomTagData, strCustomTagDesc, strPrivate, strLink, strTag, strFmtTemplate, Args(), strSubHead, strGender, strExecute and let me know what happens
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Edited: Tuesday, July 15, 2025 by
genome
|
|
|
Customers Translator GenoPro version: 3.1.0.1
Last Login: Thursday, July 24, 2025
Posts: 215,
Visits: 2,039
|
Done.
no errors = it works
Thanks
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: Yesterday @ 10:03 AM
Posts: 3,436,
Visits: 26,606
|
That's great. This fix will be included in my next release of the report skins bundle.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|