hi again This time i got another issue to solve. If anyone can tell me whats going on with the process… i dont know if state get transaction data is wrong configured or missing some elements somewhere. I fill like dont reach the process state…
Many Thanks for help.
Hi @fudi5,
I think you are using for each row to getting a value from the datatable.
To get some value from the data row. Convert.ToString(row("ColumnName")) Or Convert.ToString(row(ColumnIndex))
Convert.ToString(row("ColumnName"))
Convert.ToString(row(ColumnIndex))
Regards, Arivu
Hi again:)
Yes you have a quite right im doing that but its not correlated with the process… “Processing Transacrion Number:0” it is a correct value ?