AutoGUI+ converts languages instead of CTEXT()
Posted: 17 Jan 2018, 12:04
Hi,
AutoGUI+ is capable of converting languages dynamically. It seems that it is much more powerful than using CTEXT().
Details are here.
(1) Create a new table in the static table text.
-------------------------------------------------------------------------------------------------------------------
DefineObjectInstance {
className = "StaticTable",
name = "AUTGUIJ2E",
source = "sql",
selectSQLcommand = "cast(JA as char(132) ccsid 65535), EN from FDKDEMO.AUTGUIJ2E",
resultColumnNames = {"ja","en"},
resultColumnCCSID = { ja=5035 },
};
-------------------------------------------------------------------------------------------------------------------
DDS source (Image_20180117_103251001.png) DB (Image_20180117_103232001.png) (2) Add a new AutoGUI rule.
Rule (Image_20180117_102612001.png) Identification rules (Image_20180117_102712001.png) text in eXtensions of properties column (3) Save the rule and test.
The result is something like this movie.
https://drive.google.com/file/d/1Ib0bEy ... GD7Ut/view
Hope this helps.
Best Regards,
Hidekazu Tanaka
AutoGUI+ is capable of converting languages dynamically. It seems that it is much more powerful than using CTEXT().
Details are here.
(1) Create a new table in the static table text.
-------------------------------------------------------------------------------------------------------------------
DefineObjectInstance {
className = "StaticTable",
name = "AUTGUIJ2E",
source = "sql",
selectSQLcommand = "cast(JA as char(132) ccsid 65535), EN from FDKDEMO.AUTGUIJ2E",
resultColumnNames = {"ja","en"},
resultColumnCCSID = { ja=5035 },
};
-------------------------------------------------------------------------------------------------------------------
DDS source (Image_20180117_103251001.png) DB (Image_20180117_103232001.png) (2) Add a new AutoGUI rule.
Rule (Image_20180117_102612001.png) Identification rules (Image_20180117_102712001.png) text in eXtensions of properties column (3) Save the rule and test.
The result is something like this movie.
https://drive.google.com/file/d/1Ib0bEy ... GD7Ut/view
Hope this helps.
Best Regards,
Hidekazu Tanaka