Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26537
    LTT
    Participant

    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.htm

    #26539
    Yutaka Emura
    Keymaster

    >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,

    #26577
    Yutaka Emura
    Keymaster

    For your convenience, v19.6 beta 3 (19.5.93) will NOT show the “Unspecified error” anymore in this case.
    Thank you!

    #26608
    LTT
    Participant

    Thank 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

    #26610
    Yutaka Emura
    Keymaster

    We will update these Help pages. Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.