Replacement It's not clearing the list

Where is the error in this logic?

the replacement command is to clear all text from the text box, but it is just returning the cursor to the beginning of the line and not clearing the field.

use txt_autor.Text as the segment and check

1 Like

Why not delete the entire replace part en just do set txt_autor.txt to " ".

2 Likes

cursor returns to the beginning only and the “” is at the end but the text does not go out

No like this

image

2 Likes

okokok

OK thank you Peter, now it worked out just the way I wanted it

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.