Created
May 9, 2016 00:37
-
-
Save diego-aslz/83e414a925e834dc1a7260a9b57cbb0b to your computer and use it in GitHub Desktop.
Fechamento de Venda
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Substituir todo o conteúdo de ImprimeFechamento pelo seguinte: | |
procedure TFVendasCad.ImprimeFechamento; | |
begin | |
if FRFechamentoVenda = nil then | |
FRFechamentoVenda := TFRFechamentoVenda.Create(Application); | |
DMConfiguracoes.QConfiguracoes.Close; | |
DMConfiguracoes.QConfiguracoes.Open; | |
FRFechamentoVenda.QRRelatorio.Preview; | |
end; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment