Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jsu0234m

Pages: 1 [2]
16
I have quite a few AnalogValueDisplay and BasicLabel boxes that are populated from vb code instead of PLC tags and i can't get the prefix or suffix values from the properties to update on the screen at runtime. It looks like they are going to work while in design time but as soon as the screen loads the prefix and suffix's are gone and just the data shows up. I don't know enough about visual basic to know what I'm doing wrong. Can someone help me out?

Here's the code behind the label. It works i just can't get the prefix or suffix from the properties page to show up at run time.
AnalogValueDisplay13.Text = row("Sum_Lbl_Weight") / row("Avg_Lbl_Weight")

Pages: 1 [2]