RSView VB Script Errors when Display Opens, but works when executed

awhite

Member
Join Date
Apr 2013
Location
NH
Posts
17
I have the VB code:

Private Sub NumericInput5_Change()
Dim Logged_Message As String
Set oPC = Me.FindElement(Me.ActiveElement.Name)
Park_Veh = oPC.Value
...
End Sub

When the screen opens, the error "VBA Code has been halted. Reason: Run-time error - Object doesn't support this property or method". When I change the value of NumericInput5 the VB code executes perfectly and without error.

Anyone know what gives?
 

Similar Topics

Hi, I have a subroutine which I want to trigger every 10 seconds in RSView? Is there a way i can do this in RSView?
Replies
16
Views
7,946
I have a VBA script that reads 90 tags from a file (a custom recipe) and writes those values to tags. When I tested the VBA offline in Works...
Replies
2
Views
8,288
Hello fellow wirenuts, I am looking to find the P.B. touch indicator option on version 13.00 and failing. It has been a year or so since I last...
Replies
9
Views
282
Hello, I have converted RSView 32 to FTView SE 14 (I have tested FTView 12 before as well and there were some difficulties so I moved on to...
Replies
4
Views
243
Okay, something I have not seen before.. RSView SE. I am working on an existing project. There is a value the customer wants trended and it is...
Replies
4
Views
801
Back
Top Bottom