FTView SE VBA Help

AzCtrlEng

Member
Join Date
Aug 2011
Location
Phoenix
Posts
20
I am using FTView SE 5.10

I am trying to access the value of a string display on a graphic from VBA code but cannot get it to work.

Something simple like this:

Dim test As String
test = StringDisplay1.Value

But I keep getting Run-Time Error '424' Object Required when trying to read the value.

I have tried ThisDisplay.StringDisplay1.Value as well with the same result.

What am I missing here?
 

Similar Topics

I've been working on a fairly large project for the last couple months and have come to a road block for the last week. I've spent countless...
Replies
7
Views
7,082
Dear Forum users i have a project, which i have to creat 2 recipe form with about 20 parameters in VBA form. - 1 recipe form used to fill...
Replies
0
Views
4,169
In the past i have used Citect SCADA software, more specifically cicode, to log values to an excel spread sheet daily at midnight from an event...
Replies
0
Views
2,077
Hi all. Currently I'm working on a VBa script for FTView. I would like to understand a bit better about some commands. 1) What are the...
Replies
3
Views
590
Hi all. I'm running a VBA code on my FTView which is actually working, but everytime I open the display that calls the VBA code, it throws the...
Replies
28
Views
1,777
Back
Top Bottom