Category: SageX3

0

Compile adonix source from a program

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...

0

How find where a data type is used in Sage X3

Sometimes, before making a change, or during a debugger, or for reverse engineering, it may be necessary to know where a particular data type is used. For example, you want to look for a...

0

Sage X3 Job with dynamics parameters

In Sage X3 we can setting execution scheduling of a command using the SYSTEME Sage x3 job. You can manage the Sage x3 jobs with Usage\Batch Server\Task management menu (GESABT function). As parameter we...

0

REPLACE function for strings in Sage X3 adonix

Adonix does not provide an instruction for replacing a string part. The only existent instruction is ctrans(STR,”AB”,”C”) that substitutes into the STR string all occurrences of ‘A’ and ‘B’ letters into ‘C’ letter. Note...