H hugr Member May 7, 2008 #1 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
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
B Bart Member² May 7, 2008 #1 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
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