KB-28681: Setting up a Message Box with Date/Time format.
Question: When creating a Message Box with the date, a random numeric value is displayed (for example, 39876,8934523). How can I set up the Message Box with the Date/Time format?…
Question: When creating a Message Box with the date, a random numeric value is displayed (for example, 39876,8934523). How can I set up the Message Box with the Date/Time format?…
Question: How can I save a Database’s table in a text file? Solution: To do so, you can create a Report, configure a Query, and use the Export() method; or…
Question: How can I enable/disable task switching (Alt + Tab) at runtime? Solution: To do so, you must write a script to edit the application’s Exclusive property. For example: Example…
Autor
Marco Antonio Gomes Silva
Question: On an application based in CDO-Collaboration Data Objects (tool developed by Microsoft to make it easier sending messages in applications)-, the IIS – Internet Information Services – is used…
Question: Can the data sources used in a multiple connection be written via Source field? Solution: No, they can’t. This type of connection only enables the Source field’s read.
Question: How can the application be set up to send an e-mail whenever an alarm is activated? Solution: To do so, you must use the SendMail driver and create an…
Question: Can I use E3 WebViewer with the following web browsers: Microsoft Edge, Mozilla Firefox and/or Google Chrome? Solution: Yes, you can. E3 WebViewer is an ActiveX component that…
Question: Do Elipse drivers have native support to communication via USB? Solution: No, they do not.
Question: How can I set up a Modal Screen to be opened next to the Button pressed to open it? Solution: To do so, you must use ToPixelX() and ToPixelY()…