stef
Member³
I didn't read all of the AutoReplace issues, but this is one of my points.
I also have to use AutoReplace after softText stopped working by release 7.1
One problem I have with AutoReplace.
If I make a shortcut for often used Tables e.g.
Delivery short cut will be
del = select * from delivery
Thats work fine but when may query is much longer I use this shortcut also for the table
eg
select * from delivery del
When you now use this in the where clause it will always write the complete shortcut. That's not what i want.
Result
select * from delivery where select * from delivery where delivery = '' ;.
Same problem by using the "enter"!!
thx
that's it!
I also have to use AutoReplace after softText stopped working by release 7.1
One problem I have with AutoReplace.
If I make a shortcut for often used Tables e.g.
Delivery short cut will be
del = select * from delivery
Thats work fine but when may query is much longer I use this shortcut also for the table
eg
select * from delivery del
When you now use this in the where clause it will always write the complete shortcut. That's not what i want.
Result
select * from delivery where select * from delivery where delivery = '' ;.
Same problem by using the "enter"!!
thx
that's it!