- AuthorPosts
- December 30, 2019 at 8:13 pm #26537LTTParticipant
It seems Csv property is not working.
“Unspecified error” will occur on the 3rd line:oDoc = editor.ActiveDocument;
alert(oDoc.Name);
oCsv = oDoc.Csv;
alert(oCsv.Name);—————
“Set” is missing in the VBScripts in many pages: (Didn’t check all.)
emeditor_en.chm::/macro/document/csv.htm
emeditor_en.chm::/macro/document/config.htm
emeditor_en.chm::/macro/document/filters.htm
Almost all the sub-pages for the properties from: emeditor_en.chm::/macro/config/index.htmDecember 31, 2019 at 11:33 am #26539Yutaka EmuraKeymaster>It seems Csv property is not working.
>“Unspecified error” will occur on the 3rd line:A CSV format must be selected before you use the Csv property, otherwise “Unspecified error” will occur.
We will fix the Help errors. Thanks,February 7, 2020 at 11:19 am #26577Yutaka EmuraKeymasterFor your convenience, v19.6 beta 3 (19.5.93) will NOT show the “Unspecified error” anymore in this case.
Thank you!February 13, 2020 at 11:34 am #26608LTTParticipantThank you for this change.
And you might missed the last line in my first post:
Almost all the sub-pages for the properties from: emeditor_en.chm::/macro/config/index.htm
e.g.:
/macro/config/association.htm
/macro/config/auto_save.htm
…February 14, 2020 at 10:23 am #26610Yutaka EmuraKeymasterWe will update these Help pages. Thanks!
- AuthorPosts
- You must be logged in to reply to this topic.