By 85013 - Wednesday, October 15, 2008
|
Hi there, after I automatically updated my genopro a month ago I cannot generate my report. It starts fine and then it stops. I never had problems before and I am using Windows Vista and the latest Internet explorer. I have then reinstalled an older version, and with that it works. Hope that someone can help. regards Silvana from Denmark It says in danish: Error at line 691, position 6 (init.htm): Procedurekaldet eller argumentet er ugyldigt: 'Mid' Der opstod en Microsoft VBScript-kørselsfejl 800A0005 translated: Error at line 691, position 6 (init.htm): No value for call of procedure or argument: "Mid" An error accured for Microsoft VBSscript-runningerror 800A0005
|
By GenoProSupport - Wednesday, October 15, 2008
|
What version of GenoPro are you using?
|
By genome - Wednesday, October 15, 2008
|
If I am interpreting your translation correctly, it suggests that you have a reference to a picture in your .gno file that has no file path associated with it. Normally GenoPro ensures that you enter a path so I do not know how this has occurred (if indeed it has). Please check that all your pictures have a path using GenoPro's Table Layout / Pictures.. menu item.
|
By 85013 - Thursday, October 16, 2008
|
Hi there. I am useng Geno Pro 2007 version 2.0.1.6
|
By 85013 - Thursday, October 16, 2008
|
Hi, Thankyou for the tip regarding the pictures. I will try to cjeck them. Regarding "so I do not know how this has occurred (if indeed it has)" . Of course it has occured. I have waited to come with my questions until I have tried different kinds of solutions. I thought this was a forum for help!
|
By genome - Thursday, October 16, 2008
|
85013 (10/16/2008)
Regarding "so I do not know how this has occurred (if indeed it has)" . Of course it has occured. I have waited to come with my questions until I have tried different kinds of solutions. I thought this was a forum for help! Indeed I was trying to help, but I now wonder why. The statement 'if indeed it has' refers to whether or not GenoPro has created a picture reference without a path, NOT that I was casting doubt on your report of a problem. Have a little faith. There have been a number of occasions of late on this forum where members have misinterpreted comments and have been jumped in with criticism. This is a multi-national forum and sometimes language barriers cause confusion. I urge that people are given the benefit of doubt and not jump to conclusions. All of us who regularly contribute to this forum do so with a desire to help fellow users of GenoPro and assist them in getting the maximum out of it.
|
By 85013 - Friday, October 17, 2008
|
Thanks for your answer and mayby I had a bad tone in my mail. I got a little confused of the doubt. Anyway - I have checked all my pictures - and cannot find any errors. I now again have reinstaled the older version 2.0.0.9 (without updates) and that function perfect. So in the meantime I will use that, but I hope that you or somebody else are able to give me an answer. But do not hurry: : regards from Denmark Silvana
|
By maru-san - Friday, October 17, 2008
|
Whenever I have a problem with the file init.htm, I am trying to make a report with the english narrative report of the installed version. If no error shows up, I know something is wrong with my customized skin. I then make a new skin from the english version and copy my dictionary.xml(I guess its dansk) file into this new skin and make necessary modifications to the config.xml file. Usually this solves the problem as described by you.
BTW, did you make a danish dictionary.xml file? I started once to do the translation, but gave up due to limited knowledge. I was curious to see how far I can get.
|
By genome - Friday, October 17, 2008
|
Ok, I think I may have stumbled on the reason for this error. The part of script that creates thumbnails for the report (new at this release) expects to find a period/full stop (.) in the filename e.g. picture.jpg . If there is no period then the error occurs. Not having a period is unusual for a file containing a photo, but not invalid. I will work on a correction for this issue. Meanwhile as a work-around you will need to ensure you files have a filename extension.
|
By 85013 - Tuesday, October 21, 2008
|
Hi, I did not quite understand that part of making a new skin? Is it something I can do? Or is it better if I only chose english as language. Regards Silvana
|
By 85013 - Tuesday, October 21, 2008
|
Hi Ron, I do not know if I quit understand "period/full stop". My pictures are in JPG format. Could you please try to explain it a little bit more - if possible. regards Silvana
|
By genome - Tuesday, October 21, 2008
|
85013 (10/21/2008)
I do not know if I quit understand "period/full stop". My pictures are in JPG format. Its simply that the filenames of all your pictures must end with the characters .jpg as well as begin JPG format, otherwise this error occurs. If all your picture filenames already end with .jpg then I have not yet discovered the reason for the error you are getting
|
By Scurlockgirl - Sunday, October 26, 2008
|
Since updating to Genopro Version 2.0.1.6 today I also can no longer publish a report and keep getting the error below. i would welcome some help. Kind regards Scurlockgirl Error at line 119, position 22 (default.htm): Expected end of statement Microsoft VBScript compilation error 800A0401 Report.WriteTextDic 0 Then Report.WriteFormattedLn " {} ", Dic("TocIndexPlacesPopular") ' Places.SortBy("-References.Count") ' Sort by most popular place Dim oDataSorter, rCnt, collPlaces Set oDataSorter = Util.NewDataSorter() For each p in Places rCnt = p.Session("References") ' ignore places with no references If rCnt > 0 Then oDataSorter.Add p, rCnt+10000000 Next oDataSorter.SortByKey oDataSorter.Reverse Set collPlaces = oDataSorter.ToGenoCollection iLast = collPlaces.Count - 1 If iLast > 19 Then iLast = 19 strSep="" For i = 0 to iLast Set p = collPlaces(i) Report.WriteFormatted strSep & " {2&t} ({3}) ", p.ID, p.Category, p.Session("NameFull"), p.Session("References") strSep = ", " Next End If Report.WriteLn " " If g_fUseTreeIndexes Then Report.WriteFormattedLn " {} ", Dic("TocAZSurnameIndex") End If Report.WriteLn " " if g_fGoogleMapsOverview And cPlaces > 0 Then Report.WriteFormattedLn " {} ", Dic("gMapPlaces") End If ]%> = 0 Then ' We have no place references, so remove the "Show All References | Hide All References" Report.BufferRemoveAt g_ichReferencesStart, ichReferencesEnd End If If (g_ichNotesStart >= 0) Then ' We have no annotations, so remove the "Show All Notes | Hide All Notes" Report.BufferRemoveAt g_ichNotesStart, ichNotesEnd End If ]%> [GenoPro Version: 2.0.1.6, Skin Version: 2008.05.06]
|
By genome - Monday, October 27, 2008
|
You apppear to be using an earlier Narrative Report skin to that released with GenoPro 2.0.1.6, your skin is dated 2008.05.06 whilst the released version is 2008.9.14. Therefore it appears to be a 'custom' skin. That skin seems to have been corrupted in some way as well, since the VBScript is now invalid. Try using the built-in skin from 2.0.1.6. I.e. chose 'English Narrative Report {EN}' from the drop down list.
|
By Scurlockgirl - Tuesday, October 28, 2008
|
Hi Ron I did try using the English Narrative Skin from the drop down menu from the version I just downloaded and that was what I got. I have tried uninstalling and reinstalling but to no avail so I'm not sure what is going on.
|
By Howard53 - Wednesday, October 29, 2008
|
You may have two English Narrative Reports {EN} available - this is a screenshot from my computer: 
The report with the red arrow is the one you should be using. The report with the blue arrow was the same date as your report with the error, but it ran OK on my machine. As Ron said, your version is probably corrupt. If all else fails, uninstall GenoPro, ensure any 'Skins' subfolder is deleted, and reinstall GenoPro - the 'Skins' subfolder will be generated automatically.
|
By Scurlockgirl - Wednesday, October 29, 2008
|
Thanks Howard Have now come across the other version that you suggested and managed to generate a report for another branch of my tree successfully. All the best Scurlockgirl
|
By 85013 - Sunday, December 14, 2008
|
HI there again Ron, sorry I haven´t seen your last answer. I have been working abroad, and have not worked with my genealogy-tree. I will try to find out what I am doing wrong regarding the pictures, and see if I can spot what´s happening. regards Silvana
|