I'm using version 7.1.1.1346 and I created an AutoReplace Template. When I run it, the cursor is placed one position off, so I need to compensate. Here is the template that demonstrates the problem:
I think it would be nicer if the cursor was placed in the position specified in the template.
Thanks,
Mike
Code:
SELECT ppx.person_id
,ppx.full_name
FROM per_people_x ppx
WHERE full_name LIKE '[#]
Thanks,
Mike