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
I do not understand why now it gives error
thanks in advance!!!
Answers
Then you could see the actual error.
]
it has a solution?
have you registered properly? admin permissions?
CREATE(EcuVB,TRUE,TRUE)
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
Can it be a license problem?
someone knows some link where you can consult about this ??
I do not know for example the data type "double" to which they correspond in nav
Double in VB (8 bytes) is float in SQL. In NAV, there's only one decimal (12 bytes) to represent real numbers.
http://help.lsnav80.lsretail.com/help/en/FieldDataTypes.htm
https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/data-types/data-type-summary
No.
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/