automation does not work

kanikakanika Member Posts: 247
edited 2018-07-24 in NAV Three Tier
Hi experts!!

nav 2009 this code worked without errors:

CLEAR(EcuVB);
IF NOT CREATE(EcuVB) THEN
ERROR('No pudo instanciarse OmiCalc - Ecuaciones. Avise al administrador del sistema. Posiblemente OmiCalc-E no esté instalada.');

Now nav 2018 the code stops in error:

CLEAR(EcuVB);
IF NOT CREATE(EcuVB,FALSE,TRUE) THEN
ERROR('No pudo instanciarse OmiCalc - Ecuaciones. Avise al administrador del sistema. Posiblemente OmiCalc-E no esté instalada.');

Name DataType Subtype
EcuVB Automation '_OmiCalc'.CEcuaciones

tbc991b4ptui.png

I do not understand why now it gives error

thanks in advance!!!

Answers

Sign In or Register to comment.