K
kap
Hi there, I have the following code
public void btnMoveUp_OnClick(DocActionEvent e)
{
thisXDocument.UI.Alert("Hello");
}
I am getting e as null.
I am using a repeated form, I have Move Up button on each form side menu,
when I click on Move Up, i want to find out the current node so that I can
move that content into the form above.
Please let me know where I am going wrong? Thanks in advance.
Kap
public void btnMoveUp_OnClick(DocActionEvent e)
{
thisXDocument.UI.Alert("Hello");
}
I am getting e as null.
I am using a repeated form, I have Move Up button on each form side menu,
when I click on Move Up, i want to find out the current node so that I can
move that content into the form above.
Please let me know where I am going wrong? Thanks in advance.
Kap