KB-15128: Deleting a record in the database.
Question: Which function should I use to delete a record in a database? Solution: To do so, you need to use the DeleteRecord() function.
Question: Which function should I use to delete a record in a database? Solution: To do so, you need to use the DeleteRecord() function.
Question: How can I split a string into smaller parts? Solution: To do so, you can use the Global Manager’s Right, Left and Mid functions, found at Elipse SCADA’s Global…
Question: How can I change the figure being displayed on a Bitmap object at run time? Solution: To do so, you must edit the Bitmap’s Filename property. For example: Bitmap1.fileName…
Question: How can I set up an alarm in a tag? Solution: To do so, just access the tag’s Alarms tab, then enable and set up the LoLo, Low, High,…
Question: How can I set up the SCADA application to store alarms continuously, but display only the ones from the last 24 hours? Solution: To do so, first you must…
Question: How can I display a historic of the alarms that occurred in the application? Solution: To do so, you can use a Browser object and link it to the…
Question: How can I concatenate the values of two I/O Tags? Solution: To do so, you can use scripts, with a + operator between the tags that must be concatenated.…
Question: How can I configure an animation’s image to keep its original size? Solution:To do so, click the Adjust image button on General tab of the animation’s properties.
Question: On an application, the ShutdownWindows() function was set with the parameter 4 configured, in order to restart the computer and close the applications, but it only stops the application…
Question:How does SCADA calculate the PerformanceCount attribute’s value? Solution: The calculation is performed every second, and it counts the time that the application takes to answer. The worst the application’s…