KB-31727: Opção de barra de rolagem no Browser.
Descrição: O objeto Browser possui barra de rolagem? Solução: Não. Uma forma de contonar esta situação é clicando em algum registro e arrastando-o para baixo/para cima, ou então seguindo os…
Descrição: O objeto Browser possui barra de rolagem? Solução: Não. Uma forma de contonar esta situação é clicando em algum registro e arrastando-o para baixo/para cima, ou então seguindo os…
Question:How can I set an MSForms Frame to appear behind other buttons on screen at runtime, and not in front of them? Solution: Being displayed always in front of other…
Descrição: Como converter uma data retornada na Consulta (E3TimeStamp) para o horário UTC/GMT? Solução: Uma forma de conseguir isto é utilizando a função DATEADD do SQL. Exemplo: SELECT DATEADD(minute, , Alarms.E3TimeStamp)…
Question: How can I set up the datatype to be displayed in the SetPoint when it receives focus? Solution: Via SetPointDataType property.
Descrição: Como descobrir qual o Offset configurado no PC para que seja possível calcular o horário em relação ao UTC/GMT? Solução: Através do VBScript, é possivel retornar o valor do…
Question: How can I change a Historic’s recording table name at run time? Solution: To do so, you must disable the Historic, change its TableName property to the desired new…
Question: How can I set a Label object to be displayed vertically? Solution: You cannot set a Label to be displayed vertically; however, you can use a Text object (which…
Question: How can I insert a scrollbar into a Display? Solution: You cannot insert a scrollbar into a Display. However, you can use a TextBox object to visualize a larger…
Question: In my application, there are two PLC tags indicating the status of a circuit breaker (double point). How can I set them so a figure shows a certain color…
Question: How can I make a text slide on screen? Solution: To do so, you must first create a RampUp demo tag on Viewer. Then, on screen, add a display…