Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Code Inspector Errors

Former Member
0 Likes
622

Hi ,

When i am checking my code(Module Pool Program) with Code Inspector it is showing some errors in User Interface saying ..

==> I/O field (input field) ... has no accessible label

Can any one tell me abt this what exactly could be the error .... ( Syntactically Correct & also activated Well ).

Waiting for ur reply.....

Regards,

Srinath

4 REPLIES 4
Read only

ThomasZloch
Active Contributor
0 Likes
549

Click on the blue information icon to the left of each message, this should enlighten you.

Thomas

Read only

uwe_schieferstein
Active Contributor
0 Likes
549

Hello Srinath

The simplest explanation could be that this input field does not have a description (text field) on the screen.

Syntactically ok but questionable in terms of GUI standards.

Regards

Uwe

Read only

Pawan_Kesari
Active Contributor
0 Likes
549

Usually when we create input field from dictionary, input field is accompanied by a label on its left. And if you see carefully there is a line connecting the label and the input field.

Do you have any input field which doesn;t have corresponding label, or is there any label and input field pair where you cannot see the line connecting them.

In former case define label for the input field (in same line) and check that in property window of label on 'display' tab either checkbox 'As label on left' or 'As label on right' is checked. In latter case just check the property and check these two checkbox.

Read only

RemiKaimal
Active Contributor
0 Likes
549

Hi Srinath,

Pawan's well explained response helped me resolve my error.

If given an option i would have rewarded the solution.

Cheers,

Remi