YO!

How to Print Security Labels for AL CR

 

SOP: How to generate labels for Security Al CR. 

1.

modify as needed for numbers to add

GATE table --> H:\FRS\GATE.DBF

SELECT gate
loop_num = 16641
DO WHILE .t.
APPEND BLANK
REPLACE ga_tserial WITH 'T000' + ALLTRIM(STR(loop_num))
loop_num = loop_num + 1
IF loop_num > 17838
EXIT
ENDIF
ENDDO
BROWSE
 
2. FWHIP-Admin- Palet&Container_Gate Labels-Generate_LabelMatrix