Activeview control methods: aboutbox, Activeview control properties, Builddatestamp property – Rockwell Automation FactoryTalk Historian SE ActiveView 3.2 User Guide User Manual
Page 68

●
●
●
●
●
FactoryTalk Historian ActiveView User Guide
60
ActiveView Control Methods: AboutBox
This method displays version information about the control.
Example
This example displays FactoryTalk Historian ActiveView Control
AboutBox from a button on the Web page.
<HTML>
<script language = "VBScript">
Sub btnAboutBox_onclick
pbd1.AboutBox()
End Sub
</script>
<P>
<object id = "Pbd1"
classid = "clsid:4F26B906-2854-11D1-9597-
00A0C931BFC8"
height = "80%"
width = "80%">
<param name = "DisplayURL" value = "<MyDisplayURL>">
</object>
</p>
<input id = "btnAboutBox"
type = "button"
value = "ActiveView Control AboutBox()"
title = "Shows FactoryTalk Historian ActiveView
Display Object's About Box in a separate pop-up Window.">
</HTML>
ActiveView Control Properties
BuildDateStamp Property
The read-only BuildDateStamp property returns the date that the control
was built.
Example
This example sets a TextBox to show the BuildDateStamp of the control: