Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (6 items)
-
Hi,
problem solved.
My text box was read only, and so the function didn't work properly.
Thanks
-
Hi all,
I've found the problem.
here the solution: the textbox mustn't be read only.
Regards
-
Hi,
here is my code (C#.net):
public void CTRL81_5_OnClick(DocActionEvent e)
{
// Write your code here.
IXMLDOMNode nodeAna = thisXDocument.DOM.selectSingleNode (''my:myFields/my:DatiAnagrafici/my:DatiAnagraficiLab'');
thisXDocument.View.SelectText(nodeAna, Type.Missing);
}
and this the error I ...
-
Hi,
I've this problem: the function View.SelectText requires two parameters a node and a varViewContext which is the ID of the control that is used for the context, which is an element with the specified view context of xd:CtrlId, otherwise it gives me an error.
-
I've used Type.Missing, but I get an error.
Can you help me?
Thanks and regards
-
Hi all,
I need to move focus to a textBox on button click event using c#.
Thanks.
mcjack
Page 1 of 1 (6 items)