V
virgul
Hi,
I have some probleme to define an Xpath expression based on a secondary
choice in dropdown listbox.
I have that
one listbox in a table and I want to filter data based on the name in
the listbox. When i try to define a filter based on the default value
that work but when I try to do that with a secondary value that don't
work.
my listbox contain : Albert (default), thierry and Manfred.
When I ad a filter like that (based on default) that work:
xdMath:Eval(../../../my:groupe8/my:AktienTyp1[.= "Albert"],
"../../../my:groupe8/my:Nennwert")
but when I do the same things with thierry for example infopath send me
this error
MSXML5.DLL
Référence à un préfixe d'espace de noms non déclaré : 'my'.
(translate in english: reference to a namespace prefix not
declared:'my')
Error occurred during a call to property or method 'Eval'.
Anybody has an idea because it's very strange! I don't understand
Thanks for your answer
++
I have some probleme to define an Xpath expression based on a secondary
choice in dropdown listbox.
I have that
one listbox in a table and I want to filter data based on the name in
the listbox. When i try to define a filter based on the default value
that work but when I try to do that with a secondary value that don't
work.
my listbox contain : Albert (default), thierry and Manfred.
When I ad a filter like that (based on default) that work:
xdMath:Eval(../../../my:groupe8/my:AktienTyp1[.= "Albert"],
"../../../my:groupe8/my:Nennwert")
but when I do the same things with thierry for example infopath send me
this error
MSXML5.DLL
Référence à un préfixe d'espace de noms non déclaré : 'my'.
(translate in english: reference to a namespace prefix not
declared:'my')
Error occurred during a call to property or method 'Eval'.
Anybody has an idea because it's very strange! I don't understand
Thanks for your answer
++