Compile Adonix Source From A Program
Compile Adonix Source From A Program
program
BY SAGEDEV · PUBLISHED JANUARY 9, 2018 · UPDATED SEPTEMBER 20, 2018
We all know the main way to compile an adonix source:
in Sage X3 version 6.x and earlier, in fact, there is a special editor
(ADOTRT function) available,
from where you can compile with the F7 function key or with the
appropriate menu.
From 7.x, in the web interface there is still the ADOTRT function
available, with the “Compile” button available,
but the F7 key is no longer available, and ESC-F7 escape sequence
can not be used.
From version 7.x we also have Eclipse available through the pluging
Safe X3.
But if for some reason we needed to compile a source from a
program?
Or if we wanted to recompile all the sources starting with Y?
(By the way, you know that the changes made by the end customer should they
start with the Z?
The Y would be reserved for consultant developments…)
Where:
Some comments:
seg$(FILELIST(I),1, instr(1,FILELIST(I),".src")-1)
You could use other dos commands to already have just the name
directly, but it was less fun!