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”.
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.