0886: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|0886 | |0886 | ||
|Nothing to Input | |Nothing to Input | ||
|Input attempted from an unpopulated [[2D Control]]. | |* Input attempted from an unpopulated [[2D Control]]. | ||
* Using a [[Grid]] with a [[Filter]] text box and too much gets typed so much the grid is empty and then tabbing to the grid | |||
|* You always have to populate a [[List]] or [[Grid]] with at least one row before you can type into to it. You should pre-initialize (usually with [[null]] values) all rows that you want to make available for operator entry. | |* You always have to populate a [[List]] or [[Grid]] with at least one row before you can type into to it. You should pre-initialize (usually with [[null]] values) all rows that you want to make available for operator entry. | ||
* | * Add "[[error]] [[ignore]]" to the end of your [[rinput]] [[statement]] | ||
}} | }} | ||
[[Category:Error Codes]] | [[Category:Error Codes]] |
Latest revision as of 12:45, 6 April 2017
Summary: |
Nothing to Input |
---|---|
Cause: |
|
Remedy: |