Strange fields

If I start the application then I have four fields to enter. The first two are global variable, I declared them myself. sequenceno is a field in a table, emplid is a keyfield of a table. What’s going on here?

Hello,

You probably have to set those global variables - whose values are being populated by any logic on your application - as “out”.

For more info: http://downloads.scriptcase.com.br/downloads/v6/manual/en_us/webhelp/manual_mp/12-Aplicacoes_de_Formularios/04-Aplicacao/06-Variaveis_de_Sessao.htm

regards,
Bernhard Bernsmann

The question here is that there are two fields reported who are not global fields. I know I can suppress declaring them out, but that’s not the issue here.