This property contains the date and time that are assigned to the created and changed HRIs of the form in the fields 'ObservedOn' while saving.
object.HRIObservationDate
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfileForm interface |
DateTime
Display some information about the form, including the date and time that are assigned to the created and changed HRIs of the form.
Dim aForm
Dim aFormInfo
Set aForm = Profile.Form
aFormInfo =_
"Short Name: " & aForm.ShortName & vbNewLine &_
"TypeName: " & aForm.TypeName & vbNewLine &_
"HRI Observation Date: " & aForm.HRIObservationDate
Profile.MsgBox(aFormInfo)
In Profile Client v8 on User Interface HRI Observation Date cannot be found.