KB-33320: SQL Server’s query filter in Elipse SCADA.
Question: How can I create a filter for an SQL Server’s query with an ODBC connection? Solution: To do so, you must use table’s SQLQuery() function. Records can be selected…
Question: How can I create a filter for an SQL Server’s query with an ODBC connection? Solution: To do so, you must use table’s SQLQuery() function. Records can be selected…
Question: Is there any script output function in Elipse SCADA that aborts script execution at a certain point and will not execute the lines beyond this point, similarly to what…
Autor
Mateus Machado
Question: When is a Boolean tag’s OnValueChanged event fired? Can I run a script that fires it only when its value changes from 0 to 1, but not otherwise? Solution:…
Question: Can I set text style (bold, italics, etc) from Text object with SetZoneText function? Solution: No, it is not possible to set text format with this function, only its…
Question: How can I tell whether the user has pressed Cancel key while FolderSelectWindow() function is being executed? Solution: Whenever Cancel option is pressed, this function returns an empty string…