I need to be able to load a picture dynamically depending on a value I bring back from a database. The value will be the name of the picture within Zenon.
I can pull back the value in the database using VBA, but would then like to load the picture in the same procedure either directly by VBA or using a Function picture switch run in VBA.
Is this possible, if not is there another way, maybe by loading a string tag with the picture name and then passing this into a function ??
I currently do this in RSView by using a string variable and using an event to change screens.
Many thanks
Graham