Is posible turn on/off KPIs using Basic code? - Printable Version +- Ewon Technical Forum (https://techforum.ewon.biz) +-- Forum: Development (https://techforum.ewon.biz/forum-50.html) +--- Forum: BASIC Script (https://techforum.ewon.biz/forum-52.html) +--- Thread: Is posible turn on/off KPIs using Basic code? (/thread-2745.html) |
Is posible turn on/off KPIs using Basic code? - LuisEnrique - 15-05-2025 Hi HMS Team I would like to know if is posible Turn On/Off the KPIs using Basic code...?? Thanks in advance for you support. Luis RE: Is posible turn on/off KPIs using Basic code? - simon - 15-05-2025 Hi Luis, Yes it is possible. SETSYS SYS, "LOAD" SETSYS SYS, "DMKPIENABLED", "0" SETSYS SYS, "SAVE" RE: Is posible turn on/off KPIs using Basic code? - LuisEnrique - 15-05-2025 (15-05-2025, 11:47 AM)simon Wrote: Hi Luis, Hi Simon I´m going to test... Regards RE: Is posible turn on/off KPIs using Basic code? - LuisEnrique - 15-05-2025 (15-05-2025, 11:47 AM)simon Wrote: Hi Luis, Simon, your code works fine. Thanks a lot. |