E
Enterprise Andy
Hi,
I am trying to populate a field on my form, which is linked to an SQL
back-end database, but need assistance in referencing the field.
I am trying to use:
XDocument.DOM.selectSingleNode("/my:myfields/my
ataFields/my:TblStaffDetails/my:userName").text
to reference the field, which is called UserName and is part of the
d:TblStaffDetails group, which in turn is a member of the dataFields groups,
which in turn is a member of the myFields group.
The code above causes an error saying '... is null or not an object'. How do
I correctly reference the field so I can populate it onLoad.
Many thanks in advance for you help!
I am trying to populate a field on my form, which is linked to an SQL
back-end database, but need assistance in referencing the field.
I am trying to use:
XDocument.DOM.selectSingleNode("/my:myfields/my
to reference the field, which is called UserName and is part of the
d:TblStaffDetails group, which in turn is a member of the dataFields groups,
which in turn is a member of the myFields group.
The code above causes an error saying '... is null or not an object'. How do
I correctly reference the field so I can populate it onLoad.
Many thanks in advance for you help!