You are on page 1of 1

<html>

<head>
<title>Ordem de Produo</title>
</head>

<body>

var
qtdLotes : integer;
qtdInstrucao: integer;
qtdOrdAtiv : integer;
qtdEstrAtiv : integer;
qtdOrdMat : integer;
qtdOrdRep : integer;
i : integer;
j : integer;
xinstr : string;
xDescTinta : TStringArray;
<%

for j:=0 to qtdOrdMat-1 do


if (xOrdIdProc =pLObj.GetStrProp('OrdMateriais',j,'IdProcessoUso')) THEN
begin
if (Pos(pLObj.GetStrProp('OrdMateriais',j,'Tipo'),'PFxPB')>0) then
xDescPapel[i]:= pLObj.GetStrProp('OrdMateriais',j,'DescMaterial');
if (pLObj.GetStrProp('OrdMateriais',j,'Tipo')='TINT') then
if (pLObj.GetStrProp('OrdMateriais',j,'DescMaterial')= 'TINTA M600 NEGRO') then
xDescTinta[i]:='TINTAS M600'
else
xDescTinta[i]:= pLObj.GetStrProp('OrdMateriais',j,'DescMaterial');
end;

xLinha := xLinha + 1;
%>
<tr>

<td width="14%" style="border-right: 1px solid; border-bottom: 1px solid" valign="top"


align="center"
height="15"><small><font size="2"><%send(xdescTinta[i]);%>&nbsp;</font></small></td>

</tr>

You might also like