Beas: Can I emulate a keystroke? Respondida
I have 8 scrips in my calculation schema.
When I create a pre-calculation I have to press the Calculate button 3 til 5 times before everything is calculated correctly.
Question: Can I call a (re)calculate routine from a script?
or
Can I emulate this click on the Calculate button?
Regards,
John
Comentarios
1 comentario
You can do it with a small customizing script
(in this window: Crtl + N + U
In debug protocol you can see the commands
The button have 3 objects
calc_b, calc_p and calc_t
you must create a script for every object
Example
Iniciar sesión para dejar un comentario.