1. Automation DLL have to be registered in Windows
2. You can define variable of type Automation
3. If you create this variable, system will create new instance of object defined in DLL and calls object's initialization routine.
4. Then you can set the public properties or call public methods of object
5. If object can generate events and you defined this variable as Withevents, you can catch generated events.
6. Finally you have to destroy (clear) automation variable before leaving code snipet.
Finally, automation does not rely to Navision without your code.
i've asked this question to try to find an error while generating an Excel sheet.
the problem is how to obtain the same format with "%" and "euro symbol":
0,00% and
0,00"euro"
because, actually, i obtain 0.00% and 0,00"euro"
Comments
1. Automation DLL have to be registered in Windows
2. You can define variable of type Automation
3. If you create this variable, system will create new instance of object defined in DLL and calls object's initialization routine.
4. Then you can set the public properties or call public methods of object
5. If object can generate events and you defined this variable as Withevents, you can catch generated events.
6. Finally you have to destroy (clear) automation variable before leaving code snipet.
Finally, automation does not rely to Navision without your code.
i've asked this question to try to find an error while generating an Excel sheet.
the problem is how to obtain the same format with "%" and "euro symbol":
0,00% and
0,00"euro"
because, actually, i obtain 0.00% and 0,00"euro"