1
I’m trying to make this loop between the Rows in the database work. I have a code ready in C# and I’m using it as a reference, but I can’t get this part to run. It was like this:
For Each Row In ds.Tables(0).Rows
barcode.CodeToEncode = dr("productId")
dr("Barcode") = barcode.generateBarcodeToByteArray()
Next
Sorry, VB6, that’s my first question here.
– Gabriel Marques