1. screen 속성에 관한 질문입니다.
REQUIRED, INPUT, INTENSIFIED, INVISIBLE, LENGTH, ACTIVE, DISPLAY_3D, VALUE_HELP
REQUEST, VALUES_IN_COMBO,
위 내용에 대한 찾아봐도 설명없어 뭔기능을 하는지 알 수가 없네요.
아시는분들 각각속성의 의미와 사용법을 알려주시면 고맙겠습니다. 혹 그런 자료가 있으면 알려주셔도 되고요.
2.. 표준툴바 만들때 아래의 유형을 설정하는 내용이 있는데
f1를 누르고 봤는데 아래 내용이 영어되어 있어서 이해가 쉽지 않은데
자세한 설명부탁합니다. 아니면 한글로 된 자료가 있으면 제공부탁하고요.
-------------------------------------------------------------------------
Function 유형
The function type is for flow control. It tells the screen processor how
to interpret the function code at an event. The selection types are as
follows:
' ' Normal application functions
'E' Exit command (Module AT EXIT-COMMAND is executed)
'T' Start transaction. The specified transaction is started
immediately with the LEAVE TO TRANSACTION statement.
Your application program does not regain control before this happens.
'H' Help (PROCESS ON HELP REQUEST is triggered).
'P' Local GUI function. This can only be used with local GUI logic
in a tab control.
---------------------------------------------------------------------------
댓글 2
-
찬호사랑
2008.12.17 17:51
-
보나
2008.12.17 17:58
SCREEN-NAME 30 C Field name
SCREEN-GROUP1 3 C Evaluation of modification group 1
SCREEN-GROUP2 3 C Evaluation of modification group 2
SCREEN-GROUP3 3 C Evaluation of modification group 3
SCREEN-GROUP4 3 C Evaluation of modification group 4
SCREEN-REQUIRED 1 C Field input mandatory
SCREEN-INPUT 1 C Field ready to accept input
SCREEN-OUTPUT 1 C Field will be displayed
SCREEN-INTENSIFIED 1 C Field highlighted
SCREEN-INVISIBLE 1 C Field invisible
SCREEN-LENGTH 1 X Field length
SCREEN-ACTIVE 1 C Field active
screen 속성은 loop at itab에서 loop에다가 커서를 놓고 F1을 누르면 screen 속성보는 화면 나옵니다.
그거 참고하시는게 젤 좋을듯합니다.