AutoReplace

hugr

Member
I have made a new tpl-File for using Autoreplace.

the file looks like that:

BEGIN
--
ef_sl_pg_login.logon_without(p_sprach_id => 1,p_username => 'hugr',p_mandant_id =>13);
--
END;
/

If i using that in Autoreplace that '/' goes away.

Any suggestions
 
Try this strange workaround (it's a bug anyway I would say) (empty line, two slashes)

BEGIN
--
ef_sl_pg_login.logon_without(p_sprach_id => 1,p_username => 'hugr',p_mandant_id =>13);
--
END;

/
/

Regards,
Bart Verstegen
 
Back
Top