Re: NUmer faktury z kodem paskowym
Użyłem takiego kodu:
Int Ft1 = Font (90,"CCode39", "tekstnowy")
Styl(Ft1,0,"Sty10")
Ale nie potrafię zrobić pod numerem faktury kodu kreskowego
if FRid==4 then
SetStyl ( nc )
SetFont ( numr )
x = ( FRszer-TextWidth(sNumerDok,numr))/2
print od #X, #Y+15;sNumerDok
setStyl("Sty10")
y = TextHeight( sNumerDok )
SetStyl ( nl )
print od x-TextWidth("Nr "),#Y+y-TextHeight("Nr");"Nr"
endif