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

Set Cursor in MPP

Former Member
0 Likes
362

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

1 REPLY 1
Read only

Former Member
0 Likes
315

Put single quotes around V_PLANT.

It should be:

SET CURSOR FIELD 'V_PLANT'.