H
Humphrey
I know this is going to be a great DOH!! moment but how do I return the value
in a field from my document in 2007? My code is as follows,
Dim StandardJobName As XPathNavigator =
Me.MainDataSource.CreateNavigator()
Msg =
StandardJobName.SelectSingleNode("/my:myFields/my:StandardJobName",
Me.NamespaceManager).Value
MessageBox.Show(Msg, "Standard Job Title")
but it keeps giving errors and does not return the value in the field. Can
someone point me in the right direction?
H
in a field from my document in 2007? My code is as follows,
Dim StandardJobName As XPathNavigator =
Me.MainDataSource.CreateNavigator()
Msg =
StandardJobName.SelectSingleNode("/my:myFields/my:StandardJobName",
Me.NamespaceManager).Value
MessageBox.Show(Msg, "Standard Job Title")
but it keeps giving errors and does not return the value in the field. Can
someone point me in the right direction?
H