manual_usuario:outros:formatadorrelatoriodesenv:fr_12_code_event_handlers
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_12_code_event_handlers [2014/12/16 14:45] – criada administrador | manual_usuario:outros:formatadorrelatoriodesenv:fr_12_code_event_handlers [2015/01/23 14:24] (atual) – [TUTORIAL DE RELATÓRIOS - Criando um relatório via Report Wizard - Codifique os eventos] administrador | ||
|---|---|---|---|
| Linha 7: | Linha 7: | ||
| - | =====TUTORIAL DE RELATÓRIOS - B - C===== | + | =====TUTORIAL DE RELATÓRIOS - Criando um relatório via Report Wizard |
| ---- | ---- | ||
| - | 1. In the private section of the form unit, add the following declaration: | + | 1. Na seção privada do formulário, adicione a seguinte declaração: |
| private | private | ||
| FPathName: String; | FPathName: String; | ||
| - | 2. Add an event handler for the Form OnCreate | + | 2. Adicione o código abaixo no evento |
| {{ : | {{ : | ||
| - | 3. Add event handlers for each Button' | + | 3. Adicione o código abaixo no evento |
| {{ : | {{ : | ||
| - | 4. Add event handlers for each Radio Button's OnClick event as shown below. | + | 4. Adicione o código abaixo no evento OnClick do Radio Button: |
| - | 5. Add ppTypes | + | 5. Adicione |
| + | |||
| + | **Nota:** A unit ppTypes contém a declaração para todos os tipos enumerados e constantes utilizadas no ReportBuilder. Neste caso, há a necessidade de apoiar as referências a dtPrinter e dtScreen nos eventos OnClick do botões. | ||
| - | **Note:** The ppTypes unit contains the declaration for all enumerated types and constants used in ReportBuilder. In this instance, it is needed to support the references to dtPrinter and dtScreen in the preceding button click event handlers. | ||
manual_usuario/outros/formatadorrelatoriodesenv/fr_12_code_event_handlers.1418741124.txt.gz · Última modificação: por administrador
