TAW_10_2 chapter 13, simple screen elements Flashcards

1
Q

What can text fields not begin with?

A

Underscore

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Can text fields be changed at runtime?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What report shows all icons?

A

SHOW_ICON

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How many characters are in an icon?

A

2 to 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What three defaults can be changed on an icon?

A

Length, brightness, invisible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How can a icon be made dynamic?

A

Add a field in the program with the same name as the screen field of type icons-text. at runtime assign this field to the screen icon using the function module CREATE_ICON in the PBO

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If all elements of a box are invisible, what happens to the box?

A

It is also invisible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Can a group box text be dynamic?

A

Yes, as long as it is defined as output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What checks of input fields happen before PAI?

A

Automatic filed input checks (type checks)

Data consistency checks (check table)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Can a function code be assigned to a radio button?

A

No, the function code is assigned to the radio button group!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly