FRM-40105 error message
439297Sep 14 2005 — edited Sep 15 2005Hello,
Maybe someone can help me with this problem!
This is the background!
I have declared to variables with the declare statement in my source code. They are char(6) and char(8). A third variable is also declare in my form (block.variable).
I use these variables in a USER_EXIT written in the C programming language.
When I call for this user exit I receive the error message FRM-40105. It seems that the first argument in my call for this user exit is the problem.
Maybe someone can give a hint about this problem?