hi Erel, please, I'm trying to test the barcode generator that downloaded the forum but this returning an error that could not identify
java.lang.RuntimeException: Method: drawCode128 not found in: JHS.BarcodeGenerator.code128
this occurs when you run the method in module
Sub drawCode128 (date As String) as Bitmap
Return nativeMe.RunMethod ("drawCode128" As Object Array (date))
end Sub
hi Erel, please, I'm trying to test the barcode generator that downloaded the forum but this returning an error that could not identify
java.lang.RuntimeException: Method: drawCode128 not found in: JHS.BarcodeGenerator.code128
this occurs when you run the method in module
Sub drawCode128 (date As String) as Bitmap
Return nativeMe.RunMethod ("drawCode128" As Object Array (date))
end Sub