ActiveX Listbox FTV SE 9

asterof

Member
Join Date
May 2007
Location
Califonia
Posts
554
Factorytalk View SE 9.0
Have a display called Test
Have a ActiveX object MS Listbox in Test
Have a String Tag in the Tag Database called Recipe1_Name

The issue is I think the Tag is getting loaded into
the Listbox but is is invisible or empty data is
being inserted.
Anyone know what the problem might be

Private Sub FormListBoxUpdate()
Me.FormListBox.Clear
Dim data(9) As String
Dim i As Integer
data(0) = Recipe1_Name
'Recipe1_Name is a tag in the database and I dropped a string 'display on the display and it does work

Me.FormListBox.AddItem (data(0))
End Sub

Private Sub Display_Activate()
FormListBoxUpdate
End Sub
 

Similar Topics

Good day All, I am getting Error 1 when I try to open trends on my client. I tried to resolve the problem by creating .cab files but that did not...
Replies
2
Views
1,322
I'm testing the ability to make a custom ActiveX control for PVP7 applications to be able to write data out in an XML format. With my simple...
Replies
0
Views
623
I found a list of activex controls in view studio for which I simply cannot find any information on online. I don't know what they do. For example...
Replies
1
Views
951
Hey all, First post! I am trying to embed a web browser into my application to enable us to watch live feed of our AXIS IP Camera. The problem is...
Replies
0
Views
906
Hello, In FT View Studio ME (v12); When I go to restore a runtime file currently in use on a PV+7 I receive the error in the attached photo. It...
Replies
3
Views
2,067
Back
Top Bottom