in add data row i am getting this error while converting boolean to string…
{invoiceid(0).ToString,vendor(0).ToString,taxno(0).ToString,total(0).ToString}
maybe you can share with us some details of the variables / configured datatypes
From the validation message it looks, that a particular variable is set to Boolean, where we would use YourBooleanVar.ToString, but not using an index e.g. like (0)
but now the invoice id is showing me booelan value like true or false it is not displaying the number
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.