Untitled

Anonymous
pascal
04/09/2024 6:06 PM
396 B
21
Indexable
// UTelaBuscaCli_For
// 840

if FrmTelaBuscaCli_For.Tag = 73 then //Tela 9 - Controle de Deslocamento
begin
with FrmControleDeslocamento_9 do
begin
  PnlDescricaoPosto.Tag := Ordem_Cliente;
  EdtPosto.Text := Codigo;
  PnlDescricaoPosto.Caption := Nome;
  EdtPosto.SetFocus;
end;
end;
Editor is loading...
Leave a Comment