Skip to Content
0
Former Member
Apr 22, 2009 at 07:32 PM

How to remove empty row from rfc table output.

39 Views

Hello,

I am using adaptive rfc and printing table output. The table rows start from 2nd row, the first row being empty. How can I remove the empty first row.

Here is what I tried.

wdContext.nodeDataSource().nodeTableOutput().moveNext();

and

wdContext.nodeDataSource().nodeTableOutput().moveTo(1);

Neither of them worked. Any clue is appreciated.

Srinivas