2008 Jul 17 2:12 PM
Hi,
I have 6 fields on my MPP screen.
Based on the validations, I need to set the cursor to the appropriate field that has an invalid entry.
As per the functionality, I show the error screen and when I come back, the cursor should be set to the field with invalid entry. How to do this?
I used the following syntax but it doesn't seem to work:
SET CURSOR FIELD V_PLANT. (for plant field)
Any one can help?
Regards,
Mohit
Hi,
I have 6 fields on my MPP screen.
Based on the validations, I need to set the cursor to the appropriate field that has an invalid entry.
As per the functionality, I show the error screen and when I come back, the cursor should be set to the field with invalid entry. How to do this?
I used the following syntax but it doesn't seem to work:
SET CURSOR FIELD V_PLANT. (for plant field)
Any one can help?
Regards,
Mohit
2008 Jul 17 4:32 PM
Put single quotes around V_PLANT.
It should be:
SET CURSOR FIELD 'V_PLANT'.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |