Quantcast
Channel: VFPX
Viewing all articles
Browse latest Browse all 3798

Reviewed: FoxBarcode v.1.12 and FoxBarcodeQR v.1.11 (Sep 17, 2015)

$
0
0
Rated 5 Stars (out of 5) - Thanks a lot!!!! I found a small issue for MSI symbology THIS.cTextValue = THIS.cTextValue + TRANSFORM(10 - (MOD(m.lnSum3 + m.lnSum4, 10))) Shoud be change to: IF MOD(m.lnSum3 + m.lnSum4, 10)=0 THIS.cTextValue = THIS.cTextValue + "0" ELSE THIS.cTextValue = THIS.cTextValue + TRANSFORM(10 - (MOD(m.lnSum3 + m.lnSum4, 10))) ENDIF

Viewing all articles
Browse latest Browse all 3798

Trending Articles