Hi,
I was trying to take number of fields from a context node dynamically. But after executing the code I am getting the number of fields as null. Can anyone tell me what is wrong with my code?
This is the code fragment:-
IWDNodeInfo tabNode = wdContext.nodeName().getNodeInfo();
IStructure structure = tabNode.getStructureType();
int NoOfFlds =(int)structure.getNumberOfFields();
Thanks in advance,
Indu