Páginas filhas
  • Habilitar o menu Relatórios (Legado) no TReport

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Bloco de código
languagesql
INSERT INTO TRF"Trf_REPORTSReports" (CODE ,DESCRIPTION ,DICTIONARY ,LAYOUT, REPORTUID ) "Code", "Description", "Dictionary", "Layout", "ReportUId", "IsDeleted")
VALUES ('TSTSAMPLE_TREPORTREPORT', ,'TSTSAMPLE_TREPORTREPORT', ,'TSTSAMPLE_TREPORTREPORT', ,'TSTSAMPLE_TREPORTREPORT', 'TSTSAMPLE_TREPORTREPORT', false);


3. Inicialize o serviço do TReport; 

...

Bloco de código
languagesql
DELETE FROM TRF"Trf_REPORTSReports" WHERE CODE"Code" = 'TSTSAMPLE_TREPORTREPORT' ;