FT View SE VB Script

bdossantos

Member
Join Date
Mar 2018
Location
California
Posts
67
I am Having an issue with passing strings from VB to Tag Database in FT. I am trying to pass the display name from VB to display on the Screen.

This is what I have so far-
Option Eplicit
Public NavTagGroup As Tag Group

Private Sub Display_AnimationStart()


Dim Test_StringVB As String

If NavTagGroup Is Nothing Then
Set NavTagGroup = Application.CreateTagGroup(Me.AreaName, 5000)

NavTagGroup.Add "Nav\ScreenName"
End If


Set Test_StringVB = NavTagGroup.Item("Nav\ScreenName") 'This is where it fails
Test_StringVB =ThisDisplay.Name
End Sub

Any Help understanding the the failure would be appreciated. The ScreeName is defined in the database as a string.

Thank you,
 

Similar Topics

Hi guys, I'm busy on the migration of old 3G/RS232 modems to 4-5G / Ethernet modems on about 200 pumping stations across the country. To...
Replies
0
Views
431
I am looking for some help with a script that I am working on. I have several trend screens that I want to condense into one and just load...
Replies
3
Views
1,313
Hi guys I have had a thought regarding a quick hmi screen change for none experienced staff , is there a way that we can have a sd card or a usb...
Replies
1
Views
1,278
View SE Macros am I right? Yuck! It's a local app on an old 2003 terminal server. Can you run Macro scripts so they don't fill up the log? Can...
Replies
0
Views
1,786
I'm hoping that this a simple problem that I just don't see. Most of my background is with GE Cimplicity. I'm running FTView SE 6.0 on a Windows...
Replies
22
Views
14,768
Back
Top Bottom