Hello Guys,
i just want to add a blank row in a existing data table and insert some data from a other data table. is it possible that the “new added row” is always on a specific Position? Maybe the “new added row” is always the second in the data table?
Thank you
Regards !!
vvaidya
(Vinay Vaidya)
December 11, 2017, 7:06pm
2
You can do something like this
2 Likes
I dont know why but i got some Errors
can you help me ?
ddpadil
(Dilip)
December 12, 2017, 9:39am
4
Hello there,
Looks like you created from argument pane.
You suppose to choose from parameter property of Invoke Method.
vvaidya
(Vinay Vaidya)
December 12, 2017, 10:08am
5
Looks like you have not created dr(dataRow) and DT(DataTable) variables.I have provided the code assuming your DT having data in it.
And @ddpadil is correct as well. you need to pass those in parameters section.
SHAISTA
(SHAISTA )
February 12, 2018, 7:58am
7
I want to know if for the first pdf the data gets written in the 3rd row . Then what should be done so that the data of 2nd pdf comes in the 4th row