‎2009 Jan 22 12:03 PM
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
‎2009 Jan 22 12:12 PM
Click on the blue information icon to the left of each message, this should enlighten you.
Thomas
‎2009 Jan 22 12:26 PM
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
‎2009 Jan 22 12:56 PM
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.
‎2010 Jun 14 7:29 AM
Hi Srinath,
Pawan's well explained response helped me resolve my error.
If given an option i would have rewarded the solution.
Cheers,
Remi