nolihayati isma
13th January 2016, 08:24
Dear All,
i have customized session tssma3101m999 which having 3 forms. Each form having specified button.
Now, i want to create new button at form 2. When i go to ttadv3111s000 (maintain form specific option), the numbers already 57 with user.9.
How to add number 58 with user.10.
Please refer screen attached
bdittmar
13th January 2016, 09:50
Hello,
The following commands are supported for backward compatibility only. Support is not guaranteed in future versions of the software.
No Choice_option Description Before On After
22 restart.input Restart the input after giving <Esc> during input mode 1234 ---- 1234
38 cont.process Start user defined process 1234 1234 1234
48 user.0 User option 0 1234 1234 1234
49 user.1 User option 1 1234 1234 1234
50 user.2 User option 2 1234 1234 1234
51 user.3 User option 3 1234 1234 1234
52 user.4 User option 4 1234 1234 1234
53 user.5 User option 5 1234 1234 1234
54 user.6 User option 6 1234 1234 1234
55 user.7 User option 7 1234 1234 1234
56 user.8 User option 8 1234 1234 1234
57 user.9 User option 9 1234 1234 1234
Only user.0 to user.9 are allowed
Regards
JaapJD
13th January 2016, 09:58
You cannot have more than 10 form specific options in BaanIV. In Infor LN the number is unlimited.
If you don't need some form specific options of form 1 in form 2, you can use the same user.<n> for the different forms and attach different functionality to those. In the script you need then to check form.curr in the user.<n> section to execute the different functionalities. Unfortunately this only works if you have the source code.
Another way to link an additional option to the form is via the zoom menu of the form's choice field.