>
> As mentioned by Sean in previous post (linked above), the clip name
> would consist of mostly blanks.
> but, I'm from non-English speaking country.
Right, I know. Unfortunatley, when I started work on PowerPro, I did
not know about internationalization, and now it is too late to back
fit it.
The issue I think is that PowerPro is treating the unicode contents
of these files or clips as normal ascii text and trying to make valid
file names that way. I don't know of any easy way to fix this issue.
It might be interesting to know which binary bytes are causing the
error. I suspect it is because the valid file name characters are
actually unicode, and so PowerPro cannot properly set them.
>
>
> at this time, there is other problem about invaild filename.
> ; ------------------------------
> ; Copy clipboard into Note when created
> Note.Open("", "clip")
> ; ------------------------------
>
> then
> ---------------------------
> PowerPro
> ---------------------------
> Cannot create file
> C:\Program Files\PowerPro\Notes\Open\****?PProNote
> Error has occurred while another error is being processed
> Abort and start configuration?
> ---------------------------
>