/ Forums / Advansys Formativ / Creating Solutions with Formativ / CopyHTMLToClipboard and space characters in file names / Reply To: CopyHTMLToClipboard and space characters in file names

#7341
Immi
Participant

    Hi Support 1 & 3

    I have tried both solutions (HTMLencode and DosPathToUnixPath). They both cause the same problem. Thae path gets truncated. This is the HTML generated code:

    HTMLEncode:
    <A href=”file:///C:/Program” FilesGroupWiseGrpWise.exe>C:Program FilesGroupWiseGrpWise.exe</A>

    DosPathToUnixPath:
    <A href=”file:///C:/Program” GrpWise.exe GroupWise Files>C:/Program Files/GroupWise/GrpWise.exe</A>

    Obviously the ” gets put in at the wrong place. This happens with GW6.5 and 7.0.
    Funny enough I can later correct the path with the ‘insert link’ button and the space problem is gone. Not really a work around…. 🙁

    I have resorted converting the filename to a 8.3 filename. This works.

    Thanks for your help!

    Stephan