GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
Another Microsoft VBScript runtime error 800A01A8


https://support.genopro.com/Topic25104.aspx
Print Topic | Close Window

By NiKo - Friday, December 11, 2009

I downloaded the latest English Narrative Report, and tried to re-generate my tree but got the following error both time, which halted the execution of the report.

I looked at Place00023 and it looks fine.  Is there something else I'm missing?  Thanks in advance

Error at line 969, position 1 (Code/Util.vbs) generating 'place-place00023.htm': Object required: 'obj'

Microsoft VBScript runtime error 800A01A8

By genome - Saturday, December 12, 2009
Sorry Nick, a bit of a slip-shod copy and paste with the code on my part. The problem only rears its head when you request full picture details in the config options.

To fix for now, please change line 1874 of Code\Lang.vbs in the skin from

        WriteHtmlAnnotationPicture Dic("Place"), s, "right", g_cxPictureSizeLarge

to
        WriteHtmlAnnotationPicture Dic("Place"), p, "right", g_cxPictureSizeLarge

I'll relase a revised skin soon that incoporates this fix.

By NiKo - Saturday, December 12, 2009
Thank you for the quick reply Ron!

I modified my report generation criteria to let it finish running, and will wait for your update whenever you have the time.