Hi all

I have these lines in DF190 and they work fine, but in DF21 I see that it ignores the writing of the file content in oTextEdit1

Code:
               Move "" to sQuery
                Send Delete_Data of oTextEdit1
                Send Read of oTextEdit1 sArchivo
                Get Value of oTextEdit1 to sQuery
Edgar