KB-56032: Changing an image file to be updated automatically in E3.

Question:

How can I update an image in E3 just by replacing this image in the original folder with another one with the same name?

Solution:

To do so, you must insert an MSForms’ Image object onto screen by right-clicking it and selecting the option Insert–MSForms–Image; then, locate the image via Picture property.

With the application running, the image that has been modified must be updated via the following script:
Screen.Item(“Image1”).Picture = LoadPicture(“C:\Image.jpg”)

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *