Hi,
Before this post, I was caught in the trap, during a process, where some information are sent to the clipboard, through direct_output.
As this was an encoding made before DF20, and when switching to unicode, I had to add:
Move (Utf8ToAnsi(sVar)) to sVar
In the course of DF updates, recording and reading from the clipboard has certainly been corrected and the above command ends up generating an empty clipboard, consequently, the seqeof is never activated in direct_input, leaving the program in a loop.
In my case, I removed the command: Utf8toAnsi and that was fine, but I agree that DF should handle this, so just a side note that direct_output also needs to be reviewed.
Best Regards,
Edgard L. Paneque