Modelo de parâmetros de desenvolvimento (ttams1150m000)

Use this session to define the development parameters for application developers in a template. This template can then be linked to a user with development authorizations in the Dados do usuário (ttaad2500m000) session.

You can use the Convert Changes To Runtime DD command on the Visualizações, Referências o Ações menu to rebuild the user file of all users that are linked to the template. Restart Tools to make the authorizations active at run time.

Application parameters are settings needed by the user to develop software. There are parameters for:

  • Automatic conversion to the Runtime Data Dictionary after changing forms and/or menus
  • Actions after the option <Copy to current package VRC>
  • The parameters that the editor can use to develop software

Tópico relacionados

 

Código do modelo
Specifies the code of the development parameters template.
Comando do editor somente leitura
Specifies the command that is issued when the Edit read-only option is selected in the Program Scripts / Libraries (ttadv2530m000) session and the Functions (ttadv2560m000) session. The Edit read-only option is used to read a file without the editing function.

Exemplo

  • vi -R
  • view -v
  • notepad.exe

You can specify the place of the argument (the name of the file which must be read) by using $*.

Exemplo

vi -R $*

If $* is not specified, the argument is added at the end of the command string.

Iniciando editor em
Specifies the system or server on which the editor is started.
Comando do editor leitura/escrita
Specifies the command which is issued when the Edit read/write option is selected in the Program Scripts / Libraries (ttadv2530m000) session and the Functions (ttadv2560m000) session. The Edit read/write option is used to edit a file.

Exemplo

  • vi
  • ed
  • notepad.exe

You can specify the place of the argument (the name of the file which must be edited) by using $*.

Exemplo

vi $*

If $* is not specified, the argument is added at the end of the command string.

Iniciando editor em
Specifies the system or server on which the editor is started.
Backup antes de Editar L/E
If this check box is selected, a copy of the source file is created automatically before the script is edited.
Opções gerador fonte
Specifies the option that is used by the source generator (std_gen), which is a part of the compilation process of a 4GL script.

The following option can be used:

-w to suppress warnings

Opções de compilação
Specifies the (bic) compiler options, that can be used when you compile a program, library, or function script. The following options are possible:
OptionDescription
-iAssembler output in <source>.i
-lObject will run in debug mode
-pObject will run in profiling mode (time analysis)
-sGenerate symbol table to stdout -I<path> To specify alternative include path
-VPrint release information of the compiler
-wSuppress all warnings
-w[l]Suppress warnings of level [l]
-W[l]Show warnings of level [l]

 

You can suppress or show the warnings of the following levels:

LevelDescription
1Declared but never used
2Function never used
3Return value of function ignored
4A long divided by a long gives also a long
5Statement/Label not reached
9External variable used by reference in a function
10Passing fixed variable to non-fixed function argument (or non-fixed to fixed)
12External variable added in external symbol table
15Warning given by #pragma warning <text>
16Missing selectdo; automatic break

 

Considerar letras maiúsculas e minúsculas como sendo iguais
If this check box is selected, the upper- and lowercases are considered to be the same in the program script, library, or function.
Ignorar todos os espaços em branco
If this check box is selected, all spaces are ignored in the program script, library, or function.
Ignorar alterações no valor do espaço em branco
If this check box is selected, the changes in the amount of white space are ignored in the program script, library, or function.
Ignorar alterações cujas linhas estiverem em branco
If this check box is selected, the blank lines that are the result of changes in the program script, library, or function are ignored.
Resultado em 2 colun.
If this check box is selected, the output is defined in two columns.
Expandir guias em espaços no resultado
If this check box is selected, the tabs in the output are expanded to spaces in the program script, library, or function.
Tratar arquivo ausente como vazio
If this check box is selected, absent files in the program script, library, or function are treated as empty.
Informar se dois arq. são iguais
If this check box is selected, two identical files in the program script, library, or function are reported.
Considerar letras maiúsculas e minúsculas como sendo iguais
If this check box is selected, the upper- and lowercases are considered to be the same in the program script, library, or function.
Consultar apenas uma contagem de linhas conciliadas
If this check box is selected, only the number of matching lines is displayed.
Listar apenas nomes de arq.
If this check box is selected, only the file names are listed.
Preceder cada linha com o número referente no arquivo
If this check box is selected, each line in the file is preceded with the relative line number.
Forms
If this check box is selected, the forms which are changed, or created, are converted automatically to the run-time data dictionary, after you exit the form editor. The form is dumped in the directory specified in the Diretórios de componentes de software (ttadv1115m000) session.

If this check box is cleared, the form is not automatically converted. Use the Convert to Runtime Data Dictionary (Forms and Menus) (ttadv5200m000) session to convert the form to the run-time data dictionary.

Criar notas liberação
If this check box is selected, the following question appears when the software component is copied to the current package VR: No text present; Create, Duplicate, Select or Exit ? You can then create release notes on the modified software component.

If this check box is cleared, the question does not appear and you must activate the Text Manager to write the release notes.

Menus
If this check box is selected, the menus which are changed, or created, are converted automatically to the run-time data dictionary, after you exit the menu editor. The menu is dumped in the directory specified in the Diretórios de componentes de software (ttadv1115m000) session.

If this check box is cleared, the menu is not automatically converted. Use the Convert to Runtime Data Dictionary (Forms and Menus) (ttadv5200m000) session to convert the form to the run-time data dictionary.

Zoom para projeto
If this check box is selected, the Partes de customização (ttadv1177s000) session is started after the user has copied a software component to the current package VRC.

Modifications of software components can be done as part of a project. The released software components are copied to a customization release. The changes can be specified in the Partes de customização (ttadv1177s000) session.