Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
Próxima revisão | Revisão anterior | ||
manual_usuario:outros:formatadorrelatoriodesenv:fr_16_preview_report_run_time [2014/12/19 11:53] administrador criada |
manual_usuario:outros:formatadorrelatoriodesenv:fr_16_preview_report_run_time [2015/02/05 11:22] (atual) administrador Aprovado |
||
---|---|---|---|
Linha 7: | Linha 7: | ||
- | =====TUTORIAL DE RELATÓRIOS - B - C===== | + | =====TUTORIAL DE RELATÓRIOS - Emulação Forms com uma imagem WMF - Visualize o relatório em tempo de projeto===== |
---- | ---- | ||
- | 1. Select the Standard tab of the Delphi component palette. | + | 1. Selecione a guia Standard da paleta de componentes Delphi. |
- | 2. Add a Button component to the form. | + | 2. Adicionar um componente Button no form. |
- | 3. Configure the Button component: | + | 3. Configure o componente Button: |
Name btnPreview | Name btnPreview | ||
Caption Preview | Caption Preview | ||
- | 4. Add the following code to the OnClick event handler of the button: rbFormEmu.Print; | + | 4. Adicione o seguinte código ao evento OnClick do botão: rbFormEmu.Print; |
- | 5. Select Project | Compile rbFEProj. Fix any compilation problems. | + | 5. Selecione "Project | Compile rbFEProj". Corrigir quaisquer problemas de compilação. |
- | 6. Select File | Save from the Delphi main menu. | + | 6. Selecione "File | Save" a partir do menu principal Delphi. |
- | 7. Run the project. | + | 7. Execute o projeto. |
- | 8. Click on the Preview button. The report should be displayed in the Print Preview form. The report should look like this: | + | 8. Clique no botão Preview. O relatório deve ser apresentado através da visualização do form. O relatório deve ser semelhante a este: |
{{ :manual_usuario:outros:formatador_desenv_234.png?600 |}} | {{ :manual_usuario:outros:formatador_desenv_234.png?600 |}} | ||
+ | |||