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

Cursor Position control in dialog programming...

Former Member
0 Likes
740

Dear Experts,

My Requirement is to control the position of the cursor in the respective fields after entering data in the first field ..

for example if i enter material number in the first fields of screen and after pressing enter my cursor position should go to field material Description which next to this.. ...

Thanks in advance..

Best Regards,

Viju..

4 REPLIES 4
Read only

Former Member
0 Likes
696

Hi,

Use the "set cursor" command followed by the field name.

Regards,

Darren

Read only

0 Likes
696

Hi Vijay,

By triggering PAI only, we can set the CURSOR in some other field.

By just pressing ENTER button and like that.

In PBO, you have to check the first field is filled i.e. NOT INITIAL, you have to set CURSOR in next field and so on...

If he fills any other fields, then you have to message.

Regards,

R.Nagarajan.

Read only

0 Likes
696

Hi Nagrajan,

Thanks for your valuable reply..

my requirement is i want to maintain master data using dialog programming,

Where i am using material number, material description, quality description and

so on..

my problem is that, whenever i entered material and press enter, the cursor remains in the same field even i have maintain SET CURSOR inder PAI...

I want it to move in all the fields till to save the record...

Thanking you..

Best Regards,

Viju

Read only

0 Likes
696

Have you tried using SET CURSOR in the PBO.