Skip to content

Elipse Knowledgebase

  • Home
  • English (US)English (US)
    • Português do BrasilPortuguês do Brasil

Category: Elipse E3

KB-63141: Demo application – KeyPad for Login.

25 de March de 201931 de May de 2022Luiz Fernando FreireLeave a Comment on KB-63141: Demo application – KeyPad for Login.

Question: How can I show a virtual KeyPad when opening the Login dialog? Solution: To do so, use the following script: Sub CommandButton1_Click() Set KeyPad = Application.GetKeyPad()       KeyPad.Show()      …

Read More

KB-29153: Rotating Gallery images in E3Studio.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment on KB-29153: Rotating Gallery images in E3Studio.

Question: How can I rotate a figure from E3Studio‘s Gallery? Solution: In E3Studio, follow these procedures: Add the desired figure to a screen. Right-click it and select the Convert to…

Read More

Disabling the Historic’s Quality column.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment on Disabling the Historic’s Quality column.

Question: How can I remove the Quality column from a Historic? Solution: To remove the Quality column from a Historic, you must use the Link Historic to an existing Table…

Read More

Checking the space being used by an SQL database.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment on Checking the space being used by an SQL database.

Question: How can I check the size of an SQL database? Solution: To do so, you must run a Stored Procedure, available in the database. To run it in E3,…

Read More

KB-31594: Processing data from a Query.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment on KB-31594: Processing data from a Query.

Question: On a network containing a machine dedicated specifically to the Data Server and others to E3, where is the data from a Query inside the Viewer processed: in the…

Read More

KB-30114: Data format error in a Query.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment on KB-30114: Data format error in a Query.

Question: Why is the data format being regarded as month/day instead of day/month in a Query’s filter by date when the day is a number lower than 13? Solution: This…

Read More

KB-31412: Converting the Query’s E3TimeStamp into UTC/GMT time zone.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment on KB-31412: Converting the Query’s E3TimeStamp into UTC/GMT time zone.

Question: How can I convert a date returned in the Query (E3TimeStamp) into UTC/GMT time zone? Solution: To do so, you can use SQL’s DATEADD function. Example: SELECT DATEADD(minute, ,…

Read More

KB-13968: Executing a StoredProcedure via E3.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment on KB-13968: Executing a StoredProcedure via E3.

Question: How can I execute an Oracle’s StoredProcedure via E3? Solution: In a Query, use the SQL command “call” + StoredProcedure name. For example: – E3 Query: call HourmeterIncrement(‘I724EMD1111’,1) –…

Read More

KB-31553: Changing colors in E3Alarm.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment on KB-31553: Changing colors in E3Alarm.

Question: How can I change the text and background colors of the alarms in E3Alarm? Solution: This can be done in E3Alarm‘s properties, on Colors tab. At runtime, whenever a…

Read More

KB-31658: Recording the user logged in when the alarm went off.

25 de March de 201910 de June de 2019Elipse SoftwareLeave a Comment on KB-31658: Recording the user logged in when the alarm went off.

Question: How can I record in the database which user was logged in when the alarm went off? Solution: To do so, one alternative is to use an internal tag…

Read More

Posts navigation

Previous 1 … 31 32 33 … 130 Next

Categories

Search by Category

© 2025 Elipse Knowledgebase | Elipse Software - Todos os Direitos Reservados.