KB-50288: Testing for links between an XControl and an XObject.
Question: In an application, how can I determine whether an object has any links between an XControl and a few XObjects that work as source? Example: A screen object has…
Question: In an application, how can I determine whether an object has any links between an XControl and a few XObjects that work as source? Example: A screen object has…
This article shows the procedures for installing and setting up Microsoft SQL Server 2008 R2 Express, the free version of Microsoft’s database, thus making it possible to use it as…
Question: How can I return the ASCII value of any character in a string? Solution: To do so, you can use a script with ASC method to return the ASCII…
Question: How can I start an application without executing the Viewer? Solution: You can create a shortcut with E3Admin’s executable file adding “-start” command to it, and then pass the…
Autor
Guilherme Taschetto
Autor
Paula Eneas
Autor
Renato Souza, Délio Damin
Question: Can E3Viewer‘s and E3Server‘s versions be displayed on a screen in the application? Solution: Yes. To do so, just use VBScript’s GetFileVersion() method to read the versions of E3Server.exe…
Attached to this article is a sample application illustrating how to use the following VBScript’s functions: MsgBox Input Abs Sgn Array Asc Now FormatDateTime Data SelectMenu Chr Date Time Attachments:…
The attached sample application illustrates how to add items to a two-column ListBox, as well as how to scan these items via a script in another object. To add the…